RE: Using JSTL for the first time.

2004-02-23 Thread nrapagnani
To: Tag Libraries Users List Subject: RE: Using JSTL for the first time. From: [EMAIL PROTECTED] Thank you for your response. Typo on my part Wendy. It is WEB-INF in all places on my machine. Darn! That would have been easier to fix. My next suspect is the fact that you've put the .jar files

RE: Using JSTL for the first time.

2004-02-23 Thread Kris Schneider
: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:15 AM To: Tag Libraries Users List Subject: RE: Using JSTL for the first time. From: [EMAIL PROTECTED] Thank you for your response. Typo on my part Wendy. It is WEB-INF in all places on my machine. Darn

RE: Using JSTL for the first time.

2004-02-23 Thread nrapagnani
Thanks, I may be trying to force JSTL 1.1 on TC 4. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 12:04 PM To: Tag Libraries Users List Subject: RE: Using JSTL for the first time. JSTL has not been integrated into TC 5. However, it's

RE: Using JSTL for the first time.

2004-02-23 Thread nrapagnani
Jakarta really wants me to download the nightly builds. Does anyone know of a stable folder? -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 12:04 PM To: Tag Libraries Users List Subject: RE: Using JSTL for the first time. JSTL has

RE: Using JSTL for the first time.

2004-02-23 Thread Kris Schneider
Subject: RE: Using JSTL for the first time. JSTL has not been integrated into TC 5. However, it's used in at least one of the example apps shipped with TC5: $CATALINA_HOME/webapps/jsp-examples. You'll notice there are two JAR files installed in WEB-INF/lib: jstl.jar and standard.jar. As Wendy

RE: Using JSTL for the first time.

2004-02-19 Thread Wendy Smoak
From: [EMAIL PROTECTED] I'm running Tomcat 4.1 I've downloaded the JSTL packages from Sun. I've put the jar files in both /WEB_INFO/lib and tomcat\common\lib. I've put the tld files in /WEB-INFO/tlds Second try: %@ taglib uri='http://java.sun.com/jstl/core' prefix = 'c' % Result: cannot

RE: Using JSTL for the first time.

2004-02-19 Thread nrapagnani
Thank you for your response. Typo on my part Wendy. It is WEB-INF in all places on my machine. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:12 AM To: Tag Libraries Users List Subject: RE: Using JSTL for the first time. From

RE: Using JSTL for the first time.

2004-02-19 Thread Wendy Smoak
From: [EMAIL PROTECTED] Thank you for your response. Typo on my part Wendy. It is WEB-INF in all places on my machine. Darn! That would have been easier to fix. My next suspect is the fact that you've put the .jar files in both common/lib and WEB-INF/lib. Try removing them from