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

Rowcount from DBtags in the pageContext - How(?)

2001-06-26 Thread Damicabi
Hi people I'm using the DBtags and the utility tag libraries, and what I want to achieve is printing the result of a query in a textfield, retrieve the number of rows in the resultset, and use it in the JSP page context Can I do that using these tag libraries? To be concrete select su

Re: i18n Tag Library: where is the file i18n.tld ?

2001-06-26 Thread Glenn Nielsen
8n. > > The doc says that the file i18n.tld must be installed in the WEB-INF > subdirectory, but I didn' find this file in the archive i18n-20010621.zip > (neither in i18n-20010623.zip, i18n-20010625.zip or i18n-20010626.zip) > > Does someone knows where is t

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:/

tag not working

2001-06-26 Thread alex chang
I've been following a tutorial: http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html My problem begins with the section "Adding Tag Libraries". I'm using Tomcat 3.3m3 and Windows 2000. I have the taglib.tld in the /WEB-INF/lib directory and the HelloTag.class in the /WEB-INF/lib/com/onjava

Re: log taglib - setting location of log

2001-06-26 Thread James Strachan
Hi John From: "Davidson, John" <[EMAIL PROTECTED]> > I've downloaded the log taglib and I'd like to change where I save the > logging info to (at present it's {TOMCAT_HOME}/bin/example.log > > How the heck do I do it?? It's driving me mad! I've just made the following changes to the log tags:-

Re: i18n Tag Library: where is the file i18n.tld ?

2001-06-26 Thread Matt DeCapua
doc says that the file i18n.tldĀ  must be installed in the WEB-INF subdirectory, but I didn' find this file in the archive i18n-20010621.zip (neither in i18n-20010623.zip, i18n-20010625.zip or i18n-20010626.zip) Does someone knows where is this file ? Thanks Regards -- Christian Kerrens PC

i18n Tag Library: where is the file i18n.tld ?

2001-06-26 Thread Christian Kerrens
Hi all, My boss asked me to instal the tag i18n. The doc says that the file i18n.tldĀ  must be installed in the WEB-INF subdirectory, but I didn' find this file in the archive i18n-20010621.zip (neither in i18n-20010623.zip, i18n-20010625.zip or i18n-20010626.zip) Does someone knows where is