Quoting "Pradeep, PK" <[EMAIL PROTECTED]>:

> Sending the same question again..
> 
> 
> I have this basic question.....
> 
> Suppose action class calls some business object and fetches some data
> (say employee detail). How to transfer this data to jsp page which is
> reached through ActionForward?
> 
> One way I know is storing the data in session object..is there any
> better/different way
> 

If you only need the information to prepare the next response, that is exactly
what request scope attributes are for.

Craig


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

Reply via email to