Re: Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread Igor Vaynberg
> I don't think that MyPanel panel = (MyPanel)tpanel.get("panel"); is the > best way. > > Any suggestions? > > Fabian > > > > > > > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > 15.08.2007 09:53 > Bitte antworten an > us

Antwort: Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread fhagen
uot;[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 15.08.2007 09:53 Bitte antworten an users@wicket.apache.org An users@wicket.apache.org Kopie Thema Re: updateing a component on AjaxTabbedPanel The ajax tabbed panel should be an instance variable. Then you can use target.addComponen

Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread [EMAIL PROTECTED]
The ajax tabbed panel should be an instance variable. Then you can use target.addComponent(tabbedPanel). 2007/8/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi there, > > i am very new to wicket an got some problems while using a tree and a > AjaxTabbedPanel. > > I want to update a simple label co

updateing a component on AjaxTabbedPanel

2007-08-15 Thread fhagen
Hi there, i am very new to wicket an got some problems while using a tree and a AjaxTabbedPanel. I want to update a simple label component at an AjaxTabbedPanel after the user click something at the tree. Here is my code: public class ConfirmPage extends WebPage{ public ConfirmPage()