Hi
if i do this:
<td><select id="wicket-myselect"/></td>
then this is generated:
<td><select name = "0.selectform.users" id = "users"> <option value="1">Foo</option>
<option selected value="2">Bar</option> <option value="3">FooBar</option> </td>
as you can see i miss the </select> i need to do:
<td><select id="wicket-myselect"></select></td>
bug or 'feature'?
johan
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
