Re: markup for component extending RadioGroup?

2008-10-09 Thread Timo Rantalaiho
On Thu, 09 Oct 2008, dukehoops wrote:
> Is the lesson here to only extend Panels (or FormComponentPanels) when
> creating custom components that simply encapsulate other components?

WebMarkupContainer, actually (Panel is fine if you want to 
enforce the component to have its own HTML). 

Does this cause a problem?

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations Oyhttp://www.ri.fi/ >

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



markup for component extending RadioGroup?

2008-10-09 Thread dukehoops

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:

 
 


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]