Have you taken a look at parameters in configuration results?

http://struts.apache.org/2.0.11.2/docs/parameters-in-configuration-results.h
tml

You could pass in the redirectURL from your calling web app. I've never
tried this but it seems like it would work. It's worth a shot.

Regards,
Randy Burgess
Sr. Software Architect
D5 Systems, LLC


> From: jaki <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <user@struts.apache.org>
> Date: Mon, 11 Aug 2008 22:57:47 -0700 (PDT)
> To: <user@struts.apache.org>
> Subject: Re: Remotely passing parameters to struts
> 
> 
> 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-tp18928369p1893849
> 4.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]
> 
> 



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

Reply via email to