package org.apache.wicket.extensions.markup.html.tabs;

   public class TabbedPanel extends Panel  <--- it extends the panel
   { ... }

   Am I wrong? :)

On Sat, Apr 12, 2008 at 2:11 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote:
> Yes, I agree, Vitaly - but unfortunately the design decision is out of my 
> hand. It's got to have tabs. Of course it is possible to do the tabbing by 
> CSS styling, but I wanted to see if FormComponentPanel is a way to go since 
> the complexity of managing the tabbed panel would then be shifted to the 
> CSS/JS side.
>
>  I just looked at the Multiply example and it seems to make sense. Again, if 
> anyone wants to share any tips/input regarding this (or how to avoid traps), 
> please don't be shy ;-)
>
>  Michael
>
>
>
>  -----Original Message-----
>  From: Vitaly Tsaplin [mailto:[EMAIL PROTECTED]
>  Sent: Friday, April 11, 2008 4:52 PM
>  To: [email protected]
>  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 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?
>  >
>  >
>  >
>  >  Thanks,
>  >
>  >
>  >
>  >  Michael
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to