File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Can I use a single Submit button for multiple JSP table rows? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Can I use a single Submit button for multiple JSP table rows?" Watch "Can I use a single Submit button for multiple JSP table rows?" New topic
Author

Can I use a single Submit button for multiple JSP table rows?

Ron Rea
Greenhorn

Joined: Jul 03, 2001
Posts: 23
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
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?
 
Similar Threads
mutiple record validate
How can I get the users input?
how to pass cell values(td) as hidden things to Action class(struts-2)?
Shopping cart JSP, ActionForm example
How to get selected records from Data Table in JSF