Yes the taglib-location file exists in the correct location:
>    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>

The beginning of struts-tiles.tld is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>
<taglib>
  <tlibversion>1.1</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>Tiles Tag Library</shortname>
  <uri>http://jakarta.apache.org/struts/tags-tiles-1.1</uri>
  <tag>
    <name>insert</name>
    <tagclass>org.apache.struts.taglib.tiles.InsertTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    
I've tried replacing
<taglib-uri>http://jakarta.apache.org/struts/tags-tiles-1.1</taglib-uri>
with different version numbers etc etc nothing works.
How can I verify / locate the logical name it is referring to?
Thanks very much
Dan


-----Original Message-----
From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 7:31 AM
To: Struts Users Mailing List
Subject: Re: (http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be
resolved



  Hi, 

  The 
 
<taglib-uri>http://jakarta.apache.org/struts/tags-tiles-1.1</taglib-uri>

specifies a logical name that jsp pages can use. You can replace it by 
any logical name as long as your jsp use the same logical name.
The <taglib-location> specified where the tld file resides in your 
application. Does the file exist at specified location in your deployed 
directories ?

       Cedric




Daniel Grey wrote:

>I am trying to deploy a .ear file to JBOSS and canNot get around this
>error:
>
>org.apache.jasper.JasperException: null(-1,-1) This absolute uri
>(http://jakarta.apache.org/struts/tags-tiles-1.1) cannot be resolved in
>either web.xml or the jar files deployed with this application
>
>There are a bunch of .jsp files that contain this reference:
><%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles-1.1";
>prefix="tiles" %>
>
>The web.xml has this reference:
> <taglib>
> 
><taglib-uri>http://jakarta.apache.org/struts/tags-tiles-1.1</taglib-uri
>
>    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
>  </taglib>
>
>The lib directory has struts.jar and the classes directory has the
>classes
>Does anyone have a clue on this?
>HELP!
>Thanks
>
>--
>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