JSP setTemplate...

2002-12-17 Thread Fabio Latrofa
Exception { setTemplate(rundata, maximized-test.jsp); } ... } Best regards, Fabio Latrofa Siva S.p.A. Viale di Val Fiorita, 86 00144 Roma Tel. +39 0654220452 Fax +39 0654220484 Questa e-mail e' stata verificata dal sistema di

Re: JSP setTemplate...

2002-12-17 Thread Fabio Latrofa
: Fabio Latrofa [EMAIL PROTECTED] To: 'Jetspeed Users List' [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 10:32 AM Subject: JSP setTemplate... I tried to override the buildMaximizedContext method of JspPortletAction to change the template of a portlet, but it doesn't seem to work; I

Re: JSP setTemplate...

2002-12-17 Thread Fabio Latrofa
suggestions - Original Message - From: Fabio Latrofa [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 11:11 AM Subject: Re: JSP setTemplate... I noticed the Context parameter in buildMaximizedContext of VelocityPortletAction class

Re: JSP setTemplate...

2002-12-17 Thread Fabio Latrofa
/ -Original Message- From: Fabio Latrofa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 3:32 AM To: 'Jetspeed Users List' Subject: JSP setTemplate... I tried to override the buildMaximizedContext method of JspPortletAction to change the template of a portlet

JSP buildConfigureContext

2002-12-18 Thread Fabio Latrofa
buildConfigureContext(Portlet portlet, RunData rundata) throws Exception { Log.debug(customizer-test); } Is there any property to set up or something else to do? Regards, Fabio Latrofa SIVA S.p.A Mail: [EMAIL PROTECTED] Tel. +39 0654220452 Fax +39 0654220484

Re: How to get a custom action class invoked when customize is clicked

2003-01-10 Thread Fabio Latrofa
I think you should override the provedeCustomization() method of the JSP Portlet. /** * @return true if the portlet does its own customization */ public boolean providesCustomization() { return true; } Regards, Fabio Latrofa SIVA S.p.A Mail: [EMAIL PROTECTED] Tel

JSP localization (l10n) taglib

2003-01-29 Thread Fabio Latrofa
have to configure? Regards, Fabio Latrofa SIVA S.p.A Mail: [EMAIL PROTECTED] Tel. +39 0654220452 Fax +39 0654220484 Questa e-mail e' stata verificata dal sistema di antivirus della Siva S.P.A. - To unsubscribe, e-mail: [EMAIL

Re: JSP localization (l10n) taglib

2003-01-31 Thread Fabio Latrofa
Fabio Latrofa wrote: I'm trying to 'localize' Jetspeed using JSP templates and jetspeed:l10n taglib; I noticed that setting the services.TemplateService.default.extension property to jsp services.TemplateService.default.extension=jsp Jetspeed get only the default locale strings