You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Ri...@t-systems.com on 2004/01/16 14:23:31 UTC

Why vm-templates come from /portlets/ and /portlets/html/?

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: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org