Look at the Home.vm screen template
## test for a maximized portlet
#if (($data.User) && ($data.User.getTemp("js_peid")))
$data.setMode("maximize")
$jetspeed.getPortletById($data.User.getTemp("js_peid"))
## process as a regular page request
#else
$data.setMode("default")
$jetspeed.getPane("default")
#end
$jetspeed.getPane should do it.
It may be better not to put portlets in the navigation, and instead remove the left
navigation and define your layout with the customizer
> -----Original Message-----
> From: Fabiano Cruz [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 12:04 PM
> To: [EMAIL PROTECTED]
> Subject: left.vm
>
>
> Hi!
>
> I´m trying to modify my left.vm in templates\vm\navigations\html, but
> I don´t know how can I do to add a portlet (to invoke a psml file) on
> this
> source.
>
> Does anyone know how to do this?
>
> UA
> Fabiano Cruz
>
>
>
>
>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>