[
http://jira.jboss.com/jira/browse/JBSEAM-1951?page=comments#action_12378333 ]
Matthew Lieder commented on JBSEAM-1951:
----------------------------------------
This is basically a duplicate of JBSEAM-1939 (or vice versa, when factoring in the forum
post date)
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