On Mon, Jun 22, 2009 at 1:19 AM, dusty <dustin_pea...@yahoo.com> wrote:

>
> That works?  What processes that redirect-action:PHAInformation parameter?
> Struts sees that and just redirects?  If I knew how that worked then I
> could
> figure out how to add parameters.
>
>
Yes it works and it's part of the DefaultActionMapper.  I don't think you
will be able to add parameters using the "redirect-action:" prefix. I
haven't try it but you should be able to use the "redirect:" prefix and
construct the url with parameters like this
"redirect:MyAction.action?param1=value1&param2=value2".

Reply via email to