A friendly place for programming greenhorns!
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
Author
Problem with Request Forwarding in Struts
Tony Tranquil
Greenhorn
Joined: Sep 23, 2003
Posts: 24
posted
Jul 17, 2008 12:17:00
0
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
posted
Jul 17, 2008 13:57:00
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter