blob: 0e5602aba59fec6f4848f075e48ae6c71098416c [file] [log] [blame]
<html jwcid="@Shell" title="Home">
<body jwcid="@Body">
<form jwcid="@Form" listener="ognl:listeners.formSubmit">
<select jwcid="@Select">
<option/>
<option jwcid="@Option" selected="ognl:animal" label="Animal"/>
<option jwcid="@Option" selected="ognl:vegetable" label="Vegetable"/>
<option jwcid="@Option" selected="ognl:mineral">Mineral (or unknown)</option>
</select>
<input type="submit" value="Go"/>
</form>
</body>
</html>