SWF-980 - StackOverflowError when performing Spring-JS calls
This commit is contained in:
@@ -124,7 +124,7 @@ public class AjaxTilesView extends TilesView {
|
||||
Definition nestedDefinition = container.getDefinitionsFactory().getDefinition(attr.getValue().toString(),
|
||||
requestContext);
|
||||
resultMap.put(key, attr);
|
||||
if (nestedDefinition != null) {
|
||||
if (nestedDefinition != null && nestedDefinition != compositeDefinition) {
|
||||
flattenAttributeMap(container, requestContext, resultMap, nestedDefinition);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user