I just tried it and got a parsing error:
Parsing of JSP File '/index.jsp' failed: /index.jsp(2): Could not parse deployment 
descriptor: java.io.IOException: cannot resolve 
'http://jakarta.apache.org/struts/tags-logic' into a valid tag library
probably occurred due to an error in /index.jsp line 2:
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"; prefix="logic" %>

It is known that WebLogic 6.1 doesn't fully comply with the J2EE 1.3 / Servlet 2.3 
spec.  Could that be what is going on here?

-----Original Message-----
From: Carlos Sánchez [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 11:14
To: 'Struts Users Mailing List'
Subject: RE: [OT] JSTL Taglib Definition in WEB.XML


The URI is only used to identify the taglib, no internet lookups are made.

> -----Mensaje original-----
> De: Fenderbosch, Eric [mailto:[EMAIL PROTECTED]
> Enviado el: miércoles, 08 de octubre de 2003 17:09
> Para: Struts Users Mailing List
> Asunto: RE: [OT] JSTL Taglib Definition in WEB.XML
> 
> 
> What happens if java.sun.com isn't available for whatever
> reason?  Will compilation fail?  Will it not display 
> correctly? What's the correct uri for the Struts taglibs?
> 
> -----Original Message-----
> From: David Graham [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 08, 2003 10:58
> To: Struts Users Mailing List
> Subject: Re: [OT] JSTL Taglib Definition in WEB.XML
> 
> Neither.  The great thing about Servlet 2.3 is that you don't
> need taglib declarations in web.xml.  Just drop the jar into 
> WEB-INF/lib and use the standard uri in your JSPs like this:
> 
> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
> 
> You only need the "rt" tags if you want to use a JSP
> expression <%= %> in the tag attributes.
> 
> David
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



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



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

Reply via email to