Hi,
I have sent 3 emails to unsubscribe, but still I am getting emails. Wondering 
if someone can help me
Thanks
Jawad


--- On Thu, 1/29/09, Zhubin Salehi <[email protected]> wrote:

> From: Zhubin Salehi <[email protected]>
> Subject: Re: Is there a way to be notified when a tab in a TabbedPanel is 
> selected?
> To: [email protected]
> Date: Thursday, January 29, 2009, 3:12 PM
> This code looks cool, thanks a lot!
> 
> 
> Erik van Oosten wrote:
> > 
> > How about this:
> > 
> >     tabs.add(new PanelCachingTab(new AbstractTab(new
> > StringResourceModel("title.byMobinetId",
> >                     FindUserAccount.this, null)) {
> > 
> >             private static final long serialVersionUID =
> 5564837747113048306L;
> > 
> >             public Panel getPanel(String panelId) {
> >                     return new MobinetTab(panelId);
> >             }
> >     }) {
> > 
> >             @Override
> >             public Panel getPanel(final String
> panelId) {
> > 
> >                 // ... DO SOMETHING UPON TAB SELECTION
> ...
> > 
> >                 return super.getPanel(panelId);
> >             }
> > 
> >         });
> > 
> > This override getPanel from PanelCachingTab. But you
> could also 
> > implement your own ITab.
> > 
> > Regards,
> >     Erik.
> > 
> 
> -- 
> View this message in context:
> http://www.nabble.com/Is-there-a-way-to-be-notified-when-a-tab-in-a-TabbedPanel-is-selected--tp21713724p21728759.html
> Sent from the Wicket - User mailing list archive at
> Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> 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