aspose file tools
The moose likes Struts and the fly likes Problem with Request Forwarding in Struts 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 "Problem with Request Forwarding in Struts" Watch "Problem with Request Forwarding in Struts" New topic
Author

Problem with Request Forwarding in Struts

Tony Tranquil
Greenhorn

Joined: Sep 23, 2003
Posts: 24
Hi all,
In my struts-config file I defined following action
<action path="/cancelProcess" type="com....." [bold]name="formA"[/bold]>
<forward name="failed" path="/processSave.do"/>
</action>

<action path="/processSave" type="com...." [bold]name="formB"[/bold]
</action>

I got error: "formA is incompatible with formB"
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
Post the stacktrace that includes the actual error text.
 
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: Problem with Request Forwarding in Struts
 
Similar Threads
Two forms in a page problem
Form bean not taking the value when property is disabled in jsp
JSP Dynamically generated link needs to be associated with different form and submitted
ActionForm getters and setters.
Opinion of an expert