Re: Convention Plugin: How to specify a redirect action

2009-10-02 Thread Paweł Wielgus
Hi Roger, try redirectAction. Best greetings, Paweł Wielgus. 2009/10/2 RogerV : > > Could someone tell me the correct format for the @Result annotation for a > redirect action. The action class I want to redirect to is called > ProcessTemplate and I've tried > > @Action(result...@result(name="su

Convention Plugin: How to specify a redirect action

2009-10-02 Thread RogerV
Could someone tell me the correct format for the @Result annotation for a redirect action. The action class I want to redirect to is called ProcessTemplate and I've tried @Action(result...@result(name="success", type="redirect-action", location="process-template")}) public String execute(