2 Replies Latest reply on May 21, 2009 11:43 PM by bob122480

    Seam action skipping render response phase

    bob122480
      I have something like this in my process-definition.xml:

      <node name="list">
         <event type="node-enter">
           <action class="group.Action">
             <outcome>Main</outcome>

      ..

      the problem I'm having is after the action is called, it is skipping the render response phase and then starting a new jsf lifecycle.  why is the action causing this phase to be skipped?