DTD URL broken in struts-menu.tld
---------------------------------
Key: SM-101
URL: http://issues.appfuse.org/browse/SM-101
Project: Struts Menu
Issue Type: Bug
Components: Menu Core
Affects Versions: 2.4.3
Environment: linux, grails 1.1.1 (grails dev. env. and jboss 4.2.3GA)
Reporter: polivares
Assignee: Matt Raible
The systemId URL in struts-menu.tld does not exist anymore.
This issue causes an error in grails 1.1.1 when trying to use struts-menu with gsp (granted, grails probably has some issues with its entity resolver when using jsp tag libraries, but the URL is still wrong).
The fix is trivial. Replace:
http://java.sun.com/dtd/web-jsptaglibrary_1_1.dtd
with
http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|