Re: tag not working

2005-06-08 Thread Avinash Arora
Hi Rahul, Thanks for your suggestion. The FAQ is quite informative. It seems that I was using the tag declaration of JSTL 1.0. Regards, Avinash On 6/8/05, Rahul P Akolkar <[EMAIL PROTECTED]> wrote: > Avinash Arora <[EMAIL PROTECTED]> wrote on 06/08/2005 06:49:06 PM: > > Hi, > > I am

Re: tag not working

2005-06-08 Thread Rahul P Akolkar
Avinash Arora <[EMAIL PROTECTED]> wrote on 06/08/2005 06:49:06 PM: > Hi, > I am trying to iterate across the LinkedList using of core tags > of JSTL 2.0 on the Tomcat5.0.28. There is no JSTL 2.0 spec, I suspect you mean 1.0? > When I try to iterate using the following > tag-- > > //some co

RE: tag not working

2001-06-26 Thread Vikramjit Singh
see what i think what the problem is that the server cannot find the .tld file. coz i also was getting the same error. just check the web.xml file to see that you are registering the .tld file accurately. Vikramjit singh, Team Member eAngel Global Tele-systems Ltd. Ph. 7612929-3140 > -Origi

RE: tag not working

2001-06-26 Thread William C. Robertson
Alex, I had the same problem. I put everthing where they were supposed to go and itdidn't work. Then Ihad to shutdown and restart the server for an unrealted reason ant the tags worked. Try restarting your server. -Original Message- From: alex chang [mailto:[EMAIL PROTECTED]]

Re: tag not working

2001-06-26 Thread alex chang
Hi Jeff, Yes I had that in my web.xml. Actually someone from the tomcat-users group helped me fix the problem. >From my WEB-INF directory, I was doing this: javac -d WEB-INF\lib HelloTag.java The tutorial said to put the compiled library (from HelloTag.java) and the taglib.tld into the lib di

Re: tag not working

2001-06-26 Thread Jeff Marin
Are you sure that the following appears in your web.xml: /onjava /WEB-INF/lib/taglib.tld - Original Message - From: "alex chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 12:46 PM Subject: tag not working > I've been following a tutorial: > http:/