[jbossseam-issues] [JBoss JIRA] Updated: (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:19:57 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2322?page=all ]

Matthew Lieder updated JBSEAM-2322:
-----------------------------------

    Attachment: SeamSandbox2.zip

Here's an example of the problem. Run it, navigate to index.seam, click "Test repositioning", and click "Choice 2" to see the bug in action.

> 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
>         Attachments: SeamSandbox2.zip
>
>
> <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