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
Fix For: 2.0.4
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.