Hmm, now I'm really lost. . what is the feature that you're talking
about? I thought you were talking about rendering attributes of type
definition. How is that tested by the "Test definition tag" (testdef.jsp)?
<tiles:definition name="templateDefinition" template="/layout.jsp">
<tiles:put name="title" value="This is the title." />
<tiles:put name="header" value="/header.jsp" />
<tiles:put name="body" value="/body.jsp" />
</tiles:definition>
<tiles:insertDefinition name="templateDefinition" />
This doesn't include any attributes of type def.
If this is really a problem with the definition tag, then I suspect that
it will be fixed when we come up with a strategy for refactoring the
definitions factory and providing a mutable container.
David
Antonio Petrelli wrote:
David H. DeWolf ha scritto:
Perhaps we're talking past each other, do you have a test case that
shows the failure?
Yes, it is "Test definition tag" in test webapp, but it is hidden by a
TODO that you put in DefinitionTag...
In fact the problem happens only with JSP-configured definitions, so no
luck until DefinitionTag is fixed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]