[jboss-user] [JBoss Seam] - Pageflow event type="node-enter" possible bug

Kruno do-not-reply at jboss.com
Thu Feb 7 07:45:32 EST 2008


I am using seam 2.0.1 GA
The problem is that 

does not work on start page like this:

  | 
  | <?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>
  | 
  | .....
  | 
The method odradi in bean kruno is not called.
but it works on any other page just not on the start-page,
The odd thing is that pageflow-2.0.xsd allows this on start-page
Please help
Thanks in advance Kruno.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127357#4127357

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127357



More information about the jboss-user mailing list