Hey!

I have a problem with vm-templates coming from different locations. In the registry 
they are configured similarly:

<portlet-entry name="AMTraining" hidden="false" type="ref" parent="CustomizerVelocity" 
application="false">
        <meta-info>
                <title>AM Training</title>
                <description>Schhulungsunlaslagen zum AM Training</description>
        </meta-info>
        
<classname>org.apache.jetspeed.portal.portlets.CustomizerVelocityPortlet</classname>
        <parameter name="template" value="amtraining" hidden="false"/>
        <parameter name="action" value="portlets.DirectoryAction" hidden="false"/>
        <parameter name="url" value="ccm/AM-training/" hidden="false"/>
        <media-type ref="html"/>
        <media-type ref="html"/>
        <url>/ccm/AM-training</url>
</portlet-entry>

<portlet-entry name="adPortlet" hidden="false" type="ref" parent="CustomizerVelocity" 
application="false">
        <meta-info>
                <title>@dept-Verzeichnisstruktur</title>
                <description>AD-Portlet</description>
        </meta-info>
        
<classname>org.apache.jetspeed.portal.portlets.CustomizerVelocityPortlet</classname>
        <parameter name="template" value="adportlet" hidden="false"/>
        <parameter name="action" value="portlets.DirectoryAction" hidden="false"/>
        <parameter name="url" value="ccm/Ad-portlet/" hidden="false"/>
        <media-type ref="html"/>
        <media-type ref="html"/>
        <url>/ccm/Ad-portlet</url>
</portlet-entry>

but still the portal refers to them at different locations 
        '/portlets/adept.vm'
        '/portlets/html/adportlet.vm'

Why is that? Any idea what to check? I can't find any other configurations about them. 

Help is really appreciated.
Thanks, Risto

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

Reply via email to