[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2322) Programmatic repositioning of jPDL pageflow not working when done inside transition

Matthew Lieder (JIRA) jira-events at lists.jboss.org
Thu Nov 29 17:15:46 EST 2007


Programmatic repositioning of jPDL pageflow not working when done inside transition
-----------------------------------------------------------------------------------

                 Key: JBSEAM-2322
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2322
             Project: JBoss Seam
          Issue Type: Bug
          Components: BPM
    Affects Versions: 2.0.0.GA
            Reporter: Matthew Lieder


<page name="repopage" view-id="/message.xhtml">
    <redirect />
    <action expression="#{pageflow.reposition('destpage')}" />
</page>

works, but the following doesn't:

<page name="firstpage" view-id="/choice.xhtml">
    <redirect />

    <transition name="choice2" to="dummypage">
        <action expression="#{pageflow.reposition('destpage')}" />
    </transition>
</page>

-- 
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