You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by meduolis <me...@gmail.com> on 2013/03/17 10:52:32 UTC

ListView does not repaint inside WebMarcupContainer using AjaxLink

Hi, does anybody knows how to repaint ListView properly using AjaxLink?

This 
https://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html
<https://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html>  
does not work for me.

If I use Link, everything works. But not with AjaxLink. Help, please
===============================================================================
Markup:

===============================================================================
Java:

===============================================================================



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-does-not-repaint-inside-WebMarcupContainer-using-AjaxLink-tp4657300.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ListView does not repaint inside WebMarcupContainer using AjaxLink

Posted by meduolis <me...@gmail.com>.
Thanks for help vineetsemwal,

I changed <wicket:container> into <div> and now it updates using AJaxLink.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-does-not-repaint-inside-WebMarcupContainer-using-AjaxLink-tp4657300p4657302.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: ListView does not repaint inside WebMarcupContainer using AjaxLink

Posted by vineet semwal <vi...@gmail.com>.
ajax repainting will not work with wicket:container or
setrenderbodyonly(true)  as in that case component tag is not rendered in
html.another way is repainting grand(er) parent which doesn't have
setrenderbodyonly(true) or wicket:container


On Sun, Mar 17, 2013 at 3:22 PM, meduolis <me...@gmail.com> wrote:

> Hi, does anybody knows how to repaint ListView properly using AjaxLink?
>
> This
> https://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html
> <https://cwiki.apache.org/WICKET/how-to-repaint-a-listview-via-ajax.html>
> does not work for me.
>
> If I use Link, everything works. But not with AjaxLink. Help, please
>
> ===============================================================================
> Markup:
>
>
> ===============================================================================
> Java:
>
>
> ===============================================================================
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ListView-does-not-repaint-inside-WebMarcupContainer-using-AjaxLink-tp4657300.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
regards,

Vineet Semwal