Thanks! It works for me.

Best Regards
Bernhard

----- Original Message ----- From: "Giang Hu" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, November 23, 2005 8:20 AM
Subject: Re: [Mono-list] Mono asp:RadioButton group


I have created a small patch again this problem. It work for me, and may be you too.

Regards
Giang Hu.


Bernhard wrote:

I have added this here as a comment:
http://bugzilla.ximian.com/show_bug.cgi?id=76706
Should we file a separate bug report for that one?
 Best Regards
Bernhard

    ----- Original Message -----
    *From:* Giang Hu <mailto:[EMAIL PROTECTED]>
    *To:* [email protected] <mailto:[email protected]>
    *Sent:* Tuesday, November 22, 2005 5:13 AM
    *Subject:* [Mono-list] Mono asp:RadioButton group

    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

    ------------------------------------------------------------------------
    _______________________________________________
    Mono-list maillist  -  [email protected]
    http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to