TabbedPanel making AJAX?

2008-01-04 Thread Beyonder Unknown
Hi Guys, I was wondering if there's a way to implement TabbedPanel that when you click the tab, it will do an ajax call to the backend, and update the body of the tab. I looked at AjaxTabbedPanel, but it seems like its not the way to go. Any help will be gladly appreciated. Thanks, Wen Tong

Re: TabbedPanel making AJAX?

2008-01-04 Thread Igor Vaynberg
why exactly isnt ajaxtabbedpanel the way to go? -igor On Jan 4, 2008 7:48 AM, Beyonder Unknown <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > I was wondering if there's a way to implement TabbedPanel that when you click > the tab, it will do an ajax call to the backend, and update the body of the

Re: TabbedPanel making AJAX?

2008-01-04 Thread Igor Vaynberg
thought I'd email this problem to the group, > thinking somebody have encountered this problem before. > > thanks, > Wen Tong > > -- > The only constant in life is change. > > - Original Message > From: Igor Vaynberg <[EMAIL PROTECTED]> > To: users

Re: TabbedPanel making AJAX?

2008-01-04 Thread Beyonder Unknown
al Message From: Igor Vaynberg <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Friday, January 4, 2008 8:25:26 AM Subject: Re: TabbedPanel making AJAX? why exactly isnt ajaxtabbedpanel the way to go? -igor On Jan 4, 2008 7:48 AM, Beyonder Unknown <[EMAIL PROTECTED]> wrote:

Re: TabbedPanel making AJAX?

2008-01-04 Thread Beyonder Unknown
Thanks Igor, Let me try that. Wen T. -- The only constant in life is change. - Original Message From: Igor Vaynberg <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Friday, January 4, 2008 8:53:36 AM Subject: Re: TabbedPanel making AJAX? this has nothing to do with aja

AW: TabbedPanel making AJAX?

2008-01-04 Thread Stefan Lindner
ns Stefan -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 4. Januar 2008 17:25 An: users@wicket.apache.org Betreff: Re: TabbedPanel making AJAX? why exactly isnt ajaxtabbedpanel the way to go? -igor On Jan 4, 2008 7:48 AM, Beyonder Unknown <[EM

Re: AW: TabbedPanel making AJAX?

2008-01-04 Thread Beyonder Unknown
Lindner <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Friday, January 4, 2008 8:45:33 AM Subject: AW: TabbedPanel making AJAX? Wen Tong, I think the following code does what you want: new AjaxTabbedPanel(..) { private static final long serialVersionUI