blob: 422b2a8fe5ec3fab313f1b5da1bc21da2893535a [file] [log] [blame]
<html jwcid="@Shell" title="Home">
<body jwcid="@Body">
<form jwcid="@Form" listener="listener:formSubmit">
Normal: <input jwcid="normal@TextField" value="ognl:normal"/>
<br/>
Disabled: <input jwcid="disabled@TextField" value="ognl:disabled" disabled="ognl:true"/>
<br/>
Hidden: <input jwcid="hidden@TextField" value="ognl:hidden" hidden="ognl:true"/>
</form>
<br/>
<form jwcid="@Form" />
</body>
</html>