[richfaces-issues] [JBoss JIRA] Created: (RF-1128) TabPanel doesn't work correctly if mode="client"
Anton Belevich (JIRA)
jira-events at lists.jboss.org
Tue Oct 16 07:29:03 EDT 2007
TabPanel doesn't work correctly if mode="client"
------------------------------------------------
Key: RF-1128
URL: http://jira.jboss.com/jira/browse/RF-1128
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.1, 3.1.2
Reporter: Anton Belevich
Assigned To: Anton Belevich
Fix For: 3.2.0
<rich:tabPanel switchType="client" immediate="false">
<rich:tab label="Sample 1" actionListener="#{testBean.action1}" immediate="false">
<f:param name="test1" value="sample1"></f:param>
<h:inputText value="#{testBean.test1}" required="true"/>
</rich:tab>
<rich:tab label="Sample 2" actionListener="#{testBean.action1}" immediate="true">
<h:inputText value="#{testBean.test1}"></h:inputText>
<f:param name="test1" value="sample2"></f:param>
</rich:tab>
</rich:tabPanel>
<h:commandButton value="submit"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list