[
https://jira.jboss.org/jira/browse/RF-7264?page=com.atlassian.jira.plugin...
]
Vadim Mikovoz updated RF-7264:
------------------------------
Description:
Add code to your test page:
<h:form id="formID">
<rich:tabPanel switchType="ajax">
<rich:tab label="first" ajaxSingle="true"
process="myInputID"></rich:tab>
<rich:tab label="second" ajaxSingle="true"
process="myInputID"></rich:tab>
<rich:tab label="third"></rich:tab>
</rich:tabPanel>
<br/>
<h:inputText id="myInputID" value="" required="true"
/>
<br/>
<rich:messages></rich:messages>
</h:form>
1. Open your test page
2. Try to navigate to the second tab
------------------------------------------------
The first tab is active as before (it's good), but there isn't an error validation
message
was:
Add code to your test page:
<h:form id="formID">
<rich:tabPanel switchType="ajax">
<rich:tab label="first" ajaxSingle="true"></rich:tab>
<rich:tab label="second" ajaxSingle="true"
process="myInputID"></rich:tab>
<rich:tab label="third"></rich:tab>
</rich:tabPanel>
<br/>
<h:inputText id="myInputID" value="" required="true"
/>
<br/>
<rich:messages></rich:messages>
</h:form>
1. Open your test page
2. Try to navigate to the second tab
------------------------------------------------
The first tab is active as before (it's good), but there isn't an error validation
message
tab: Process attribute doesn't work
-----------------------------------
Key: RF-7264
URL:
https://jira.jboss.org/jira/browse/RF-7264
Project: RichFaces
Issue Type: Bug
Components: component-output
Affects Versions: 3.3.2.CR1
Environment: all provided browsers
v.3.3.2-SNAPSHOT
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Add code to your test page:
<h:form id="formID">
<rich:tabPanel switchType="ajax">
<rich:tab label="first" ajaxSingle="true"
process="myInputID"></rich:tab>
<rich:tab label="second" ajaxSingle="true"
process="myInputID"></rich:tab>
<rich:tab label="third"></rich:tab>
</rich:tabPanel>
<br/>
<h:inputText id="myInputID" value="" required="true"
/>
<br/>
<rich:messages></rich:messages>
</h:form>
1. Open your test page
2. Try to navigate to the second tab
------------------------------------------------
The first tab is active as before (it's good), but there isn't an error
validation message
--
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