[
http://jira.jboss.com/jira/browse/JBSEAM-690?page=comments#action_12351510 ]
Christian Bauer commented on JBSEAM-690:
----------------------------------------
Maybe even allow to customize the request parameters for that redirect, either override or
add some.
Allow calling of org.jboss.seam.core.redirect.execute() in pages.xml
--------------------------------------------------------------------
Key: JBSEAM-690
URL:
http://jira.jboss.com/jira/browse/JBSEAM-690
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Reporter: Christian Bauer
Priority: Minor
Instead of <redirect> I'd like to call redirect.execute() to jump to some saved
location. This is useful eg. after Delete:
<page view-id="/docEdit.xhtml">
<navigation from-action="#{documentHome.delete}">
<end-conversation before-redirect="true"/>
<redirect-to-captured-request/>
</navigation>
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira