Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-07 Thread Daniel Francisco
I also solved my problem, thanks to the mvp4g group. It was an mvp4g related issue. I was doing something wrong causing to have two different instances of the view. I was updating the CellList on the view that wasn't been showed. On 7 feb, 12:14, Peter Ondruška wrote: > OK got it working. It work

Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-07 Thread Peter Ondruška
OK got it working. It works as documented. I just got error in my TextColumns which silently resulted in no data displayed. Watch for nulls! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-t

Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-05 Thread Peter Ondruška
Same also with code based on AsyncDataProvider. Does anybody have a working example of updating CellTable from within callback? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@google

Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-04 Thread Daniel Francisco
Ok, tell me if it works for you. On 4 feb, 09:02, Peter Ondruska wrote: > Seems like it is not possible to update ListDataProvider within callback > function. I am trying to refactor to using AsyncDataProvider.. -- You received this message because you are subscribed to the Google Groups "Goog

Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-04 Thread Peter Ondruska
Seems like it is not possible to update ListDataProvider within callback function. I am trying to refactor to using AsyncDataProvider.. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolki

Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-03 Thread Peter Ondruska
Hi, I have exactly the same problem.. Either I misunderstood documentation or something is broken, still trying to find the way.. On Feb 2, 6:51 pm, Daniel Francisco wrote: > Hi. > > I'm working on a project with GWT 2.1 and mvp4g. In a view, I'm using > a CellList backed with a ListDataProvider.

CellList with ListDataProvider does not get redrawn on data change

2011-02-02 Thread Daniel Francisco
Hi. I'm working on a project with GWT 2.1 and mvp4g. In a view, I'm using a CellList backed with a ListDataProvider. If I pass a List with data when instantiating the ListDataProvider, the CellList shows this data. The problem is that afterthat, the CellList never gets redrawn whenever I change th