Hello,

I found into the jetspeed tutorial that it is possible
to share ressource into a PSML file thank to the tag
<reference path>. But it doesn't work. 
I create the following PSML file :
<?xml version="1.0" encoding="UTF-8"?>
<portlets id="01">
    <metainfo>
        <title>Default Jetspeed page</title>
    </metainfo>
    <security-ref parent="Collaborateur"/>
    <skin name="bleu"/>
    <layout position="-1" size="-1"/>
    <control name="TabControl"/>
    <controller name="TabController"/>
    <portlets id="P-f31445ba53-10001">
        <metainfo>
            <title>Internet</title>
        </metainfo>
        <security-ref parent="Collaborateur"/>
        <skin name="decathlon-bleu"/>
        <entry id="P-f314466130-10004" parent="Site">
            <layout position="-1" size="-1">
                <property name="column" value="0"/>
                <property name="row" value="0"/>
            </layout>
        </entry>
    </portlets>
    <portlets id="P-f31445e797-10002">
        <metainfo>
            <title>Intranet</title>
        </metainfo>
        <reference path="group/apache/html"/>
    </portlets>
</portlets>
 
So, I would like the second pane refere to the path
group/apache/html in which I created a default PSML
with some portlet. When I try to connect, I have the
following message : Error retrieving Portal Page: null

Can someone give me some advice?
Thank yu very much.

Matthieu

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

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

Reply via email to