Re: How to I add JSTL Lib to Tomcat with Netbeans

2011-12-07 Thread Kiran Badi
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

Re: How to I add JSTL Lib to Tomcat with Netbeans

2011-12-07 Thread Mark Eggers
- 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 >

Re: How to I add JSTL Lib to Tomcat with Netbeans

2011-12-06 Thread Kiran Badi
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

Re: How to I add JSTL Lib to Tomcat with Netbeans

2011-12-05 Thread Mark Eggers
- 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

How to I add JSTL Lib to Tomcat with Netbeans

2011-12-05 Thread Kiran Badi
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