On Fri, 14 Jan 2005 18:12:24 -0800 (PST), Manisha Sathe
<[EMAIL PROTECTED]> wrote:
> I do know what exactly could be the problem
> 
> I am having one JSP which calls Main Action Handler - this does some database 
> job and get userid. This id i want to pass it to another page. If it is a 
> direct JSP page then i can make use of something like 
> request.setAttribute....and can get the value.
> 
> But if it is calling another struts Action Handler then seems value is not 
> passed. I aways get in another Action Handler as null. Currently i put it in 
> the session scope - but which i do not want. Is there any good solution to 
> this ?

Well, chaining actions is not considered good practice.. but if you
have to.. why not put it in the session?

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

Reply via email to