id attribute of buttongroup tag
[email protected] Thu, 12 May 2005 23:42:24 +0300
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Hello, it seems that id attribute of buttongroup tag is not handled correctly. more precisely created ButtonGroup component is not assigned to correspondent field of client object. In attachment there is a test case. Regards, Vitali. --- ÎðèãèГà ëüГûå Г§Г ГЇГ·Г Г±ГІГЁ Mazda. Г–ГҐГГ» ГГҐ ГЄГіГ±Г ГѕГІГ±Гї! Óáåäèòåñü ñà ìè: 218-99-33, 218-99-66, http://www.mazda.by/own/spareparts/price_oe/ _______________________________________________ Forum mailing list [email protected] http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com
ButtonGroupIdTest.java
(application/octet-stream, 469 B) - not displayed
frame.xml
(text/xml, 184 B)
<frame> <panel> <buttongroup id="bgroupSex"> <radiobutton id="radioMale" text="Male"/> <radiobutton id="radioFemale" text="Female"/> </buttongroup> </panel> </frame>