RE: JSTL 1.1 EL not working :(

2004-05-18 Thread Daniel Perry
this mean that the server needs access to the internet (as this will cause problems)? Daniel. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 14:58 To: Struts Users Mailing List Subject: Re: JSTL 1.1 EL not working :( First, you don't need to s

Re: JSTL 1.1 EL not working :(

2004-05-17 Thread Nicolas De Loof
First, you don't need to set taglibs in your web.xml. Check that your web.xml declares "2.3" servlet api (in DOCTYPE) It should work Nico. > I've tried to use JSTL with my web app, and it's not working! > I downloaded jstl 1.1, and copied jstl.jar, and standard.jar to WEB-INF/lib. > I put the

Re: JSTL 1.1 EL not working :(

2004-05-17 Thread Johannes Wolfgang Woger
aniel. -Original Message- From: Andrea M. [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 15:17 To: 'Struts Users Mailing List' Subject: R: JSTL 1.1 EL not working :( Hi Daniel Please tell us which container you are using JSTL 1.1 require JSP 2.0 + servlet 2.4 AFAIK the only ones that actually

RE: JSTL 1.1 EL not working :(

2004-05-17 Thread Daniel Perry
x27;Struts Users Mailing List' Subject: R: JSTL 1.1 EL not working :( Hi Daniel Please tell us which container you are using JSTL 1.1 require JSP 2.0 + servlet 2.4 AFAIK the only ones that actually implement those specs are: Tomcat 5 SunOne 8 Jboss 4 If you are using other containers (e.g.

R: JSTL 1.1 EL not working :(

2004-05-17 Thread Andrea M.
2.3 PS: anyways ensure that the URI you use in web.xml is the same you declare in your page Andrea -Messaggio originale- Da: Daniel Perry [mailto:[EMAIL PROTECTED] Inviato: lunedì 17 maggio 2004 15.50 A: Struts User List Oggetto: JSTL 1.1 EL not working :( I've tried to use JSTL wi

RE: JSTL 1.1 EL not working :(

2004-05-17 Thread Daniel Perry
Well, that worked... So why does having the taglib files cause it to screw up? Daniel. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 14:55 To: Struts Users Mailing List Subject: Re: JSTL 1.1 EL not working :( Remove the TLD files from WEB-INF

Re: JSTL 1.1 EL not working :(

2004-05-17 Thread Kris Schneider
Remove the TLD files from WEB-INF, remove the elements from web.xml, make sure you're using a JSP 2.0 container (like Tomcat 5), and make sure you're using a Servlet 2.4 web.xml. Quoting Daniel Perry <[EMAIL PROTECTED]>: > I've tried to use JSTL with my web app, and it's not working! > I downloa

R: JSTL 1.1 EL not working :(

2004-05-17 Thread Amleto Di Salle
You don't have to declare the .tlds inside the "web.xml" Try elminate it! BR /Amleto -Messaggio originale- Da: Daniel Perry [mailto:[EMAIL PROTECTED] Inviato: lunedì 17 maggio 2004 15.50 A: Struts User List Oggetto: JSTL 1.1 EL not working :( I've tried to use

JSTL 1.1 EL not working :(

2004-05-17 Thread Daniel Perry
I've tried to use JSTL with my web app, and it's not working! I downloaded jstl 1.1, and copied jstl.jar, and standard.jar to WEB-INF/lib. I put the f.tld, fmt.tld, fn.tld in WEB-INF/. In my web.xml i've got: /WEB-INF/c.tld /WEB-INF/c.tld /WEB-INF/fn.tld /WEB-INF/fn.tld