Re: Remotely passing parameters to struts

2008-08-11 Thread jaki
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, >

Remotely passing parameters to struts

2008-08-11 Thread jaki
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