Another way support tapestry.suppress-redirect-from-action-requests.
--------------------------------------------------------------------

                 Key: TAP5-611
                 URL: https://issues.apache.org/jira/browse/TAP5-611
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.1.0.0
            Reporter: luna Guo


EventLink request URLs can not be bookmarked.For example may user want to 
bookmark the 2nd page of a grid.(the list order never change) ,I also like a 
redirect after form post.So I don't want to  set 
tapestry.suppress-redirect-from-action-requests to true.What about  set  
tapestry.suppress-redirect-from-action-requests default to true, event handler 
return a redirect by giving a @Redirect or a @Forward to prevent a redirect.
@Redirect
void onSuccess(){
...
@Forward
void onActionFromPager(){
...

thanks
luna

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to