Creating a custom definition extending another does not work
------------------------------------------------------------
Key: TILES-118
URL: https://issues.apache.org/struts/browse/TILES-118
Project: Tiles
Issue Type: Bug
Components: tiles-core
Affects Versions: 2.0.1
Reporter: Antonio Petrelli
Assigned To: Antonio Petrelli
If you want to create a custom definition extending another (configured or
custom) definition, it leads to an exception.
For example:
<tiles:definition name="definitionName" extends="myFirstDefinition" >
<tiles:putAttribute name="title" value="My first extended definition tag
page" />
</tiles:definition>
does not work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.