This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Struts 1.2 and handle update from table data, like excel sheet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 1.2 and handle update from table data, like excel sheet" Watch "Struts 1.2 and handle update from table data, like excel sheet" New topic
Author

Struts 1.2 and handle update from table data, like excel sheet

ashish kulkarni
Ranch Hand

Joined: Aug 15, 2002
Posts: 130
Hi
I have a table which is displayed to users with only 1 row, users can add more rows to this table, i have javascript which adds new rows to this table,
How can i define my FormBean to handle this data entered in this table, it should be like a list of data which i can then insert into database.

Any ideas


A$HI$H
ashish kulkarni
Ranch Hand

Joined: Aug 15, 2002
Posts: 130
I found the solution in struts FAQ,

This is the link

http://www.coderanch.com/how-to/java/IndexedProperties

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts 1.2 and handle update from table data, like excel sheet
 
Similar Threads
how to group the radio buttons in jsf data table
Trouble with model for calculating and adding table values dependent on multiple rows
Table Rows
JSF: Need advice on acheiving specific funcationality
Is there a way to get an absolute row id for a JTable model