Re: t:panelTabbedPane and data validation

2007-05-31 Thread Mike Kienenberger
I think the behavior of the component changes depending on whether you're using server-side or client-side tabbing. If you're using client-side tabbing, then I believe all tabs are generated and all values are validated. If you're using server-side tabbing, then I think only the current tab is a

t:panelTabbedPane and data validation

2007-05-29 Thread David Delbecq
Hello, i have a form with the following structure: form + inputText + panelTabbedPane + panelTab + input (required="true") + panelTab + input (required="true") + commandButton + messages If i am in second tab and i click the submit button, the fields in first tab are not vali