1 Reply Latest reply on Feb 17, 2008 1:42 PM by pmuir

    Pageflow event type="node-enter" possible bug

    kruno

      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.