[Mono-list] Mono asp:RadioButton group

Giang Hu gianghu at gmail.com
Mon Nov 21 23:13:50 EST 2005


Hi all,

I found a strange behaviour of mono asp:radiobutton (
http://www.gianghu.net/1.1/webcontrols/web_radiobutton.aspx). In that
example, mono render incorrect HTML target:

	<input id="r1" type="radio" name="r1" checked="checked" /><label
for="r1">One</label>
	<br>
	<input id="r2" type="radio" name="r2" /><label for="r2">Two</label>

	<br>
	<input id="r3" type="radio" name="r3" /><label for="r3">Three</label>
	<br>
	Here another group of radio buttons.
	<br>
	<input id="r4" type="radio" name="r4" /><label for="r4">Ein</label>
	<br>
	<input id="r5" type="radio" name="r5" checked="checked" /><label
for="r5">Zwei</label>

	<br>

Instead of:

	<input id="r1" type="radio" name="group1" checked="checked" /><label
for="r1">One</label>
	<br>
	<input id="r2" type="radio" name="group1" /><label for="r2">Two</label>

	<br>
	<input id="r3" type="radio" name="group1" /><label for="r3">Three</label>
	<br>
	Here another group of radio buttons.
	<br>
	<input id="r4" type="radio" name="group2" /><label for="r4">Ein</label>
	<br>
	<input id="r5" type="radio" name="group2" checked="checked" /><label
for="r5">Zwei</label>

	<br>

Any ideas?

Regards,
Giang Hu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20051122/2e5a8b7d/attachment-0001.html


More information about the Mono-list mailing list