No, I just do not declare that boolean, therefor I think I use forward.
This is the action-mapping element having the problem:
<!-- create user-project action -->
<action path="/saveNewProject"
type="com.csg.cs.jst.bugs.control.SaveNewProjectAction"
name="projectDetails"
input="/newProject.jsp">
<forward name="success" path="/listProjects.do"/>
<forward name="error" path="/newProject.jsp"/>
</action>
regards
Alexander
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Wednesday, September 19, 2001 1:31 PM
To: [EMAIL PROTECTED]
Subject: Re: ActionError display and re-populate problem
It should work the same in either case, unless the request is being
redirected along the way (in which case it becomes a new request). Are
you using redirect=true any place?
-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/about/struts/
Alexander Jesse wrote:
> I noticed that this does not happen when the scope of the form is declared
> as "request", only when scop="session" is used it will work. Tried this
> yesterday evening, cause it is important for our projects too.
>
> Is this so by design?
>
> regards
> Alexander