Hi,

You can do what you want using DIVs and protected factory methods. Thus you
have extension points where you can plug custom "panels".



On Sun, Jan 9, 2022 at 1:56 PM vahid ghasemi <vahidghasemi...@gmail.com>
wrote:

> 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>
>


-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to