Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@www.apache.org Received: (qmail 85450 invoked from network); 6 Sep 2004 14:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Sep 2004 14:39:30 -0000 Received: (qmail 16469 invoked by uid 500); 6 Sep 2004 14:39:29 -0000 Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 15795 invoked by uid 500); 6 Sep 2004 14:39:18 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 15774 invoked by uid 99); 6 Sep 2004 14:39:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [203.23.159.248] (HELO ozonline.com.au) (203.23.159.248) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 07:39:15 -0700 Received: from [203.4.251.139] (as-mel-2-139.ozonline.com.au [203.4.251.139]) by ozonline.com.au (8.11.6/8.11.6) with ESMTP id i86EdAn17166 for ; Tue, 7 Sep 2004 00:39:11 +1000 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <004a01c49418$faa96d30$1400a8c0@dima> References: <3F911DEC-0009-11D9-8B9D-000A95C7157E@fastmail.fm> <004a01c49418$faa96d30$1400a8c0@dima> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <80A33B07-0012-11D9-8B9D-000A95C7157E@fastmail.fm> Content-Transfer-Encoding: 7bit From: clunkyrobot Subject: Re: EL expression not evaluating Date: Tue, 7 Sep 2004 00:39:05 +1000 To: "Tag Libraries Users List" X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is my web.xml ============================ javax.servlet.jsp.jstl.sql.dataSource jdbc:mysql://localhost/scuttlebug,com.mysql.jdbc.Driver,guest,guest ============================ Very basic - I tried adding Dima XML however to no effect? Can anyone see some thing I am missing: On 06/09/2004, at 11:54 PM, Dima Gutzeit wrote: > Hi, > > Take a look on the web.xml file of your application. It should begin > with > the following : > > 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" > > > Hope it helps. > > > > ----- Original Message ----- > From: "clunkyrobot" > To: > Sent: Monday, September 06, 2004 16:32 > Subject: EL expression not evaluating > > >> 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 is configured and sees what it needs, and look happy. >> >> Problem 01 - My EL expressions in my > /> are not being evaluated, they look right but the expressions are >> just printed out on the screen like this ${some Expression} as plain >> text. Now it is not a problem with my tags because my tags >> and others work fine. So it looks my core tags are working, but why >> are >> my expressions not being executed? >> >> Here is the page any suggestions? >> >> -Kurt >> >> code: >> >> >> <%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %> >> <%@ taglib uri="/WEB-INF/tld/sql.tld" prefix="sql" %> >> <%@ taglib uri="/WEB-INF/tld/fmt.tld" prefix="fmt" %> >> <%@ taglib uri="/WEB-INF/tld/x.tld" prefix="x" %> >> >> >> >> Search Result >> >> >> >>

Create a new Blog

>> >> >> >> Sorry, no existing blogs were found. >> >> >> >> The following soapbox articles were found: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>
IDDate CreatedDate Last ModifiedArticle StatusArticle TitleArticle SummeryEditDelete
> />">Edit> />">Delete
>> >>
>>
>> >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org