Re: Retrieve a Variable From the DynaActionForm

2004-03-24 Thread Pedro Salgado
On 24/03/2004 06:07, "Caroline Jen" <[EMAIL PROTECTED]> wrote: > In my Struts application, postForm is of the > DynaActionForm type: > DynaActionForm postForm = ( DynaActionForm )form; > > Later on, I want to save one of the fields "receiver", > which is a String, in the request context. Which is

Retrieve a Variable From the DynaActionForm

2004-03-23 Thread Caroline Jen
In my Struts application, postForm is of the DynaActionForm type: DynaActionForm postForm = ( DynaActionForm )form; Later on, I want to save one of the fields "receiver", which is a String, in the request context. Which is the following is the correct syntax? request.setAttribute( "Receiver", pos