> That does not work if: > > services.TemplateService.default.extension=jsp
Yes, and other features (like customization) dont work either. JSP hasn't quite caught up to Velocity yet (Im talking about the Jetspeed templating implementations, not trying to start up yet another JSP v Velocity dialog) This doesn't keep you from using JSPs in portlets, just from using JSP as your primary portal template (that builds the controllers, controls, portlets). So you could try using a special page just for displaying one portlet: http://localhost:8080/jetspeed/portal/page/displayMyPortlet (create a new PSML page just for displaying your one portlet) The problem with using specific pages though, is that they are not yet secure. Hope to have a fix for that in a3 ----- Original Message ----- From: "Mark Orciuch" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 1:00 PM Subject: RE: How to call another portlet from within a portlet > David, > > That does not work if: > > services.TemplateService.default.extension=jsp > > Is there a workaround? > > > Best regards, > > Mark C. Orciuch > Next Generation Solutions, Ltd. > e-Mail: [EMAIL PROTECTED] > web: http://www.ngsltd.com > > > -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 24, 2002 11:10 AM > To: Jetspeed Users List > Subject: Re: How to call another portlet from within a portlet > > > <a href="portal?action=controls.Maximize&portlet=myPortlet" ... > > where "myPortlet" is the name of your portlet you want to displayed max'd > > ----- Original Message ----- > From: "Louie Lansang" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 23, 2002 11:17 PM > Subject: How to call another portlet from within a portlet > > > Hello. I'm new to Jetspeed. And I would like to know if it's possible to > call or display another portlet from within a portlet? In other words, I > would like to click on a link from a portlet, and then display another > portlet window that is maximized. How do I do that? > > Thank you in advance for any hints. > > -- Louie Lansang > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > 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]>
