Jetspeed has custom tags. Please reference: /webapp/WEB-INF/templates/jsp/tld/template.tld
There is a custom tag called <jetspeed:portlet> > -----Original Message----- > From: Josselin Lebret [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 1:37 AM > To: Jetspeed Users List > Subject: Re: persistence service within a JSP portlet > > > I do not see how to call this method inside my JSP because I > do not know what object it belongs to... (and also how to get > that object) Could you give me a complete sample code ? > ----- Original Message ----- > From: "David Sean Taylor" <[EMAIL PROTECTED]> > To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> > Sent: Wednesday, April 10, 2002 8:25 PM > Subject: RE: persistence service within a JSP portlet > > > > The Persistence Service can be used from a JSP or Velocity portlet. > > >From a portlet, simply call: > > > > public String getAttribute( String attrName, String > attrDefValue, > > RunData rundata ); > > > > For some reason, setAttribute is missing on the Portlet > interface but > > is in AbstractPortlet. Not sure why > > > > > -----Original Message----- > > > From: Josselin Lebret [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, April 10, 2002 9:40 AM > > > To: Jetspeed Users List > > > Subject: persistence service within a JSP portlet > > > > > > > > > The "Portlet How" shows how to use persistence service in a Java > > > portlet (subclass of abstractportlet). Is it possible to use this > > > service in a JSP portlet and how ? > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:jetspeed-user-> [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]> > > > -- > To unsubscribe, e-mail: > <mailto:jetspeed-user-> [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]>
