Hi there,

I'm new to Wicket trying to build my first application :).
I've already token a look at "Creating layouts using markup inheritance"
tutorial from the Wicket website, but still have some questions:
Suppose that I've a base page which I want that some of my pages inherits
the layout from it. What I want to do is to have some protected methods like
f.e. appendComponen(final Component comp, String position) and
setTitle(String title). The position string In the first method indicates
the position where the component in the page should be appended.

   1. How can I implement this?
   2. Is it possible to define multiple <wicket:child /> in the base
   page?

Gr. Azzeddine

Reply via email to