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

Patrick Ruhkopf (JIRA) jira-events at lists.jboss.org
Sun Sep 23 09:25:10 EDT 2007


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