Yes,
simple add to the ajaxlink the method

onClick(AjaxRequestTarget target){

  if(target != null)
    target.add(container)
}

To use this u should add your listView to an WebMarkupContainer container
Container = new WebMarkupContainer("container");
Container.setOutputMarkupId(true).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
> button? I am not able to find any way in internet regarding this issue...
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/any-way-to-refresh-listview-from-inside-tp4649684.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
>
>


-- 
Z poważaniem,
Marek Sarnecki

Reply via email to