blob: 86414fcbc797fa9748d51d46e56f6ba746f6bc0c [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
<p>
This page demonstrates the forcing the rendering of the client id of a component via the RenderClientId mixin.
</p>
<p>
<div t:type="any" t:id="divwithid" t:mixins="RenderClientId">
Div Content
</div>
</p>
</html>