Hi,

I created a component MyRadioGroup that extends RadioGroup (has two Radios
inside). I cannot figure out what to put in MyRadioGroup.html. The following
does not work because it expects MyRadioGroup to be a Panel:
<wicket:panel>
 <input wicket:id="radio1" type="radio"/>
 <input wicket:id="radio2" type="radio"/>
</wicket:panel>

Is the lesson here to only extend Panels (or FormComponentPanels) when
creating custom components that simply encapsulate other components?

thanks,
-nikita

-----
----------------
Nikita Tovstoles
vside.com
----------------

-- 
View this message in context: 
http://www.nabble.com/markup-for-component-extending-RadioGroup--tp19904068p19904068.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to