The form bean can be in the request scope as long as you're forwarding to the next resource and NOT redirecting.

David






From: "Sri Sankaran" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: RE: ActionForm manipulation within an Action
Date: Fri, 15 Nov 2002 12:47:51 -0500

...and the form bean is of session scope.

Sri

-----Original Message-----
From: David Graham [mailto:dgraham1980@;hotmail.com]
Sent: Friday, November 15, 2002 12:35 PM
To: [EMAIL PROTECTED]
Subject: Re: ActionForm manipulation within an Action


Of course, this happens all the time in add/edit forms. Any change to the
form in the first action will be seen by the action it forwards to as long
as both actions are setup to use the same form bean in struts-config.xml.

David






>From: "Jorge Martins" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "'Struts Mailinglist'" <[EMAIL PROTECTED]>
>Subject: ActionForm manipulation within an Action
>Date: Fri, 15 Nov 2002 17:20:57 -0000
>
>Hi,
>
>Is there a way to set an attribute in an ActionForm received by an
>Action and having that change propagated when I 'findForward()' to
>another Action?
>
>Thanks
> Jorge
>
>
>________________________________________________________________________
> inesc-id Jorge Martins | [EMAIL PROTECTED]
>lisboa Software Engineering Group |
>http://www.esw.inesc-id.pt/~jorge
>
>
>
>
>--
>To unsubscribe, e-mail:
><mailto:struts-user-unsubscribe@;jakarta.apache.org>
>For additional commands, e-mail:
><mailto:struts-user-help@;jakarta.apache.org>


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus


--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to