Tutorial:Newbie example of posting editable grid data in a struts application (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
| 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
|
Posting editable grid changes in a struts application
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

English