[richfaces-issues] [JBoss JIRA] Resolved: (RF-3325) tabPanel inside the modalPanel: "Form undefined is not found in document"

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jan 26 06:02:44 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-3325.
--------------------------------

    Fix Version/s: 3.3.1
                       (was: Future)
       Resolution: Out of Date
         Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)


Works ok:
		<rich:modalPanel  id="mp" minHeight="200" minWidth="450" 
			height="200" width="500">
			<f:facet name="header">
				<h:outputText value="Modal Panel Title" />
			</f:facet>
			<f:facet name="controls">
			</f:facet>
				<h:form>
					<rich:tabPanel switchType="server">
					
						<rich:tab label="Tab 1"></rich:tab>
						<rich:tab label="Tab 2"></rich:tab>
					</rich:tabPanel>
				</h:form>
				
				
				<p>Any JSF content might be inside the panel. In case of using 
				Facelets or JSF 1.2, it might be any mixed content.</p> 
				
				<p>The RichFaces modal panel is good with &lt;a4j:include&gt; to create
				a wizard like behavior.</p>
				<p>The model panel is open and closed from the javascript function
				on <i>Richfaces</i> object. The following code 
				<a href="#" onclick="#{rich:component('mp')}.hide()">hide this panel</a>:
				<f:verbatim>&#35;</f:verbatim>{rich:component('mp')}.hide()</p>
		</rich:modalPanel>



> tabPanel inside the modalPanel: "Form undefined is not found in document"
> -------------------------------------------------------------------------
>
>                 Key: RF-3325
>                 URL: https://jira.jboss.org/jira/browse/RF-3325
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: 3.2.1.CR3
>            Reporter: Tsikhon Kuprevich
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.1
>
>
> tabPanel inside the modalPanel: "Form undefined is not found in document" when trying to click a tab.
> tabPanel is in sever mode. If it is in client of ajax mode - works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list