[
https://issues.apache.org/jira/browse/TAP5-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-611.
-------------------------------------
Resolution: Won't Fix
Assignee: Howard M. Lewis Ship
You can accomplish this today by returning a Link or URL from an event handler
method.
> 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
> Assignee: Howard M. Lewis Ship
>
> 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.