Hi,

   I am using a simple action which reads the xml, xml has data as to where
my resultant action would be. So I am able to read the xml file and set the
parameters in the @Result like below

@Result(name="redirect",location="${url}", type="redirect",
params={"REQUEST_TYPE","${requestType}","username","${username}","password","${password}"})


Problem is its going to the location of the url file, but it is not setting
any of the parameters. Appreciate any kind of help in resolving this. I saw
a patch for ServletRedirectResult which I applied but still it doesnt work
https://issues.apache.org/struts/browse/WW-3046

Thanks
-- 
View this message in context: 
http://www.nabble.com/Result-Params-not-getting-set-in-redirect-tp22871066p22871066.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to