blob: d000debb82131b36c383ca909bd4302ab69f7197 [file] [log] [blame]
<html jwcid="@Shell" title="Home">
<body jwcid="@Body">
<form jwcid="@Form" listener="ognl:listeners.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" direct="ognl:false"/>
</body>
</html>