aspose file tools
The moose likes Struts and the fly likes Struts Using nested forms in a Tab Layout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts Using nested forms in a Tab Layout" Watch "Struts Using nested forms in a Tab Layout" New topic
Author

Struts Using nested forms in a Tab Layout

chris hart
Greenhorn

Joined: Oct 09, 2003
Posts: 9
Hello all.
I have a Tab Layout which contains 4 jsp's. The jsp's share a single FORM so that data across all the jsp are saved together. The layout has a <html:form> and an action.
However on of the jsp has additional functionality so it has it's own <html:form>, action and a button. The problem is when the button is clicked on this page the action associated with the layout get's executed and not the action for the local form. I believe the Tab layout is presenting this problem. Has anyone run into this? Any ideas would be helpfull.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

Moving to the Struts forum.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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 Using nested forms in a Tab Layout
 
Similar Threads
How to name html:form tag in sturts
ActionForm access Via DynaActionForm?
Struts + OC4J = JspException: Cannot find ActionMappings or ActionFormBeans
Probably a very simple Struts form question?
Action Mapping and relative path