[richfaces-issues] [JBoss JIRA] Created: (RF-7264) tab: Process attribute doesn't work

Vadim Mikovoz (JIRA) jira-events at lists.jboss.org
Wed May 27 08:07:59 EDT 2009


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"></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

        



More information about the richfaces-issues mailing list