Jim,

This is a red herring - yes you're right about it being passed into the
execute method - but since the reference isn't passed anywhere else after
that in the RequestProcessor then it doesn't matter what you do - all you
have to do is store the ActionForm under the appropriate attribute in the
Request/Session.

Niall

----- Original Message ----- 
From: "Jim Barrows" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, August 06, 2004 9:44 PM
Subject: RE: GOING GOING GONE DYNAMIC

> -----Original Message-----
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 06, 2004 1:38 PM
> To: Struts Users Mailing List
> Subject: RE: GOING GOING GONE DYNAMIC
>
>
> At 12:57 PM 8/6/2004, you wrote:
> >The problem would with Java in this case, since form is
> passed in.....
> >
> >you could do something like
> >         BeanUtils.copyProperties( form,
> > DynamicActionFormFactory.createBlankForm( blah blah);
> >and that might work better.
>
>
>
> What about the ActionMapping?

If I understand you correctly...
Same issue.... it's passed into the execute method, and therefore you can't
change it, only it's internals, so you would have to do the same thing
there.

I'm talking specifically in the execute method, which is where I think
you're trying to create the form.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to