Hello,

I'm trying to write a struts action that could save in a database and
send by e-mail the output of a JSP page.
This JSP page needs attributes values that are stored in the session
context. In other words, I need ServletContext of the struts action and
the JSP page to be the same.
 
I first tried to use the Java "URL" object to perform this action but it
creates a separate ServletContext.

I didn't find any solution to this issue on the internet.
Does anybody can help me?...

Amine



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

Reply via email to