any way to refresh listview from inside?

2012-06-03 Thread kshitiz
Hi, Is there any way to refresh listview from inside? Like if every of its item has ajaxlink or ajaxbutton, can the whole view be refreshed from that ajax button? I am not able to find any way in internet regarding this issue... -- View this message in context: http://apache-wicket.1842946.n4

Re: any way to refresh listview from inside?

2012-06-03 Thread Marek Sarnecki
).setOutputMarkupPlaceholderTag(true); and container.add(listView) //remember to add the container to the html 2012/6/3 kshitiz k.agarw...@gmail.com Hi, Is there any way to refresh listview from inside? Like if every of its item has ajaxlink or ajaxbutton, can the whole view be refreshed from that ajax

Re: any way to refresh listview from inside?

2012-06-03 Thread kshitiz
Thnx...that did it...:) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/any-way-to-refresh-listview-from-inside-tp4649684p4649687.html Sent from the Users forum mailing list archive at Nabble.com