| RAP Table: Row sometimes empty [message #1009185] |
Thu, 14 February 2013 11:08  |
Markus Duft Messages: 44 Registered: February 2013 |
Member |
|
|
Hi again!
I have a problem with the (more or less) default Table implementation. We have a rather complex application with a lot of tables and stuff. Now when navigating through the application, i sometimes get empty table rows, where there should be data. I can verify on the server side that the items are created and filled with the according data, but on the client, they are empty...
I have multiple cases identified until now: The first one is when i:
1) Fill the table with data
2) select a row
3) right click (menu opens) - choose an action > causes another dialog to open (table is not manipulated at all)
4) return to the first dialog - the selected row has no more texts.
looks like this:

The second case is in some of our dialogs (actually have found one only until now ) if i open it and fill everything with data, the table in question has only one row, and this rows texts are all empty.
This one looks like this:

I tried to follow the request payloads for both cases. In the first one it seems the table is left alone completely except from setting visibility and tabIndex - still data is gone.
In the second case, i'm pretty sure this is the request that causes the empty item:
[ "create", "w1977", "rwt.widgets.GridItem", {
"parent": "w448",
"index": 0
} ]
I'm a little bit stuck on where to continue with my investigations...?
[Updated on: Thu, 14 February 2013 11:08] Report message to a moderator
|
|
|