Dear all,

I have got some trouble with my Jetspeed 2.0 installation. Beside the
public demo pages in "($J2_HOME)/webapps/jetspeed/WEB-INF/pages/Public"
another folder "pages/test" has been created. Within this folder the
PSML descriptors for my own public pages have been created. To show the
content of a test page the contentviewer portlet of the demo context has
been copied to an own testcontext. This copy is used to display plain
HTML files.

Problem: Everytime another page is linked using the mechanism of the
demo package the contentviewer looks for the HTML pages in the wrong
context. Instead of a lookup in the also created context "test" it looks
for the pages in the "demo" context.

Question: How can I correct this behaviour?

Best regards
Marcus


Part of one of my own PSML files:

----------- snip -----------
<page id="test.welcome">
        <defaults layout-decorator="mydecorator"
             portlet-decorator="gray-gradient"
                          skin="orange"
        />
        <title>Welcome</title>
        <metadata name="title" xml:lang="de">Willkommen</metadata>

        <fragment id="test.welcome.1" type="layout"
name="jetspeed-layouts::VelocityOneColumn">
                <fragment id="test.welcome.2" type="portlet" 
name="test::ContentViewer">
                        <preference name="file">
                                <value>/WEB-INF/content/mymenu.html</value>
                        </preference>
                </fragment>
        </fragment>
</page>
----------- snip -----------



--
-------------------------------------------------
   Dipl.-Inf. (FH)
   Marcus Breier
   Falterweg 6
   32425 Minden

   eMail:   [EMAIL PROTECTED]
   Telefon: (05 71) 4 63 50
   Telefax: (05 71) 3 98 87 36
-------------------------------------------------

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

Reply via email to