Re: Good example for FormComponentPanel?

2008-04-14 Thread Igor Vaynberg
b info is > actually what I need, so this should work. > > Michael > > > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > > > Sent: Monday, April 14, 2008 5:48 PM > To: users@wicket.apache.org > Subject: Re: Good example for FormComp

RE: Good example for FormComponentPanel?

2008-04-14 Thread Michael Mehrle
e? > > > > Michael > > > > > > > > -Original Message- > > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 14, 2008 1:37 PM > > To: users@wicket.apache.org > > Subject: Re: Good example for Form

Re: Good example for FormComponentPanel?

2008-04-14 Thread Igor Vaynberg
> > > Michael > > > > > > > > -Original Message- > > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 14, 2008 1:37 PM > > To: users@wicket.apache.org > > Subject: Re: Good example for FormComponen

RE: Good example for FormComponentPanel?

2008-04-14 Thread Michael Mehrle
8 1:37 PM > To: users@wicket.apache.org > Subject: Re: Good example for FormComponentPanel? > > if you replace tabbedpanel links to submitlink it will > > -igor > > > On Mon, Apr 14, 2008 at 12:51 PM, Michael Mehrle > <[EMAIL PROTECTED]> wrote: > > S

Re: Good example for FormComponentPanel?

2008-04-14 Thread Igor Vaynberg
nel? Meaning, I am able to add a > tabbedpanel > > to a form and it'll work? > > > > Michael > > > > > > > > -Original Message- > > From: Nick Heudecker [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 14, 2008 10:29 AM

RE: Good example for FormComponentPanel?

2008-04-14 Thread Michael Mehrle
t; > > -Original Message- > From: Nick Heudecker [mailto:[EMAIL PROTECTED] > Sent: Monday, April 14, 2008 10:29 AM > To: users@wicket.apache.org > Subject: Re: Good example for FormComponentPanel? > > A FormComponentPanel is used to combine several individual form &

Re: Good example for FormComponentPanel?

2008-04-14 Thread Igor Vaynberg
t; > > -Original Message- > From: Nick Heudecker [mailto:[EMAIL PROTECTED] > Sent: Monday, April 14, 2008 10:29 AM > To: users@wicket.apache.org > Subject: Re: Good example for FormComponentPanel? > > A FormComponentPanel is used to combine several individual form >

RE: Good example for FormComponentPanel?

2008-04-14 Thread Michael Mehrle
So, a form CAN contain a panel? Meaning, I am able to add a tabbedpanel to a form and it'll work? Michael -Original Message- From: Nick Heudecker [mailto:[EMAIL PROTECTED] Sent: Monday, April 14, 2008 10:29 AM To: users@wicket.apache.org Subject: Re: Good example for FormComponent

Re: Good example for FormComponentPanel?

2008-04-14 Thread Ryan Gravener
DateTimeField extends FormComponentPanel On Fri, Apr 11, 2008 at 7:37 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I need to build a TabbedPanel with three tabs which are part of one form > - the selected tab will contain form components which need to be > submitted by that one form. It seems

Re: Good example for FormComponentPanel?

2008-04-14 Thread Nick Heudecker
t; > Again, if there's a way to use a tabbed panel inside a form, please let me > know. > > Michael > > -Original Message- > From: Vitaly Tsaplin [mailto:[EMAIL PROTECTED] > Sent: Friday, April 11, 2008 5:23 PM > To: us

RE: Good example for FormComponentPanel?

2008-04-14 Thread Michael Mehrle
panel inside a form, please let me know. Michael -Original Message- From: Vitaly Tsaplin [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 5:23 PM To: users@wicket.apache.org Subject: Re: Good example for FormComponentPanel? package org.apache.wicket.extensions.markup.html.ta

Re: Good example for FormComponentPanel?

2008-04-11 Thread Vitaly Tsaplin
AIL PROTECTED] > Sent: Friday, April 11, 2008 4:52 PM > To: users@wicket.apache.org > Subject: Re: Good example for FormComponentPanel? > > >It seems that a simple panel would be the best approach. > > On Sat, Apr 12, 2008 at 1:37 AM, Michael Mehrle <[EMAIL PR

RE: Good example for FormComponentPanel?

2008-04-11 Thread Michael Mehrle
nt: Friday, April 11, 2008 4:52 PM To: users@wicket.apache.org Subject: Re: Good example for FormComponentPanel? It seems that a simple panel would be the best approach. On Sat, Apr 12, 2008 at 1:37 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I need to build a TabbedPanel with three tab

Re: Good example for FormComponentPanel?

2008-04-11 Thread Vitaly Tsaplin
It seems that a simple panel would be the best approach. On Sat, Apr 12, 2008 at 1:37 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I need to build a TabbedPanel with three tabs which are part of one form > - the selected tab will contain form components which need to be > submitted by that

Good example for FormComponentPanel?

2008-04-11 Thread Michael Mehrle
I need to build a TabbedPanel with three tabs which are part of one form - the selected tab will contain form components which need to be submitted by that one form. It seems FormComponentPanel is the way to go: are there any good examples of this? Also, would this be the recommended approach?