blob: 54d744101a61f7d1e36c7b348dff905f7fea9f26 [file] [log] [blame]
<html jwcid="@Shell" title="Home">
<body jwcid="@Body">
<form jwcid="@Form" listener="listener:formSubmit">
Hidden: <input jwcid="hidden@Hidden" value="ognl:value" encode="ognl:encode"/>
<br>
HiddenWithID: <input jwcid="hiddenWithID@Hidden" value="ognl:valueWithID" id="ognl:hiddenID" encode="ognl:encode"/>
<br>
HiddenWithEncoding: <input jwcid="hiddenWithEncoding@Hidden" value="ognl:valueWithEncoding"/>
<br>
HiddenBoolean: <input jwcid="hiddenBoolean@Hidden" value="ognl:booleanValue" listener="listener:hiddenListener"/>
</form>
</body>
</html>