Definition "templateType" attribute not propagated to extending definition
--------------------------------------------------------------------------

                 Key: TILES-512
                 URL: https://issues.apache.org/jira/browse/TILES-512
             Project: Tiles
          Issue Type: Bug
          Components: tiles-core
    Affects Versions: 2.2.2
            Reporter: David Hay


If I have a template definition with a custom "templateType" attribute, child 
definitions that extend that definition do not pick up the custom templateType 
attribute value.  They get the default "template" value.  For example:
{code:xml}
<definition name="parent" template="mytemplate.vm" templateType="custom"/>
<definition name="child" extends="parent"/>
{code}

-- 
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