Timothy Carroll wrote:
> when you guys talk about an empty guest user,
> how "empty" is it actually... does it just have a root layout node, or
> does it need more? less?
I believe you always need to include a header and a footer. Here's a
document that contains an example.
You may or may not need more channels in the header & footer.
drew wills
--
Andrew Wills
UNICON, Inc.
Office: (480) 558-2476
http://code.google.com/p/cernunnos/
--
You are currently subscribed to [email protected] as: [EMAIL
PROTECTED]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/uportal-dev
<layout username="guest"
script="classpath://org/jasig/portal/layout/simple/import-layout.crn">
<root name="Root folder" immutable="N" unremovable="Y">
<header name="Header folder" immutable="Y" unremovable="Y">
<channel fname="header"/>
<channel fname="session-locales-selector"/>
</header>
<footer name="Footer folder" immutable="Y" unremovable="Y">
<channel fname="footer"/>
</footer>
</root>
</layout>