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]>