0 Replies Latest reply on Dec 19, 2008 7:24 PM by javacoryd

    Action not called from pages.xml ( periodically )

    javacoryd

      We have all of our views defined in our pages.xml file.  All of our pages have a SFSB handler which handles the button and link presses along with setting up the data needed by the view.  In our pages.xml file we always setup an action under the page declaration which initializes the SFSB handler for the page.  Much like this:


      <action execute="#{pageHandler.init}"/>


      Many of our pages refer back to their SFSB handler for data.  This data was setup by the init action call.


      In some instances, and very periodically, we have noticed that in our production application, the action doesn't get called before rendering the view.  The only consistency about it is the fact that there are many more requests going on at the same time by different clients in different conversations.


      Has anyone seen this before?


      Seam 2.0.1 GA


      Thanks,


      Cory.