On Sun, 02 Jan 2005 09:15:41 -0800, Jonathan Locke wrote:
>but if it's a region, i should be able to say:
>
><wicket:region name = "body">
>
> whatever
>
></wicket:region>
>
>that's what region means.
I don't know of this idea helps or not, but I think of it as a
region that we are *inserting* into :) Initially the region is empty.
To me, this is similar to a panel with no nested tags. That is:
<wicket:region name="panel">
</wicket:region>
the point is that you insert some content into the region and
there is nothing preventing it from being empty in the first place,
it's just that with the body region we choose to always replace its
contents whereas with the panel region we choose to selectively replace
some of its contents.
Gili
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop