Re: preInvokeJS does not work for tag

2007-01-03 Thread Musachy Barroso
Hi Celio "preInvokeJS" will only work while using the ajax theme, if you are not using it, then the regular "onclick" attribute will do. regards musachy The Célio Cidral Junior wrote: Hi Musachy, 2007/1/2, Musachy Barroso <[EMAIL PROTECTED]>: What version are you using? using head svn , I

Re: preInvokeJS does not work for tag

2007-01-03 Thread Célio Cidral Junior
Hi Musachy, 2007/1/2, Musachy Barroso <[EMAIL PROTECTED]>: What version are you using? using head svn , I modified showcase's remote link first example to this: Update 'Div 1' and 'Div 2', publish topic '/after', use indicator and it shows "test". "preInvokeJS" is deprecated. If you are using

Re: preInvokeJS does not work for tag

2007-01-02 Thread Musachy Barroso
What version are you using? using head svn , I modified showcase's remote link first example to this: targets="t1,t2" notifyTopics="/after" preInvokeJS="alert('test')">Update 'Div 1' and 'Div 2', publish topic '/after', use indicator and it shows "test". "preInvokeJS" is deprecated. I

preInvokeJS does not work for tag

2007-01-02 Thread Célio Cidral Junior
Hi, The preInvokeJS attribute does not work for the tag as described in the example from . That feature seems to be originated from the issue . Below is a snippet of my source JSP code. The anch