Compare with Previous | Blame | View Log
<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<p>Hello from upload demo page !</p>
<t:linkit.multiupload t:id="upload" files="files" errorsBlock="block:error" />
<t:block id="error">
<p>That's an error from my error block !</p>
<p>message: ${error}</p>
</t:block>
</t:layout>