Showcase -- tiles.xml uses incorrect DTD
----------------------------------------
Key: WW-3065
URL: https://issues.apache.org/struts/browse/WW-3065
Project: Struts 2
Issue Type: Bug
Components: Example Applications
Affects Versions: 2.1.6
Reporter: Chris Mawata
Priority: Minor
DTD in WEB-INF/tiles.xml should be
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles
Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
which has the definitions for the <put-attribute> tag, and not
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles
Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">
which does not have <put-attribute> but instead has just <put>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.