Re: @For component

2006-08-03 Thread Mul
On 8/3/06, Rui Pacheco <[EMAIL PROTECTED]> wrote: Hi all I'm trying to pass a List from my class to my template, but I can't seem to find the proper way to do it. My list is named inventionList. I defined my @For this way: () I defined the List in my component definition this way: t

listener invocation via javascript?

2006-06-16 Thread Mul
Is there way to invoke a listener via javascript? I have a element that eventually will be invoked at the server side after certain client side processing; and it'd contain certain new data that'd need to be passed in to the listener. Thanks.