RE: [Trinidad] panelTabbed - validation of unvisited tabs

2007-07-20 Thread Peter Rawlins
On 7/19/07, Adam Winer wrote: > > There's two questions here: > (1) Is there a way to validate tabs that have been disclosed, > but aren't disclosed right now? > (2) Is there a way to validate tabs that have never been disclosed. > > For 1, the answer is yes: call processValidators() and > proc

RE: [Trinidad] panelTabbed - validation of unvisited tabs - apologies for duplicate

2007-07-19 Thread Peter Rawlins
the original didn't appear for over 12 hours :-(

[Trinidad] panelTabbed - validation of unvisited tabs

2007-07-19 Thread Peter Rawlins
I have a form containing various input fields followed by a panelTabbed, and lastly an OK commandButton. The panelTabbed contains some showDetailItem children, which have various input fields, some of which have required=true. The users may visit the tabs as they see fit, and then press the OK

[Trinidad] tr:panelTabbed - validation of unvisited tabs

2007-07-19 Thread Peter Rawlins
Hi All, Is it possible to make a tr:panelTabbed validate all its rendered tr:showDetailItem children? The default behaviour appears to not validate the children of undisclosed tabs, even though they have rendered=true. The application I am working on, wants to allow users to visit the tabs as