Re: [Wicket-user] Validations and the TabbedPanel

2006-04-03 Thread Eelco Hillenius
t; > for (int i = 0; i < wizardPanels.length; i++) { > > > wizardPanels[i].setVisible( > > > wizard != null && > > > ("wp"+i).equals(wizard.getCurrentStepName()) > > > ); > &

Re: [Wicket-user] Validations and the TabbedPanel

2006-04-03 Thread Igor Vaynberg
for the selected panel... thinking I> could use something like this in a modified TabbedPanel component that is > form friendly...> >> >> > >  From: [EMAIL PROTECTED]> [mailto: [EMAIL PROTECTED]] On Behalf> Of Igor Vaynberg> > S

Re: [Wicket-user] Validations and the TabbedPanel

2006-04-03 Thread Eelco Hillenius
entStepName()) > > ); > > } > > } > > > > > > To set the panel visibility flag for the selected panel... thinking I > could use something like this in a modified TabbedPanel component that is > form friendly... > > > > >

Re: [Wicket-user] Validations and the TabbedPanel

2006-04-03 Thread Igor Vaynberg
nt that is form friendly... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Igor VaynbergSent: Monday, April 03, 2006 12:19 PMTo: wicket-user@lists.sourceforge.netSubject: Re: [Wicket-user] Validations and the TabbedPanel tabbedpanel isnt really meant to be used to

RE: [Wicket-user] Validations and the TabbedPanel

2006-04-03 Thread Bennett, Timothy (JIS - Applications)
er@lists.sourceforge.netSubject: Re: [Wicket-user] Validations and the TabbedPanel tabbedpanel isnt really meant to be used to cover up form components, so you are right, what you need is a tabbedpanel that uses dhtml instead of a server roundtrip.-Igor On 4/3/06, Bennett, Timothy

Re: [Wicket-user] Validations and the TabbedPanel

2006-04-03 Thread Igor Vaynberg
tabbedpanel isnt really meant to be used to cover up form components, so you are right, what you need is a tabbedpanel that uses dhtml instead of a server roundtrip.-IgorOn 4/3/06, Bennett, Timothy (JIS - Applications) <[EMAIL PROTECTED]> wrote: Wicketeers,   I'm using the TabbedPanel compon