Yes for velocity we can have <parameter name="customizeTemplate" value="weather-customize" hidden="false"/> where weather-customize is the custom defined.
But how to do that for JSP. I tried <parameter name="customizeTemplate" value="mytest.jsp" hidden="false"/> but it doesn't work... is there any other name to be given?? Also can anyone of you pls let me know what all parameter names are possible in xreg entries? Regards, Sunil P S. Off : 5010299 (extn :2299) Res: 3329038 -----Original Message----- From: Aurelien Pernoud [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 12:33 PM To: 'Jetspeed Users List' Subject: RE: Redirecting to custom JSP when we click on Customize icon. I'm not used to JSP, and I don't see where the template for customize action is in jsp mode, but if you're using JSP Portlets and Velocity templates (is it possible ?), then you can change the default portlet customizer (that will affect every of your portlets) : templates\vm\portlets\html\customizer-portlet.vm If you want to associate a specific template for customization for each of your portlets, have a look at the WeatherPortlet registry, but it's Velocity based. Aurelien Sunil Sheshadri a ecrit : > Hi, > I have a requirement where I should redirect the page to my JSP when > user clicks on customize icon on the portlet. > > We are using Jetspeed 1.4b1 for our development. Pls let me know what > we should do to redirect to our custom JSP > when we click on the customize icon. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
