Selena doesn't understand the web.xml version 2.5?
Hello everybody,
This is my web.xml (sorry for its length):
javax.faces.CONFIG_FILES
/WEB-INF/number-guess/faces-config.xml,
/WEB-INF/faces-config.xml,
/WEB-INF/admin/faces-config.xml
org.ajax4jsf.VIEW_HANDLERS
com.sun.facelets.FaceletViewHandler
org.ajax4jsf.SKIN
blueSky
facelets.REFRESH_PERIOD
2
facelets.DEVELOPMENT
true
javax.faces.STATE_SAVING_METHOD
client
javax.faces.DEFAULT_SUFFIX
.xhtml
com.sun.faces.validateXml
true
The version 1.2_04-b10-p01 of the JSF RI cannot instantiate the rich:tree component, but the version
1.2_04-b07-FCS can.
com.sun.faces.verifyObjects
false
Faces Servlet
javax.faces.webapp.FacesServlet
1
Faces Servlet
*.jsf
Ajax4jsf Filter
ajax4jsf
org.ajax4jsf.Filter
Enable caching of framework-generated resources (JavaScript, CSS, images, etc.). For debug purposes
development custom JavaScript or Style prevents to use old cached data in a browser
enable-cache
false
ajax4jsf
*.jsf
Faces Servlet
REQUEST
FORWARD
INCLUDE
IDEA 6.0.5 doesn't require the *.jsf]]> in the filter-mapping section (maybe because there's the servlet-name tag. That is also specified in the http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd file). But Selena requires that url-pattern even if there is a servlet-name. Is Selena wrong?
Regards.
Please sign in to leave a comment.
Fixed
Fixed as in 6.0.6 or in Selena?
In Selena. More, this check was introduced in Selena, so there shouldn't
be problems in 6.0.x.