[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-6747) New Seam Project Wizard: Don't add com.sun.facelets.FaceletViewHandler into faces-config.xml 2.0

Dominik Pospisil (JIRA) jira-events at lists.jboss.org
Sat Aug 28 11:13:11 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Pospisil closed JBIDE-6747.
-----------------------------------



Verified (jbdevstudio-linux-gtk-4.0.0.v201008261621R-H420-M2.jar).

> 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

        


More information about the jbosstools-issues mailing list