[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1951) jPDL Only first action of multiple actions on a start page is evaluated

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Sep 24 10:24:56 EDT 2007


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

Pete Muir closed JBSEAM-1951.
-----------------------------

    Resolution: Duplicate Issue

> jPDL Only first action of multiple actions on a start page is evaluated
> -----------------------------------------------------------------------
>
>                 Key: JBSEAM-1951
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1951
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.CR1
>            Reporter: Patrick Ruhkopf
>            Priority: Minor
>
> Only the first action expression is evaluated on a start-page node. So in the following example the add method of testAction is only called once.
> {code:xml}
> <start-page name="myStartPage" view-id="start.xhtml">
>   <action expression="#{testAction.add(firstComponent)}" />
>   <action expression="#{testAction.add(secondComponent)}" />
>     	
>   <transition name="submit" to="next" />
> </start-page>
> {code} 
> This does not affect start-state or normal page nodes!

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