Folks;
I had Jetspeed 1.6 set up and working with multiple menu panes. In 2.0
the menu structure changed dramatically and I have yet to be able to get
the menus to work correctly. I read the website (specifically
http://portals.apache.org/jetspeed-2/guides/guide-menus-declarative-psml
.html#Menu_Definition ) and have tried to implement this. The easiest
way to describe what I'm trying to do is display a menu for the
directory listing at WEB-INF/pages/ggg01. Under this directory, I have
3 subdirectories of hhh01, hhh02, hhh03 and 3 psml files, page1.psml,
page2.psml and page3.psml. My folder.metadata file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<folder hidden="false">
<security-constraints>
<security-constraints-ref>admin</security-constraints-ref>
<security-constraints-ref>public-view</security-constraints-ref>
<security-constraints-ref>public-edit</security-constraints-ref>
</security-constraints>
<title>Applications</title>
<short-title>Applications</short-title>
<defaults layout-decorator="SWA"/>
<default-page></default-page>
<document-order>page1.psml</document-order>
<document-order>page2.psml</document-order>
<document-order>page3.psml</document-order>
<menu name="page-navigations" depth="0" paths="false" regexp="true">
<separator>
<text>Top Pages</text>
</separator>
<options depth="0" paths="false"
regexp="false">/Administrative</options>
<separator>
<text>Profiled Pages</text>
</separator>
<options depth="1" paths="false"
regexp="true">/page[1-3].psml</options>
<separator>
<text>The Pages under hhh</text>
</separator>
<options depth="3" paths="false" regexp="true">/hhh*/*</options>
</menu>
</folder>
Yet the only tabs I have are for Page1, Page2 and Page3. How do I get
the folders and their psml files in those folders to show up as menu
tabs, or am I missing some fundamental concept here?
--
Best Regards;
Keith Paschal
Plan ahead -- It wasn't raining when Noah built the ark.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]