Tiles is now in the main trunck of Struts. The tiles contrib folder is not maintained, and should normally not be present.
Use tiles-documentation.war instead.
Cedric
Wendy Smoak wrote:
The struts-tiles.war file from the contrib directory of the nightly build
from the 18th does not properly expand and work:
2002-11-18 14:52:21 ContextConfig[/struts-tiles] Exception processing TLD at
resource path /WEB-INF/app.tld
javax.servlet.ServletException: Exception processing TLD at resource path
/WEB-INF/app.tld
...
----- Root Cause -----
java.lang.IllegalArgumentException: Invalid TLD resource path
/WEB-INF/app.tld
...
2002-11-18 14:52:21 ContextConfig[/struts-tiles]: Marking this application
unavailable due to previous error(s)
I commented that out in web.xml and it complained about extensions.tld with
the same messages.
The fix appears to be commenting out this part of the web.xml file provided
with struts-tiles:
<!-- Application Tag Library Descriptor -->
<taglib>
<taglib-uri>/WEB-INF/app.tld</taglib-uri>
<taglib-location>/WEB-INF/app.tld</taglib-location>
</taglib>
<!-- Struts Tag Library Descriptor -->
<taglib>
<taglib-uri>/WEB-INF/extensions.tld</taglib-uri>
<taglib-location>/WEB-INF/extensions.tld</taglib-location>
</taglib>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

