On 3/7/07, David Delbecq <[EMAIL PROTECTED]> wrote:
[1] unified EL refers to jsp 2.1 specifications, i was referring to 2.0
specifications.
To ensure you are using 2.1 specifications, check mainly that
- your taglib contains "<jsp-version>2.1</jsp-version>"
- your webapplication is properly configured to use the webapp2.5
specifications. The root element of web.xml should be like
<web-app version="2.5" 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";>

I would be ok to spend the time to look at it (just in case) if Gerald
sends me a ready to run WAR (please include the JSF and JSTL JARs in
lib) privately at my gmail address.

Rémy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to