[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65184 ] Manfred Klug commented on MYFACES-214: --------------------------------------
It's enough when the rendered property of a parent component is false (HtmlPanelTab in this case). > TabbedPane : wrong validation behavior > -------------------------------------- > > Key: MYFACES-214 > URL: http://issues.apache.org/jira/browse/MYFACES-214 > Project: MyFaces > Type: Bug > Versions: 1.0.9 beta > Environment: MyFaces 1.0.9rc3, Tomcat 5.0.27, j2sdk1.5.0_01 > Reporter: Philipp Ahlner > > Requirements for reproduction: > - min. two tabs with min. one required Input-Fields > - a submit button on each tab > - an "<h:messages styleClass="errors" showDetail="true" > showSummary="true"/>"-tag to see all validation errors regardless which tab > is selected > Expected behavior: > - if the submit button is pressed, !both! fields should be validated > regardless which tab is selected > Steps to reproduce: > 1. start a new session > 2. let the required text fields empty > 3. press the submit button in the first tab. > Behavior: > Only the field(s) on the first tab is validated. > The interesting effect: > Select the second tab and press submit. The validation errors on !both! tab > occours. If the tab was > activated at least one time in a new session, all fields were validated > correctly. > Further informations: > http://www.mail-archive.com/users%40myfaces.apache.org/msg03525.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
