Hi Brice,
I tried that, I still am receiving a [Fatal Error] Premature end of file
error, and the licenseRequest parameter is not being set.
Any ideas as to why this wouldn't work?
Thanks!
Kelly
brice.roncace wrote:
>
> Using the named parameter (parameters) that Struts2 places on the OGNL
> stack should work for you:
>
> <action name="index" class="com.opensymphony.xwork2.ActionSupport">
> <result type="redirect-action">
> submitXmlLicenseRequest
> ${#parameters.licenseRequest}
> </result>
> </action>
>
> Brice
>
--
View this message in context:
http://www.nabble.com/Struts2-redirect-action-with-post-params-tp24207810p24208402.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]