blob: 31f0dd352c3dbc26d4d9228c57bd1efb0beee2ca [file] [log] [blame]
<html t:type="Border"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Magic Value Encoder</h1>
<p>Ok, Magic is too strong a word. This is really based on the TypeCoercer, which is not quite magic (but close).
</p>
<t:form>
<t:select t:id="number" model="options"/>
<br/>
<input type="submit" value="Update"/>
</t:form>
<hr/>
<p>
Selected number:
<span id="selectednumber">${number}</span>
</p>
</html>