Re: Prevent component markup regeneration in ajax call

2008-10-07 Thread Adriano dos Santos Fernandes
Timo Rantalaiho escreveu: On Tue, 07 Oct 2008, Adriano dos Santos Fernandes wrote: So my question is how I could prevent wicket from regenerate the div when updating a component added to an AjaxRequestTarget? Not sure if this helps, but you can always add smaller parts inside your div

Re: Prevent component markup regeneration in ajax call

2008-10-07 Thread Timo Rantalaiho
On Tue, 07 Oct 2008, Adriano dos Santos Fernandes wrote: > So my question is how I could prevent wicket from regenerate the div > when updating a component added to an AjaxRequestTarget? Not sure if this helps, but you can always add smaller parts inside your div to AjaxRequestTarget. Best wishe

Prevent component markup regeneration in ajax call

2008-10-07 Thread Adriano dos Santos Fernandes
Hi! I'd like to have extjs toolbar/menu working with Wicket ajax. What I want is, for example, in an ajax event show/hide menu items. I created the classes and the menu is rendered correctly. My toolbar render everything from its renderHead (IHeaderContributor) method. All javascript code is