RE: A JSTL problem...

2002-07-11 Thread Alex Reznik
4:36 AM To: 'Tag Libraries Users List' Subject: RE: A JSTL problem... Hi Ben. The XML i want to parse doesn't have a dtd associate with it. It's a simple xml string. thanks anyway. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 10

RE: A JSTL problem...

2002-07-11 Thread Carlos Barroso
Hi Ben. The XML i want to parse doesn't have a dtd associate with it. It's a simple xml string. thanks anyway. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 10 de Julho de 2002 20:09 To: Tag Libraries Users List Subject: RE: A JS

RE: A JSTL problem...

2002-07-10 Thread Ben Ramsey
Carlos, I have the same problem as you. I'm running Tomcat 3.2.3, and I can't upgrade easily (at least not on my own because I'm not prolific in server maintenence) to 4.0.4. Be aware, though, that XTAGS will try to validate against DTDs. So, if an XML file you are parsing declares a DTD, then

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
Ryan. > That meens that i don't need to have an entry "" in my "web.xml" > file for each taglib that i use correct? > > > > > > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 10 de Julho

RE: A JSTL problem...

2002-07-10 Thread Ryan Lubke
don't need to have an entry "" in my "web.xml" > file for each taglib that i use correct? > > > > > > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 10 de Julho de 2002 19:32 > To: Tag Li

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
Ok. Thanks to you all for the help. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 10 de Julho de 2002 18:51 To: 'Tag Libraries Users List' Subject: RE: A JSTL problem... Well, then that's why it's not working. As both

RE: A JSTL problem...

2002-07-10 Thread Ryan Lubke
omcat 3.2.2 > > > > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 10 de Julho de 2002 19:46 > To: Tag Libraries Users List > Subject: RE: A JSTL problem... > > > Are you using Tomcat 4.x? > > On Wed, 2002-07-10 at 12:48

RE: A JSTL problem...

2002-07-10 Thread Martin Cooper
o [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 10:52 AM > To: 'Tag Libraries Users List' > Subject: RE: A JSTL problem... > > > no. > i'm using tomcat 3.2.2 > > > > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PR

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
no. i'm using tomcat 3.2.2 -Original Message- From: Ryan Lubke [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 10 de Julho de 2002 19:46 To: Tag Libraries Users List Subject: RE: A JSTL problem... Are you using Tomcat 4.x? On Wed, 2002-07-10 at 12:48, Carlos Barroso wrote: &g

RE: A JSTL problem...

2002-07-10 Thread Ryan Lubke
Are you using Tomcat 4.x? On Wed, 2002-07-10 at 12:48, Carlos Barroso wrote: > Sorry Ryan. > But if i don't put a reference in "web.xml" it keeps giving me: > > Unable to open taglibrary http://java.sun.com/jstl/xml : Could not locate > TLD http://java.sun.com/jstl/xml > > > > > -- > To unsu

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
Sorry Ryan. But if i don't put a reference in "web.xml" it keeps giving me: Unable to open taglibrary http://java.sun.com/jstl/xml : Could not locate TLD http://java.sun.com/jstl/xml -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
> > > > -Original Message- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 10 de Julho de 2002 19:16 > To: Tag Libraries Users List > Subject: Re: A JSTL problem... > > > Hi, > > JSTL requires a JSP 1.2 compliant container, whi

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
]] Sent: quarta-feira, 10 de Julho de 2002 18:26 To: Tag Libraries Users List Subject: RE: A JSTL problem... I point the uri to http://jakarta.apache.org/taglibs/xml and have received no problems. Try it and see, restart, and see what happens. Ben Ramsey Technical Director EUREKA! Interactive, Inc

RE: A JSTL problem...

2002-07-10 Thread Ryan Lubke
essage- > From: Ryan Lubke [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 10 de Julho de 2002 19:16 > To: Tag Libraries Users List > Subject: Re: A JSTL problem... > > > Hi, > > JSTL requires a JSP 1.2 compliant container, which as far as I know, > Tomcat 3.x is

RE: A JSTL problem...

2002-07-10 Thread Martin Cooper
Sent: Wednesday, July 10, 2002 10:33 AM > To: 'Tag Libraries Users List' > Subject: RE: A JSTL problem... > > > Ok Ryan, > But if I remove the "x.tld" and "web.xml" files it gives me the > following error: > > Unable to open taglibrary h

RE: A JSTL problem...

2002-07-10 Thread Carlos Barroso
ECTED]] Sent: quarta-feira, 10 de Julho de 2002 19:16 To: Tag Libraries Users List Subject: Re: A JSTL problem... Hi, JSTL requires a JSP 1.2 compliant container, which as far as I know, Tomcat 3.x is not. Try again with the latest Tomcat 4.x. Additionally, if standard.jar is in /WEB-INF/lib,

RE: A JSTL problem...

2002-07-10 Thread Ben Ramsey
PROTECTED]] Sent: Wednesday, July 10, 2002 2:16 PM To: Tag Libraries Users List Subject: Re: A JSTL problem... Hi, JSTL requires a JSP 1.2 compliant container, which as far as I know, Tomcat 3.x is not. Try again with the latest Tomcat 4.x. Additionally, if standard.jar is in /WEB-INF/lib, you

Re: A JSTL problem...

2002-07-10 Thread Ryan Lubke
Hi, JSTL requires a JSP 1.2 compliant container, which as far as I know, Tomcat 3.x is not. Try again with the latest Tomcat 4.x. Additionally, if standard.jar is in /WEB-INF/lib, you will not need to drop x.tld into into /WEB-INF. On Wed, 2002-07-10 at 12:00, Carlos Barroso wrote: > Hi ag