Re: GridView and refreshing with an ajax call

2009-09-27 Thread Fernando Wermus
I did :( On Fri, Sep 25, 2009 at 7:07 PM, Altuğ B. Altıntaş wrote: > Did you add the component to AjaxRequestTarget > > target.addComponent(yourGridview) > > Also don't forget this : yourGridview.setOutputMarkupId(true); > > A.B.A > > 2009/9/25 Fernando Wermus > > > Hi all,I have an ajaxcli

Re: GridView and refreshing with an ajax call

2009-09-25 Thread Altuğ B . Altıntaş
Did you add the component to AjaxRequestTarget target.addComponent(yourGridview) Also don't forget this : yourGridview.setOutputMarkupId(true); A.B.A 2009/9/25 Fernando Wermus > Hi all,I have an ajaxclick which should refresh a gridview, but this > doesnt happened. I saw someone reporting