Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-08 Thread Henrik W. Hansen
$jslink.addPathInfo($jslink.ActionKey,"portlets.myAction").addQueryData( "eventSubmit_...")" ? /A -Original Message- From: Henrik W. Hansen [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 1:15 PM To: Jetspeed Users List Subject: Re: setTemplate in Ve

RE: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Amin Lalji
Have you tried $jslink.addPathInfo($jslink.ActionKey,"portlets.myAction").addQueryData( "eventSubmit_...")" ? /A -Original Message- From: Henrik W. Hansen [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 1:15 PM To: Jetspeed Users List Su

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Henrik W. Hansen
Hi all I have discovered that linking from the template in another way "resolves" my problem. The link that fails is the following + This results in the InvocationTargetException. But if I execute the action the following way: and + everything works perfectly. Seems that $jslink.setAction does

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-07 Thread Jeremy Ford
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 PROTECTED]> To: [EMAIL PROTECTED] Subject: setTemplate

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 Invocati

Re: setTemplate in VelocityPortletAction gives InvocationTargetException

2003-11-06 Thread Yong Bing Khoo
Hi Hendrik, I am using JSP templates instead of VM, but I supposed the mechanisms to invoke callbacks are similar. Do you have a in your ? You may have to rename your method to doAdd_monitor(RunData, Portlet) instead of doAddmonitor. Regards, Yong Bing From: "Henrik W. Hansen" <[EMAIL PROTE