I will check that.

Thanks Ted.

----- Original Message ----- 
From: "Ted Husted" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 17, 2003 4:09 PM
Subject: Re: [SCAFFOLD] How get session in ProcessActionHelp class


> The ProcessAction is designed to pass the ActionForm object down to the
> business layer. The simplest thing is to make the object part of the
> ActionForm. The best place to do something like that is the reset
> method. It is passed the HttpServletRequest, so you have access to just
> about everything public in the application. Just put a bookId property
> on your ActionForm and populate it through reset. For examples, see the
> reset method of the BaseForm in the same package.
>
> HTH, Ted.
>
> Lázaro Miguel Fung wrote:
>
> > Hi.
> >
> > How I can get a session object in a ProcessActionHelp class,
> >
> > I have this session object: bookId
> >
> > How I can use this session inside a ProcessAction.
> >
> > TIA
> > LFung
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -- 
> Ted Husted,
>    Junit in Action  - <http://www.manning.com/massol/>,
>    Struts in Action - <http://husted.com/struts/book.html>,
>    JSP Site Design  - <http://www.amazon.com/exec/obidos/ISBN=1861005512>.
>
>
>
> ---------------------------------------------------------------------
> 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