Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP Table: Row sometimes empty
RAP Table: Row sometimes empty [message #1009185] Thu, 14 February 2013 11:08 Go to previous message
Markus Duft is currently offline 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:
index.php/fa/13422/0/

The second case is in some of our dialogs (actually have found one only until now Wink) 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:
index.php/fa/13421/0/

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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Forms with RAP/RWT 2.0
Next Topic:RAP browser scrolling
Goto Forum:
  


Current Time: Sat May 18 21:25:25 EDT 2013

Powered by FUDForum. Page generated in 0.01635 seconds