[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-690) Allow calling of org.jboss.seam.core.redirect.execute() in pages.xml

Christian Bauer (JIRA) jira-events at jboss.com
Wed Jan 24 08:34:52 EST 2007


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

        



More information about the seam-issues mailing list