PM
Subject: Re: How to I add JSTL Lib to Tomcat with Netbeans
T hanks Mark, I have added the jars exactly the way you have given
suggestions.but for some reasons
<%@ taglib uri="..." %>
is not getting created for my pages.
Let me try to create a simple test case outside the proje
- Original Message -
> From: Kiran Badi
> To: Tomcat Users List
> Cc: Mark Eggers
> Sent: Tuesday, December 6, 2011 3:51 PM
> Subject: Re: How to I add JSTL Lib to Tomcat with Netbeans
>
>T hanks Mark, I have added the jars exactly the way you have given
>
11 9:23 AM, Mark Eggers wrote:
- Original Message -
From: Kiran Badi
To: Tomcat Users List
Cc:
Sent: Monday, December 5, 2011 6:34 PM
Subject: How to I add JSTL Lib to Tomcat with Netbeans
Hi
I have jstl-api-1.2 and jstl-impl-1.2 jars in web/lib folder for my project
setting.Is this the
- Original Message -
> From: Kiran Badi
> To: Tomcat Users List
> Cc:
> Sent: Monday, December 5, 2011 6:34 PM
> Subject: How to I add JSTL Lib to Tomcat with Netbeans
>
> Hi
>
> I have jstl-api-1.2 and jstl-impl-1.2 jars in web/lib folder for my project
Hi
I have jstl-api-1.2 and jstl-impl-1.2 jars in web/lib folder for my
project setting.Is this the right setting to add JSTL jars or I need to
add this to tomcats's lib directory ?
I am using netbeans 7.01 with tomcat 7.0.11 on windows 7.For some
reasons I feel that jstl lib is not used by m