Sure, but you should change your terminology abit:
The login form may be a component.
so you write your border:

 ... component 0 (header?) ...
 ... component 1 (login?)...
 ... component 2 (menu? )...
 <span jwcid="@RenderBody">
 ... component 3 (right menu? )...
 ... component 4 (footer ? ) ...

now for each page in the wished layout you use:

<span jwcid="@Border">
        here comes the page :)
</span>

this will result in:

 ... component 0 (header?) ...
 ... component 1 (login?)...
 ... component 2 (menu? )...
here comes the page :)
 ... component 3 (right menu? )...
 ... component 4 (footer ? ) ...


Cheers,
Ron

ציטוט Andrey Tkach:
Hi,
As I've understood I do not need the component like Tiles in Tapestry, I can
use the border component instead.
But is there a way to put several pages on one Border component?
For instance, login form in the corner is one page, content bellow on the
layout is a second page and these pages are put into one Border component.
Thanks,
Andrey




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to