[
https://jira.jboss.org/jira/browse/JBIDE-2690?page=com.atlassian.jira.plu...
]
Max Rydahl Andersen moved JBDS-405 to JBIDE-2690:
-------------------------------------------------
Project: Tools (JBoss Tools) (was: Developer Studio)
Key: JBIDE-2690 (was: JBDS-405)
Affects Version/s: (was: 2.0.0.alpha)
Facelets & Richfaces integration: view handler should be
registered in web.xml
------------------------------------------------------------------------------
Key: JBIDE-2690
URL:
https://jira.jboss.org/jira/browse/JBIDE-2690
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Nick Belaevski
Assignee: Max Rydahl Andersen
Addition of Facelets capabilities to Richfaces project should register FaceletViewHandler
in web.xml as
<context-param>
<param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
<param-value>com.sun.facelets.FaceletViewHandler</param-value>
</context-param>
but in faces-config.xml.
To reproduce:
1. Add JSF capabilities to existing project
2. Add Richfaces capabilities
3. Add Facelets capabilities
view handler is registered in faces-config.xml, but the right setup for Richfaces
projects is to declare it in web.xml
--
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