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
Fix For: Archetypes 1.0.0-BETA2
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: