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 
?
 
regards
Manisha

                
---------------------------------
Do you Yahoo!?
 Read only the mail you want - Yahoo! Mail SpamGuard.

Reply via email to