oh update object meaning? so sorry for asking cos i am very new and still dunno much. This also occurs when the delete button is being clicked. my code as shown below: public String incidentDel_btn_action() { form1.discardSubmittedValues("addIncidentStatus"); try { RowKey rk = tableRowGroup2.getRowKey(); if (rk != null) { incidentstatusDataProvider.removeRow(rk); incidentstatusDataProvider.commitChanges(); incidentstatusDataProvider.refresh(); } } catch (Exception ex) { log("ErrorDescription", ex); error(ex.getMessage()); } return null; }
modified on Thursday, December 23, 2010 3:26 AM