0 Replies Latest reply on Sep 28, 2010 11:17 PM by kito99

    ContextInitParameters

    kito99

      I was looking at the ContextInitParameters in RichFaces 3.3.3, and I noticed that it's specifically using these two constants:

       

      public static final String[] NUMBER_OF_VIEWS_IN_SESSION = {"com.sun.faces.numberOfViewsInSession"};

      public static final String[] NUMBER_OF_LOGICAL_VIEWS_IN_SESSION = {"com.sun.faces.numberOfLogicalViews"};

       

      Is there a reason why these hard-coded to use Mojarra? It doesn't affect my current projects (since they both use Mojarra), but I want to make sure I'm not missing something.