t; > for (int i = 0; i < wizardPanels.length; i++) {
> > > wizardPanels[i].setVisible(
> > > wizard != null &&
> > > ("wp"+i).equals(wizard.getCurrentStepName())
> > > );
> &
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
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...
> >
> >
>
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
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
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