On Mon, Jun 22, 2009 at 3:52 PM, Igor Vaynberg<[email protected]> wrote:
> if i were you i would create something like this:
>
> class zonepage extends webpage {
> private final repatingview zones;
[...]
> public zonepage() {
> add(zones=new repeatingview("zones"));
> }
Hi Igor,
thanks for your help. I followed your recommendation and I've achieved
the goal. Great!
FYI,
- I've merged two first layers into AbstractPage with <wicket:child> as
placeholder of zones c (z.a excluded)
- The extended page contains three RepeatingViews for zones c.b, c.c and c.d
- A chain of descendants relaying on POJO inheritance populates
those RepeatingViews by panels.
Thx, Petr
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]