Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-08 Thread Henrik W. Hansen
Could you try this is the latest version of Jetspeed? Thanks. I seem to recall that there was a similar issue that was fixed for b4/release. Jeremy Ford From: "Henrik W. Hansen" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PR

RE: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Amin Lalji
milar issue that was fixed for b4/release. > > Jeremy Ford > > >> From: "Henrik W. Hansen" <[EMAIL PROTECTED]> >> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> >> To: [EMAIL PROTECTED] >> Subject: setTemplate in VelocityPortletAction

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Henrik W. Hansen
Hansen" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: setTemplate in VelocityPortletAction gives InvocationTargetException Date: Thu, 06 Nov 2003 20:55:15 +0100 Hi all This should be a trivial question. But i have been s

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Jeremy Ford
PROTECTED] Subject: setTemplate in VelocityPortletAction gives InvocationTargetException Date: Thu, 06 Nov 2003 20:55:15 +0100 Hi all This should be a trivial question. But i have been struggeling with it for a while now. When executing the following action : public void doAddmonit

RE: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Gregory Joseph
I think your method signature should be public void doAddmonitor(RunData rundata, Portlet portlet) greg -Original Message- From: Henrik W. Hansen [mailto:[EMAIL PROTECTED] Sent: jeudi 6 novembre 2003 20:55 To: [EMAIL PROTECTED] Subject: setTemplate in VelocityPortletAction gives

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-06 Thread Yong Bing Khoo
t; <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: setTemplate in VelocityPortletAction gives InvocationTargetException Date: Thu, 06 Nov 2003 20:55:15 +0100 Hi all This should be a trivial question. But i have been stru

setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-06 Thread Henrik W. Hansen
Hi all This should be a trivial question. But i have been struggeling with it for a while now. When executing the following action : public void doAddmonitor(RunData data, Context context) { setTemplate(data, "webmonitor/createMonitorParam.vm"); } I get the following excetion: Horrible Except