Ext JS - Learning Center

Tutorial:Newbie example of posting editable grid data in a struts application

From Learn About the Ext JavaScript Library

Revision as of 07:37, 25 March 2008 by Meindert (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Summary: newbie example of posting editable grid data in a struts application
Author: Meindert Hoving
Published: 25 March 2008
Ext Version: 2.0
Languages: en.png 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