Re: EL expression not evaluating

2004-09-06 Thread Dima Gutzeit
Hi, Take a look on the web.xml file of your application. It should begin with the following : web-app version=2.4 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

Re: EL expression not evaluating

2004-09-06 Thread clunkyrobot
This is my web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app !-- makes MySQL driver accessible -- context-param param-name

RE: EL expression not evaluating

2004-09-06 Thread Allistair Crossley
Message- From: clunkyrobot [mailto:[EMAIL PROTECTED] Sent: 06 September 2004 15:39 To: Tag Libraries Users List Subject: Re: EL expression not evaluating This is my web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems

RE: EL expression not evaluating

2004-09-06 Thread Allistair Crossley
PROTECTED] Sent: 06 September 2004 15:39 To: Tag Libraries Users List Subject: Re: EL expression not evaluating This is my web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http

Re: EL expression not evaluating

2004-09-06 Thread Dima Gutzeit
PROTECTED] Sent: Monday, September 06, 2004 17:39 Subject: Re: EL expression not evaluating This is my web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3

Re: EL expression not evaluating -SOLVED

2004-09-06 Thread clunkyrobot
Thank you so much That did it calling sun URI rather then my local in combination with the updated web.xml - thanks heaps, thank you, Question -- Intelij IDEA marks version=2.4 in RED as not not valid ?? is this just Intelij IDEA being silly? -Kurt