3 Replies Latest reply on Dec 26, 2007 6:16 PM by pmuir

    @RequestParameter: annotated method is called 22 times

    axismundi

      hello Seam architects

      I have a session-scoped SFSB with a method annotated like this:

      @RequestParameter("orderNumber")

      The method is being called properly.
      But why is it called 22 times? What is the purpose of calling it multiple times?

      According to its defined purpose, it should be called once and only once.