What's the way to do it using request/response then? I tried it out with requestdispatcher only to later find out that requestdispatcher can only forward to servlets within the same web app. Is there a way to make it forward to a remote servlet?
jaki wrote: > > Hi all, > > I have a web application which needs to pass parameters to a struts app > which resides on another machine. I will not be calling the struts class > using a jsp but from a normal java method. So, is there a way to pass > arguements without using a request/response object? > -- View this message in context: http://www.nabble.com/Remotely-passing-parameters-to-struts-tp18928369p18938494.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]