blob: 521143611c586503bfd4efe5cd84f210994c1163 [file] [log] [blame]
<html jwcid="@Shell" title="Two">
<body jwcid="@Body">
<form jwcid="@Form" listener="listener:formSubmit">
<select jwcid="@Select" multiple="ognl:true">
<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>