| Author |
Adding new elements to table in struts 1.2
|
sam kulkarni
Greenhorn
Joined: Mar 18, 2011
Posts: 12
|
|
Hi Friends,
I am new to Struts 1.2 , what my application wants is to add rows to table(I have created table using logic iterator the data is populated using a VO) on click of a add button in header of the table, without submitting the form.
My question is, will by Form bean get updated once i add elements to table using javascript?
For e.g. if on screen load, total row count is 2, then i add 2 elements using javascript on submitting the form will i get row count as 4 or 2?
Also, if let me know if there is any alternative to this approach?
Cheers
|
 |
Rudy Gireyev
Ranch Hand
Joined: May 03, 2011
Posts: 39
|
|
|
I use the Displaytag library for my table UI handling and would recommend it for more complex table display schemes.
|
 |
 |
|
|
subject: Adding new elements to table in struts 1.2
|
|
|