> > I was reading the mail in regards to linking between portlets. I > have been > using jsp as my page source > is there a jsp tag that will allow me to call a particular portlet.
Currently there's no "special" custom tag to do that but you can achieve this by using the contentUri tag: <jetspeed contentUri href="portal/[user|role|group]/[user|role|group name]/page/[page name]/js_peid/[portlet id]?action=controls.Maximize"/> ...for example: <jetspeed contentUri href="portal/user/turbine/page/default.psml/js_peid/P-f132505ce2-10002?actio n=controls.Maximize"/> The portlet you are referring to could be a hidden entry in current profile. > I actually want the portlet to appear in the same pane as the calling page. Since the portlet will be maximized, there will be no pane visible. Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
