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