Hi Randy,

I use 2.1.3 version of JetSpeed.
Below is modified a bit foldet.metadata file I was talking about:

======================================
<folder
    xmlns="http://portals.apache.org/jetspeed";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://portals.apache.org/jetspeed
http://portals.apache.org/jetspeed-2/2.1/schemas/folder-metadata.xsd";>
  <title>Start</title>

  <defaults
     layout-decorator="tigris"
     portlet-decorator="tigris"
  />

  <document-order>Jetspeed2.link</document-order>
  <document-order>Jetspeed2Wiki.link</document-order>
  <document-order>apache_portals.link</document-order>
  <document-order>apache.link</document-order>

  <menu name="myMenu">
    <separator>
      <text>Administartion</text>
    </separator>
    <options>/Administrative</options>
    <separator>
      <text>Portal Links</text>
    </separator>
    <options regexp="true">/*.link</options>
  </menu>

  <!-- temporary menu definitions for jscookmenu layout decorator;
will be standard -->
  <menu name="site-navigations" regexp="true" options="/*/,/*.psml" depth="-1"/>

  <security-constraints>
    <security-constraints-ref>public-view</security-constraints-ref>
  </security-constraints>
</folder>
======================================

As I said before it doesn't work and does not display defined menu. It
displayed just menu "Additional links" with all links from directory
and menu "Folders" with "administrative" and "public" folders (when I
am logged as admin). I guess those are defined by that line

...
  <!-- temporary menu definitions for jscookmenu layout decorator;
will be standard -->
  <menu name="site-navigations" regexp="true" options="/*/,/*.psml" depth="-1"/>
...

Is that line a definition of tabs on top of the page as well ?

What about default global menu declarations ? How to use them ? just
by setting menu name to one of them ?
 pages
 breadcrumbs
 navigations
 back


Thanks for any help


Regards

--
Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to