i actually meant improve your B.java in my second post , also yes you can repaint any inner component of B from A and not the whole B by say providing getter of that component so you can repaint just b.getSomeComponent() by adding to AjaxRequestTarget ,you can also replacewith that inner component like you were doing with B before ..
On Tue, Apr 23, 2013 at 6:15 PM, souvikbhattacharyas < [email protected]> wrote: > Hi, > Thanks for the suggetion you have given in two posts. > With the first one Replace Components I have to create the new object again > and creating new object will call lots of web services as written on screen > initialize. This will effect the performance of the product. > In second one you have suggested to go to B but is that possible to refresh > a particular panel only of B from Panel A? > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Panel-resfresh-with-AjaxRequestTarget-tp4658145p4658188.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- regards, Vineet Semwal
