Re: Struts2 redirect-action with post params

2009-06-25 Thread Kelly.Graus
Hi Wes, I am using Struts 2.0.11.2. I tried it using redirectAction, but I am still receiving the same error. Kelly Wes Wannemacher wrote: > > On Thu, Jun 25, 2009 at 1:36 PM, Kelly.Graus > wrote: > >> >> >> This is the redirect action. it redirects to the action, but the post >> parameter

Re: Struts2 redirect-action with post params

2009-06-25 Thread Wes Wannemacher
On Thu, Jun 25, 2009 at 1:36 PM, Kelly.Graus wrote: > > > This is the redirect action. it redirects to the action, but the post > parameter isn't set. > > type="redirect-action">submitXmlLicenseRequest > > > Which version of struts are you using, redirect-action was renamed to redirectA

Re: Struts2 redirect-action with post params

2009-06-25 Thread Kelly.Graus
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

Re: Struts2 redirect-action with post params

2009-06-25 Thread brice . roncace
Using the named parameter (parameters) that Struts2 places on the OGNL stack should work for you: submitXmlLicenseRequest ${#parameters.licenseRequest} Brice On Jun 25, 2009 11:36am, "Kelly.Graus" wrote: Hello, I am trying to redirect to an action when the default index page is