Hi to all,

my issue is to render two portlet using two different templates.
I saw that default template is "jetspeed.vm" defined into the file
"control.xreg" ( TitlePortletControl ) .

So, i add a new portlet-control-entry in control.xreg file :

  <portlet-control-entry name="MyPortletControl">
 
<classname>org.apache.jetspeed.portal.controls.VelocityPortletControl</c
lassname>
    <parameter name="theme" value="myPortletTemplate.vm"/>
    <meta-info>
      <title>My Customized Title Control Template</title>
    </meta-info>
    <media-type ref="html"/>
    <media-type ref="wml"/>
  </portlet-control-entry>

and now?!
How can i use my new portlet-control-entry and where?!

Thanks,
Amedeoz.

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

Reply via email to