ListView does not repaint inside WebMarcupContainer using AjaxLink

2013-03-17 Thread meduolis
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ListView does not repaint inside WebMarcupContainer using AjaxLink

2013-03-17 Thread vineet semwal
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 meduol...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
regards,

Vineet Semwal