Great! addQueryData did the trick. Thanks
Eric -----Original Message----- From: Stuart Belden [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: Re: Calling eventSubmit method from HTML link It should also work to do something like $jslink.Template.addQueryData("eventSubmit_doUpdate", "1").addQueryData("param1","value") and so on. ending up with a url like: http://basejetspeedurl/template?eventSubmit_doUpdate=1¶m1=value which should call your doUpdate method. >>> [EMAIL PROTECTED] 05/29/03 08:31PM >>> I have a Velocity portlet with a doUpdate() method which calls a URL. The .cgi URL that I'm calling returns some information containing links. I need to pass the Base Jetspeed portal URL to the CGI via HTTP parameters so that the links will link to the porlet but can't seem to find a way to pass anything that will call eventSubmit_doUpdate from a URL. Said a different way, I want to be able to call eventSubmit_doUpdate from a URL instead of through the usual <input type="submit" name="eventSubmit_doUpdate"/> way of doing it. Thanks in advance Eric ---------------------------------------------------- Eric Roberts Grid Technology Developer Texas Advanced Computing Center Office: (512) 471-6785 Email: [EMAIL PROTECTED] --------------------------------------------------------------------- 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]
