I have a form where I insert data into temp table from form methods (insert in a method on form and calling it in init).
when a button on actionpane is clicked, data updates on few fields of main table.
1.datasource on form is temp table
2.data update on clicked method is on main table
help me how and where to refresh the form ?
currently update is working, but I have to refresh the browser always to get the updated temp table data.