Bugs item #1120137, was opened at 2005-02-10 17:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1120137&group_id=119783

Category: core
Group: 0.9.17-beta
Status: Open
Resolution: None
Priority: 8
Submitted By: Martijn Dashorst (dashorst)
Assigned to: Nobody/Anonymous (nobody)
Summary: Select component is not rendered correctly

Initial Comment:
The select component is not rendered correctly: it is
not valid xhtml as the </select> tag is not rendered,
and also the option's attribute selected is not valid
(not visible in this example):

<tr id =" wicket-result">
        <td><input type =" checkbox" name ="
3.body.memberForm.result.1.selected" id ="
wicket-selected"></td>
        <td><span id =" wicket-username">u9</td>
        <td><span id =" wicket-domain">d</td>
        <td><select name =" 3.body.memberForm.result.1.roles"
id =" wicket-roles">
<option value="3">NormalUser</option>
<option value="2">ReadAll</option>
<option value="1">SuperUser</option>
</td>
        <td><span id =" wicket-fullname">f9</td>
</tr>


The selected attribute should be: selected="selected"


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1120137&group_id=119783


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to