Can I use a single Submit button for multiple JSP table rows?
Ron Rea
Greenhorn
Joined: Jul 03, 2001
Posts: 23
posted
0
Is it possible in Struts to: a) present a JSP containing x number of rows of data b) allow the user to update several fields on several different lines c) when the user hits Submit, the rows, including their updated changes, are sent back to the Action class for processing. I have not been able to figure a way to do this and could really use a hand with this. Thanks!
Ravi Veera
Ranch Hand
Joined: Jun 23, 2001
Posts: 127
posted
0
Check out the nested beans examples at the jakarta struts site. They should get you going. Ravi
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: Can I use a single Submit button for multiple JSP table rows?