| Summary: newbie example of posting editable grid data in a struts application |
| Author: Meindert Hoving |
| Published: 25 March 2008 |
| Ext Version: 2.0 |
Languages: English
|
I was struggling incorporating the editable grid in my struts application, I made a test application that I've put on the forum[1]
I wanted to be able to post the changes on the grid together with all my other field changes on the form to the server. To do this I've put handlers in the script that create DOM input fields whenever there is a grid change.
The online version can be found on http://selfservice.pastelpayroll.co.za/bankentry/banklist.do
The source code is spread in the forum post and on the example site.
Kind Regards
Meindert Hoving