blob: dca53ee74c2cfc183158bd7eb67e37e4969cc6d2 [file] [log] [blame]
<html jwcid="@Shell" title="ListEdit">
<body jwcid="@Body">
<form jwcid="form@Form" listener="ognl:listeners.formSubmit">
<p>Enter favorite colors:</p>
<table>
<tr jwcid="e@ListEdit" element="tr" source="ognl:sortedColorKeys" value="ognl:colorKey">
<th><span jwcid="@Insert" value="ognl:colorKey">Color Label</span>:</th>
<td>
<select jwcid="inputColor@PropertySelection"
value="ognl:color"
model="ognl:colorModel">
<option>Red</option> <option>Green</option> <option>Blue</option>
</select>
</td>
</tr>
<tr>
<td><input type="submit" value="Continue"/></td>
</tr>
</table>
</form>
</body>
</html>