Another approach, though probably not what you're looking for, but this is
the way I often do this is:
Creat another PSML page "meeting", put this one portlet on that page, and
create a link in your vm as <a href="$jslink.setPage("meeting")">> -----Original Message----- > From: Łukasz Olek [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 3:33 AM > To: Jetspeed Users List > Subject: Linking portlets problem > > > Hello! > As I understood a portlet entry must exist in user's psml file to make > linking possible using $jslink. > I do as follows: > > <entry id="P-f0e7834ba4-10001" parent="Meeting"> > <parameter name="_display" value="closed"/> > </entry> > This entry is added in psml file. > > Next in velocity template I put link: > <a href='$jslink.getPortletByName("Meeting")'>Kako</A> > > But it doesn't work. > I have a single column controller. The only thing that I managed to do > is linking between items in menu controller with parameter > "_menustate=closed", but it's not enough for me. > Any help appreciated > Thanks > Lukasz Olek > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
