[
http://jira.jboss.com/jira/browse/JBSEAM-2630?page=all ]
Pete Muir updated JBSEAM-2630:
------------------------------
Component/s: BPM
Fix Version/s: 2.1.x
Pageflow event type="node-enter" on start-page
----------------------------------------------
Key: JBSEAM-2630
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2630
Project: JBoss Seam
Issue Type: Bug
Components: BPM
Affects Versions: 2.0.1.GA
Reporter: Krunoslav Samardzic
Fix For: 2.1.x
The problem is that
actions in side event type="node-enter"
on node start-page do not get called.
but pageflow-2.0.xsd allows this on start-page.
<?xml version="1.0"?>
<pageflow-definition
xmlns="http://jboss.com/products/seam/pageflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/pageflow
http://jboss.com/products/seam/pageflow-2.0.xsd"
name="kruno">
<start-page view-id="/Kruno.jsp" name="kruno">
<redirect/>
<description>
Kruno
</description>
<event type="node-enter">
<action name="start"
expression="#{kruno.odradi}"></action>
</event>
--
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