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
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
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
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
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
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.
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