2002. november 18. 13:05 d�tummal Amit Badheka ezt �rtad:
> I would like to add some request parameter in my action class , before
> forwarding it to jsp page.
>
> Is there any way to do it?

You'd better store the data you'd like to pass to your jsp in request as an 
attribute rather than as a parameter. 

request.setAttribute("somekey", someObject);

and you can use it in your jsp.

Hth,

Tib

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

Reply via email to