Marina wrote:
 However, there are a few problems:
1. Empty ‘Additional Links’ area is shown - even
though there are no *.link files in the
pages/dce-portal/ dir


If there are no links available then the collection should be empty
I think what is happening is that there is a collection on $site.rootLinks however the collection is empty


Instead of checking for null

(#if($site.rootLinks) .... ). My guess (without

try

(#if($site.rootLinks.isEmpty())

if that works for you please send a patch

2. Empty ‘Top Pages’ area is shown

same as above

3. Docsets from the ‘/’ root directory (*.ds files)
are included


Recommend removing any docsets that you are not using
As part of the build process for the J2 sites I work on, I will either
replace the the psml directory in the spring configuration with a new location, or just delete out all the demo psml, ds, etc...



-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194


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



Reply via email to