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 Ɓukasz Olek <ol...@hoga.pl> on 2002/10/16 00:27:19 UTC

Portlet linking 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>