Struts ActionError Problem!

  • Thread starter =?iso-8859-1?q?S=F8ren_Poulsen?=
  • Start date
?

=?iso-8859-1?q?S=F8ren_Poulsen?=

I have an action mapping (shown below) that forwards the user back to
the same
page if form validation fails. Only problem is the page requires a http
parameter
to setup some data thats shown. When struts forwards on validation
failure this
parameter is not set. What is the workaround for this situation??

<action path="/savex"
name="EditXForm"
type="SaveXAction"
input="/editx.jsp"
validate="true">
<forward name="saved" path="/viewx.do"/>
</action>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,270
Messages
2,571,102
Members
48,773
Latest member
Kaybee

Latest Threads

Top