Bugs item #1496735, was opened at 2006-05-29 15:35
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=1496735&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ingram Chen (ingramchen)
Assigned to: Nobody/Anonymous (nobody)
Summary: setEnable(false) is not apply to RadioChoice 

Initial Comment:
RadioChoice.setEnable(false);

only apply to wrapper tag, which has no effect:

<span disabled="disabled" wicket:id="hand" name="hand">

<input name="hand" type="radio" value="1" id="hand_1"/>Left
<input name="hand" type="radio" value="2"
id="hand_2"/>Right

</span>


The <input type="radio"> tag should add
disabled="disabled", too.

This bug also found in CheckBoxMultipleChoice

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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to