On Sunday, December 29, 2002, at 07:34  AM, Christian Heine wrote:

Hi all,

i try to develop a porltet which is using iframes to represent Datas only on one screen, when the width of the datas are bigger than the screen (Like a calendar over 3 years whith 52 weeks per year). All works fine and looks good, but
how can i set the correct URI to my portlet which should shown in the iFrame?

I've tried to use the $jlink variable with the method setPage or getURI to select my own calendar.vm portlet, but it will not work, and when it works, it shows me the whole jetspeed page with headers, menues and so on what it not should be, because i will have to see only the calendar ...

At the moment i call my Portlet by hard coding : http://127.0.0.1:8080/jetspeed/calendar.vm, but this forces me to put the template in the main directory, what is not the way i will have. Knows anybody a solution to call a portlet directly which is
placed in the following portlet directory ? :

%jetspeed%/WEB-INF/templates/vm/portlets/html/clendar.vm

Thanks for any help, by
Christian
If I understand correctly, you want to get the content for just one portlet:

$jslink.getPortletById("P_56789_1234")
$jslink.getPortletByName("portlet_2")

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646




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



Reply via email to