[
http://jira.jboss.com/jira/browse/RF-1128?page=all ]
Anton Belevich resolved RF-1128.
--------------------------------
Resolution: Done
TabPanel doesn't work correctly if switchType="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