You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Aleksandr Mashchenko (JIRA)" <ji...@apache.org> on 2016/04/11 22:20:25 UTC

[jira] [Resolved] (WW-4624) New Tiles version can not find tiles*.xml files in sub-directories

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

Aleksandr Mashchenko resolved WW-4624.
--------------------------------------
    Resolution: Fixed

> New Tiles version can not find tiles*.xml files in sub-directories
> ------------------------------------------------------------------
>
>                 Key: WW-4624
>                 URL: https://issues.apache.org/jira/browse/WW-4624
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tiles
>    Affects Versions: 2.3.28
>            Reporter: Joaquin Diez
>            Priority: Minor
>             Fix For: 2.5, 2.3.29
>
>
> In previous Struts2 2.3.X version, with the Tiles 2.0.2 version, I got a subdirectories organization for my several tiles definitions
> /WEB-INF/tiles/public/tiles-a.xml
> /WEB-INF/tiles/public/tiles-b.xml
> /WEB-INF/tiles/static/tiles-c.xml
> With the change to Tiles 2.2.2. now the plugin o Tiles it is supposed that all the files tiles*.xml are gonna be load with out the need of <context-params> section in the web.xml
>  <context-param>
>         <param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
>         <param-value>
>             /WEB-INF/tiles/private/private-tiles.xml,
>             /WEB-INF/tiles/private/domain-tiles.xml,
>             /WEB-INF/tiles/private/personalInfo-tiles.xml,
> But is not able to find this files in the subdirectories.
> The only way to make it work is to move all this files to /WEB-INF/
> I feel like is a important change got a minor release, and maybe should be informed better to Struts2 old-school users 
> Regards



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)