Re: Redirect from input result to action

2009-09-17 Thread Greg Lindholm
If you want to redirect to an action and pass parameters then define your result like this (Seems like I just answered this question a day ago [1]): view ${issueId} If you want to preserve all messages across redirects take a look here [2], it's a lot easier to use t

Redirect from input result to action

2009-09-17 Thread Daniil Petrov
Hi, I have a view page, which displays an issue from the database. The results are based on specified id in parameters. On the same page there is a form to add some additional information to the issue. Validation (via validate() method) is configured for the form, and in case of error I want to di