[
https://jira.jboss.org/browse/JBIDE-6747?page=com.atlassian.jira.plugin.s...
]
Alexey Kazakov updated JBIDE-6747:
----------------------------------
Fix Version/s: 3.2.0.M2
Affects Version/s: 3.2.0.M1
Description:
1. Create new Seam Project via New Web Seam Project wizard. Set JSF 2.0 facet version.
2. See the generated faces-config.xml:
<faces-config
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
...
</application>
</faces-config>
For jsf 2.0 we should not set com.sun.facelets.FaceletViewHandler. It's required only
for faces-config 1.2.
Component/s: Seam
New Seam Project Wizard: Don't add
com.sun.facelets.FaceletViewHandler into faces-config.xml 2.0
------------------------------------------------------------------------------------------------
Key: JBIDE-6747
URL:
https://jira.jboss.org/browse/JBIDE-6747
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Seam
Affects Versions: 3.2.0.M1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.0.M2
1. Create new Seam Project via New Web Seam Project wizard. Set JSF 2.0 facet version.
2. See the generated faces-config.xml:
<faces-config
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
...
</application>
</faces-config>
For jsf 2.0 we should not set com.sun.facelets.FaceletViewHandler. It's required only
for faces-config 1.2.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira