users@glassfish.java.net

Re: ELResolvers not registered with the JSP container

From: <forums_at_java.net>
Date: Sat, 14 May 2011 11:33:53 -0500 (CDT)

Roger,

Thank you for replying.  I have tried a half dozen different varients of the
the <web-app> element of the deployment descriptor, including both nof the
following snippets:

<web-app
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns="http://java.sun.com/xml/ns/javaee"
   xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
   version="3.0">

(which was generated by Eclipse) and

<web-app
 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-app_2_5.xsd"
 version="2.5">

Niether of which made any difference.

I removed com.sun.faces.expressionFactory context parameter (which I have
used in the past and was siggested as a potential solution by another blog),
and it made no difference.

I am using facelets.

Mike Laris
mglaris_at_gmail.com

 


--
[Message sent by forum member 'mlaris']
View Post: http://forums.java.net/node/801804