Hi,
   According to the documentation(
http://struts.apache.org/2.2.3/docs/parameters-in-configuration-results.html)
it is possible to use parameters in a URL on a RedirectAction, as follows:

            <result
type="redirectAction">NavigateTo?myParameter=myValue</result>

But when I use that, the redirect instruction does not have the parameter,
only the first part of the URL. Is there anything I'm missing?

Thanks

JL

Reply via email to