blob: ca9017cbd97f73d65878941d29ca1b9abd311f91 [file] [log] [blame]
<html jwcid="@Shell" title="Three">
<body jwcid="@Body">
<form jwcid="@Form" listener="ognl:listeners.formSubmit">
<select jwcid="@Select" disabled="ognl:true">
<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>