EL expression not evaluating

2004-09-06 Thread clunkyrobot
Hi - I am building a blog in the JSP and JSTL and EL and Tomcat and MySQL. So far I have installed Tomcat 5, with MySQL 4.x.x, and the Jakarta Core Tags version 2, all seems to be functioning. I am using Intellij IDEA 4.5 as my IDE. Now all seems to be running fine, no errors, Intellij IDEA

Re: EL expression not evaluating

2004-09-06 Thread clunkyrobot
; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; Hope it helps. - Original Message - From: clunkyrobot [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 06, 2004 16:32 Subject: EL expression not evaluating Hi - I am

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