Hi Ben.
I did what you said and it gave me the error:

Unable to open taglibrary http://jakarta.apache.org/taglibs/xml :
/home/mike/myapp/WEB-INF/web.xml (No such file or directory)

very similar to the error before...




-----Original Message-----
From: Ben Ramsey [mailto:[EMAIL PROTECTED]]
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.
770-642-0390
www.eureka-interactive.com



-----Original Message-----
From: Ryan Lubke [mailto:[EMAIL 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 will not need to
drop x.tld into into /WEB-INF.



On Wed, 2002-07-10 at 12:00, Carlos Barroso wrote:
> Hi again.
> I've installed the jakarta-taglibs-standard.tar.gz. I've put the contents
of
> the "lib" directory in my
> /WEB-INF/lib, and put the "x.tld" in my /WEB-INF.
> In my JSP I put the following line:
>
> <%@ taglib uri="http://java.sun.com/jstl/xml"; prefix="x" %>
>
> I've created a "web.xml" with the following content:
>
> <?xml version="1.0" encoding="UTF-8?>
>
> <web-app>
>   <taglib>
>     <taglib-uri>http://java.sun.com/jstl/xml</taglib-uri>
>     <taglib-location>/WEB-INF/x.tld</taglib-location>
>   </taglib>
> </web-app>
>
> I'm using tomcat 3.2.2...
>
> When I try to run my application I get the following error:
>
> Unable to open taglibrary http://java.sun.com/jstl/xml : Unable to open
the
> tag library descriptor: java.sun.com
>
> What am I doing wrong... I don't understand!?
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to