global forward in struts 2

2007-02-07 Thread Daniel Amadei
Hi All, Is there a way to set up a global forward in Struts 2 and set it to forward to a tiles def? Thanks, Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: global forward in struts 2

2007-02-07 Thread Dave Newton
--- Daniel Amadei wrote: Is there a way to set up a global forward in Struts 2 and set it to forward to a tiles def? You can create global-results with any result type you want. http://cwiki.apache.org/WW/result-configuration.html d

Re: global forward in struts 2

2007-02-07 Thread Daniel Amadei
Hi Dave, Unfortunately, this does not do what I want. I need to type an action in the URL and get redirected to the result without having to code the Action. Thanks, Daniel 2007/2/7, Dave Newton [EMAIL PROTECTED]: --- Daniel Amadei wrote: Is there a way to set up a global forward in Struts

Re: global forward in struts 2

2007-02-07 Thread Dave Newton
--- Daniel Amadei wrote: Unfortunately, this does not do what I want. I need to type an action in the URL and get redirected to the result without having to code the Action. Ah. Then you don't want a global forwards, you want wildcard action mappings, from