Obviously, I meant “Compound Model” and not “ComponentModel”  /Frank

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Silbermann
Sent: Wednesday, February 15, 2006 2:16 PM
To: [email protected]
Subject: [Wicket-user] Component model question

 

Suppose I have defined a MyPanel that contains two Wicket components: textBoxA and textBoxB.

 

My page contains two instances of MyPanel – myPanel1 and myPanel2.

 

How do I define my page’s ComponentModel so that all four textboxes – myPanel1.textBoxA, myPanel2.textBoxA, myPanel1.textBoxB and myPanel2.textBoxB – can inherit their models from it?

 

Reply via email to