Wrong DTD for tiles-config referred in Struts 2.1.6 example application
-----------------------------------------------------------------------
Key: WW-3122
URL: https://issues.apache.org/struts/browse/WW-3122
Project: Struts 2
Issue Type: Bug
Components: Example Applications
Affects Versions: 2.1.6
Environment: Window XP/Ubuntu, Struts 2.1.6, Tiles 2.0.6, JDK 1.5.0
Reporter: Jay Khimani
Priority: Minor
Hi,
Struts 2 example application (struts2-showcase-2.1.6.war) bundled with Struts
2.1.6 GA mentions http://struts.apache.org/dtds/tiles-config_2_0.dtd for
tiles.xml. tiles-config_2.0.dtd on struts.apache.org defines definition element
as...
<!ELEMENT definition (icon?, display-name?, description?, put*, putList*)>
but the tiles.xml contains put-attribute as child element in tile.xml. I guess
tiles.xml DOCTYPE should refer to
http://tiles.apache.org/dtds/tiles-config_2_0.dtd instead of
http://struts.apache.org/dtds/tiles-config_2_0.dtd.
Cheers !!!
- Jay
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.