Preserver de session?
Session is already preserved. Did you try that?
To get values from session in your servlet you must use Session ses =
request.getSession().
Than you have your session object. Parameters from request? You should use
request.getParameters().
To get Action fields, well I'm not sure what struts you're using, but maybe
you can use ActionContext class to get that.

Regards,

Felipe


cpanon wrote:
> 
> Hello
> Is/how it possible to forward from a action to a servlet at another url
> and preserve the parameters and session objects?  I am doing all the
> processing in the Action and just simply need to send a data stream back. 
> I can do it with servlets, but cant seem to do it with an action and a
> servlet.  Can someone help me understand?  tia.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/action-forward-to-servlet-tf3668811.html#a10253751
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to