On Mon, Oct 11, 2010 at 10:59 PM, fachhoch <fachh...@gmail.com> wrote:

>
> my fragment is inside a listitem ,on click I added this listitem to taget
> nothing happened but if I call listitem.replace with new fragment it was
> adding an additional div is ths the right way to repaint fragment ?


You can call item.setOutputMarkupId(true) and add that item to the
AjaxRequestTarget to repaint it (and the frag inside it).

Jeremy Thomerson
http://www.wickettraining.com

Reply via email to