Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » scout » Deleting Rows in TableField not calling store
Deleting Rows in TableField not calling store [message #988884] Mon, 03 December 2012 09:40 Go to previous message
Sebastian Boccardi is currently offline Sebastian Boccardi
Messages: 47
Registered: September 2012
Location: Montevideo
Member
When i do this:

protected void execAction() throws ProcessingException {
            for (ITableRow r : getSelectedRows()) {
              deleteRow(r);
            }
            storeStateInternal();    <------- THIS
          }


I had to add the line to call the store of the form, if i don´t do it that way store is not called after deleting rows and clicking OK. Auto discard is on.

Shouldn´t the form be observing the table for any change?

Sebastian
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:ServerJob doesn't wait for delay before to reschedule
Next Topic:Corrupted file using IRemoteFileService ...
Goto Forum:
  


Current Time: Fri May 24 04:57:03 EDT 2013

Powered by FUDForum. Page generated in 0.01569 seconds