-
17 Jun 2008 8:47 AM #1lucasasGuest
[FIXED] Problem with dynamic table
[FIXED] Problem with dynamic table
When I'm using a dynamic table with a RCPProxy, and I try to use a attribute from a object inside another object sample:
that is inside UserDTOCode:public GroupDTO getGroup() { return get("group"); }
that is inside GroupDTOCode:public String getName() { return get("name"); }
In the TableCloumn ID I'm using "group.name" to fill the column.
The problem is when I'm in the GWTHosted mode everything works just fine, but in Firefox or Internet Explore the table don't show any value.
-
17 Jun 2008 9:10 AM #2


Reply With Quote