bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

RadioButtons are not visible #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Try to render
...
    <buttongroup id="radio" >
        <radiobutton id="am" text="AM"/>
        <radiobutton id="fm" text="FM"/>
    </buttongroup>

You will not see and radio buttons

What version of the product are you using? On what operating system?
2.5.20110708 on Windows 7

Original issue reported on code.google.com by sergey.g...@gmail.com on 29 Aug 2011 at 10:19

GoogleCodeExporter commented 9 years ago
Thx for feedback

I'll check asap

Original comment by bartolom...@gmail.com on 30 Aug 2011 at 9:00

GoogleCodeExporter commented 9 years ago
I've deployed a new SNAPSHOT (2.5-SNAPSHOT) with a fix

could you test it and give me feedback (so i can arrange a new release) ?

thx in advance

FYI: The SNAPSHOT repository is 
https://oss.sonatype.org/content/repositories/snapshots

Original comment by bartolom...@gmail.com on 31 Aug 2011 at 11:41

GoogleCodeExporter commented 9 years ago
fix deployed in 2.5.20110914

Original comment by bartolom...@gmail.com on 14 Sep 2011 at 8:03