Hi.

To my knowledge that doesn’t work.
This is probably a case to prefer composition over inheritance?


Manfred


> Am 09.01.2022 um 13:55 schrieb vahid ghasemi <vahidghasemi...@gmail.com>:
> 
> Hello,
> How can I use 2 wicket:child for 1 inherited class?
> Like this:
> 
> <h1>Hello</h1>
> <wicket:child child-id ="first">
> <h2>Hello</h2>
> <wicket:child child-id ="second">
> 
> 
> <wicket:extend id="first">
> <h1>Hello again</h1>
> <wicket:extend id="second">
> <h2>Hello again</h2>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to