RE: Need Help Getting Taglibs Working

2003-10-02 Thread Martin van Dijken
artin > -Original Message- > From: deepaksawdekar [mailto:[EMAIL PROTECTED] > Sent: donderdag 2 oktober 2003 10:48 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Need Help Getting Taglibs Working > > > Hello, > I am facing a problem while startin

Re: Need Help Getting Taglibs Working

2003-10-02 Thread deepaksawdekar
Hello, I am facing a problem while starting tomcat with struts and JSTL. I read all the mail for reply to your mail in the taglibs-user list. But was more confused. Can you please help me to recetify the problem. I am getting the same error which you got. "org.xml.sax.SAXParseException: Documen

Re: Need Help Getting Taglibs Working

2003-07-15 Thread C F
Thanks to all who helped me... and thanks to Kris who helped me clean a lot of junk out of my app to help narrow down the problem! It turns out that it was the version of taglib I was using. I still don't entirely understand the link/directory structure under the jakarta binaries download page.

Re: Need Help Getting Taglibs Working

2003-07-15 Thread Pierre Delisle
Did you download the nightly for the 1.0 branch, or the HEAD? Please note there is both 'standard-1.0' and 'standard' at http://cvs.apache.org/builds/jakarta-taglibs/nightly/projects/. If you run on tomcat-4.1.24, you want to use the nightly under 'standard-1.0'. -- Pierre C F wrote: Hello, I tr

Re: Need Help Getting Taglibs Working

2003-07-15 Thread Felipe Leme
On Tuesday 15 July 2003 01:01 pm, C F tacnaboyz-at-yahoo.com |jakarta| wrote: > 1) Are both the jars *and* the tld's required? I thought I read that only > the jars are now required. It depends. In a JSP 1.2 compliant web container, only the jars are necessary. Otherwise, you need the entry in

Re: Need Help Getting Taglibs Working

2003-07-15 Thread Kris Schneider
With your version of TC you don't need the TLD files, so remove them from WEB-INF (including the Struts TLD files). For JSTL the only JAR files you need are: jaxen-full.jar jstl.jar saxpath.jar standard.jar So remove dom.jar, jaxp-api.jar, jdbc2_0-stdext.jar, sax.jar, xalan.jar, and xercesImpl.ja

Re: Need Help Getting Taglibs Working

2003-07-15 Thread C F
Even the standard-examples.war application does not work so I'm wondering if it's not necessarily my taglib configuration. I began to wonder if I had some weird XML library in my path that was hosing everything up. So I reinstalled my JDK (1.4.1_02) and Tomcat... but it had no effect. Okay, here

Re: Need Help Getting Taglibs Working

2003-07-15 Thread Henri Yandell
On Tue, 15 Jul 2003, C F wrote: > Thanks for your response Henri. I have or have tried things similar to > what you are suggesting below and I believe all of my URIs are correct. > So I have two questions for you > 1) Are both the jars *and* the tld's required? I thought I read that > o

Re: Need Help Getting Taglibs Working

2003-07-15 Thread C F
Thanks for your response Henri. I have or have tried things similar to what you are suggesting below and I believe all of my URIs are correct. So I have two questions for you 1) Are both the jars *and* the tld's required? I thought I read that only the jars are now required. 2) Are

Re: Need Help Getting Taglibs Working

2003-07-15 Thread C F
Thanks for your response Henri. I have or have tried things similar to what you are suggesting below and I believe all of my URIs are correct. So I have two questions for you 1) Are both the jars *and* the tld's required? I thought I read that only the jars are now required. 2) Are

Re: Need Help Getting Taglibs Working

2003-07-15 Thread Henri Yandell
WEB-INF/ should look akin to: c.tldfmt.tld log4j.properties sql.tld taglibs-string.tld x.tld classes lib taglibs-log.tld web.xml WEB-INF/lib should look akin to: commons-lang-1.0.jar jdbc2_0-stdext.jar saxpath.jar xalan.jar dom.jar jstl.jar

Need Help Getting Taglibs Working

2003-07-15 Thread C F
Hello, I tried for many hours to get Taglibs working with Tomcat. I'm at my wit's end! Hopefully someone here can help. I'm using Tomcat tomcat-4.1.24 and jakarta-taglibs-20030713 nightly build. I'm trying to get the standard JSTL 1.0 tags working. When I copy the jars from standard-1.