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

Antonio Petrelli resolved TILES-173.
------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 2.0.4)

Attribute dependency resolution is going to be removed, as stated in TILES-174.

> Attribute dependencies are not resolved in the default locale
> -------------------------------------------------------------
>
>                 Key: TILES-173
>                 URL: https://issues.apache.org/struts/browse/TILES-173
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-core
>    Affects Versions: 2.0.3
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>
> The DefinitionsImpl.resolveAttributeDependencies method does not resolve 
> attribute dependencies in the default locale.
> It contains the following snippet:
> <snip>
>         Map<String, Definition> defsMap = 
> localeSpecificDefinitions.get(locale);
>         if (defsMap == null) {
>             return;
>         }
> </snip>
> Since the "locale" variable is "null", it returns immediately.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to