Open rhapsodyug opened 8 years ago
Record is save but jtable does not refresh
Hello @rhapsodyug I don't understand your problem clearly. In the case of my application the controller (the servelet that the view invoke) returns the record created during the operation and the framework jTable do the necessary operations to accomplish the action and refresh the table. Where is your controller (or service...) i don't know what you are using in your application.
@model DocTracker.Models.UNRADocs
```