[weld-issues] [JBoss JIRA] Created: (WELDX-62) facelets.DEVELOPMENT should be javax.faces.PROJECT_STAGE

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Dec 23 17:49:30 EST 2009


facelets.DEVELOPMENT should be javax.faces.PROJECT_STAGE
--------------------------------------------------------

                 Key: WELDX-62
                 URL: https://jira.jboss.org/jira/browse/WELDX-62
             Project: Weld Extensions
          Issue Type: Bug
          Components: Archetypes
    Affects Versions: Archetypes 1.0.0-BETA1
            Reporter: Dan Allen
            Assignee: Dan Allen
            Priority: Minor


The web.xml context parameter facelets.DEVELOPMENT is for the third-party Facelets library. The correct context parameter to activate the Facelets debug page in standard JSF 2.0 is javax.faces.PROJECT_STAGE:

   <context-param>
      <param-name>javax.faces.PROJECT_STAGE</param-name>
      <param-value>Development</param-value>
   </context-param>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list