Is <select /> valid html? Still, I agree, it should be valid with Wicket.

Juergen


On Wed, 26 Jan 2005 09:39:23 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote:
> 
> ;-)
> 
> bug.  if <select/> is not valid, an exception should be thrown.
> personally, i think it should be valid.
> 
> Johan Compagner wrote:
> 
> > 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
> >
> 
> -------------------------------------------------------
> 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
>


-------------------------------------------------------
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

Reply via email to