[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2630) Pageflow event type="node-enter" on start-page

Krunoslav Samardzic (JIRA) jira-events at lists.jboss.org
Mon Feb 18 08:35:26 EST 2008


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
    Affects Versions: 2.0.1.GA
            Reporter: Krunoslav Samardzic


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

        



More information about the seam-issues mailing list