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ş alt...@gmail.com 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 fernando.wer...@gmail.com

  Hi all,I have an ajaxclick which should refresh a gridview, but this
  doesnt happened. I saw someone reporting the same issue and I would like
 to
  know if this has been fixed it. The fact, it is that the gridview' s
 model
  is called just one at construction time. It does refresh the gridview but
  with the old data from the model.
 
  Thanks in advance.
 
  --
  Fernando Wermus.
 
  www.linkedin.com/in/fernandowermus
 



 --
 Altuğ.




-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus


GridView and refreshing with an ajax call

2009-09-25 Thread Fernando Wermus
Hi all,I have an ajaxclick which should refresh a gridview, but this
doesnt happened. I saw someone reporting the same issue and I would like to
know if this has been fixed it. The fact, it is that the gridview' s model
is called just one at construction time. It does refresh the gridview but
with the old data from the model.

Thanks in advance.

-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus


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 fernando.wer...@gmail.com

 Hi all,I have an ajaxclick which should refresh a gridview, but this
 doesnt happened. I saw someone reporting the same issue and I would like to
 know if this has been fixed it. The fact, it is that the gridview' s model
 is called just one at construction time. It does refresh the gridview but
 with the old data from the model.

 Thanks in advance.

 --
 Fernando Wermus.

 www.linkedin.com/in/fernandowermus




-- 
Altuğ.