jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

Custom RadioGroup/ Custom CheckboxGroup are not supported #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a custom radio group which extends from Gxt radio group. Add the new 
custom component to the ui binder xml file and enclose that with custom radio 
components which extends from gxt radio.

What is the expected output? What do you see instead?
I expected to see radio coming up within the radio group. But I got this error 
instead during compilation. 

RadioGroup can only contain Radio children, but found '<my:MyRadio>'. Element 
<my:MyRadioGroup>

It works fine if I switch to the gxt component. 

What version of the product are you using? On what operating system?
gxt-uibinder-0.11.jar; Windows 7

Please provide any additional information below.
It fails for  the custom group components like radio group, checkbox group. I 
modified  RadioGroupParser, but found more modifications were 
required.

Original issue reported on code.google.com by jaittho...@gmail.com on 16 May 2011 at 4:40

GoogleCodeExporter commented 9 years ago
I'll start investigation soon.

Original comment by jus...@jhickman.com on 18 May 2011 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by jus...@jhickman.com on 24 May 2011 at 5:11

GoogleCodeExporter commented 9 years ago
Released version 1.0.1   Visible in Maven Central

Original comment by jus...@jhickman.com on 24 May 2011 at 5:15