blob: 23f7b97da3d76e9cd17e2663a7b3e51bb1d78a43 [file] [log] [blame]
<!DOCTYPE html>
<t:extend xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd" xmlns:p="tapestry:parameter">
<t:replace id="details">
Subclass with imports
<t:loop source="1..10">
getInt() call count: ${getIntCallCount} <br/>
</t:loop>
<!-- Just for testing ComponentDependencyRegistry.register() -->
<t:outputRaw value="literal:"/>
</t:replace>
</t:extend>