I guess I misread the question. Setting up the form and forwarding to a jsp does what I described.

David






From: Martin Cooper <[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 17:28:16 -0800 (PST)



On Fri, 15 Nov 2002, David Graham wrote:

> 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.

Nope. The form bean will be reset and repopulated from the request. One of
the joys of action chaining. ;-)

--
Martin Cooper


>
> 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>

_________________________________________________________________
STOP MORE 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