[jboss-user] [Beginners Corner] - Re: EL does not get picked up

PeterJ do-not-reply at jboss.com
Mon Oct 16 13:49:18 EDT 2006


Make sure you are using the correct setting in your web.xml file. To use EL, you should have:

<web-app
  |   xmlns="http://java.sun.com/xml/ns/j2ee"
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
  |                       http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  |   version="2.4">


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978609#3978609

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978609



More information about the jboss-user mailing list