You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Chris Mawata (JIRA)" <ji...@apache.org> on 2009/04/03 05:08:07 UTC

[jira] Assigned: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

     [ https://issues.apache.org/struts/browse/WW-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Mawata reassigned WW-3065:
--------------------------------

    Assignee: Chris Mawata

> 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
>            Assignee: Chris Mawata
>            Priority: Minor
>         Attachments: tiles.xml.patch
>
>
> 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.