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 --

Re: EL expression not evaluating

2004-09-06 Thread Dima Gutzeit
Replace the following : http://java.sun.com/dtd/web-app_2_3.dtd";> With the value from my first reply. - Original Message - From: "clunkyrobot" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Monday, September 06, 2004 17:39 Subject: Re: EL expression no

RE: EL expression not evaluating

2004-09-06 Thread Allistair Crossley
also, get the latest jstl 1.1 and use <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions"; prefix="fn" %> ADC > -Original Message- > From: clunkyrobot

RE: EL expression not evaluating

2004-09-06 Thread Allistair Crossley
think you need 2.4 webapp dtd 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";> > -Original Message- > From: clunkyrobot [mailto

Re: EL expression not evaluating

2004-09-06 Thread clunkyrobot
This is my web.xml http://java.sun.com/dtd/web-app_2_3.dtd";> javax.servlet.jsp.jstl.sql.dataSource jdbc:mysql://localhost/scuttlebug,com.mysql.jdbc.Driver,guest,guest Very bas

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 : 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.

fmt and charset

2004-09-06 Thread Lorenzo Sicilia
Hi to all, I use jstl 1.0.0.6 and jvm sun 1.4.2 on my linux box. I have this small snippet: <%@ taglib prefix="c" uri="/WEB-INF/tld/c.tld" %> <%@ taglib prefix="fmt" uri="/WEB-INF/tld/fmt.tld" %> <%@ taglib prefix="sql" uri="/WEB-INF/tld/sql.tld" %> http://www.w3.org/1999/xhtml";> bug fmt

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 i