Re: Tapestry 4.1 EventListener example

2006-08-20 Thread Shing Hing Man
Using lower case does the trick. Hooray ! I have just written my first ajax enabled Tapestry 4.1 page. Thanks ! Shing --- Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Try changing which events you listen > for...Specifically, don't use captial > case. I think that only works when used on a node

Re: Tapestry 4.1 EventListener example

2006-08-20 Thread Jesse Kuhnert
Try changing which events you listen for...Specifically, don't use captial case. I think that only works when used on a node directly. Ie: events = "onmouseover" On 8/20/06, Shing Hing Man <[EMAIL PROTECTED]> wrote: I am already using the latest 4.1.1-SNAPSHOT. In my pom.xml :

Re: Tapestry 4.1 EventListener example

2006-08-20 Thread Shing Hing Man
I am already using the latest 4.1.1-SNAPSHOT. In my pom.xml : org.apache.tapestry tapestry-framework 4.1.1-SNAPSHOT org.apache.tapestry tapestry-annotations 4.1.1-SNAPSHOT

Re: Tapestry 4.1 EventListener example

2006-08-20 Thread Jesse Kuhnert
you shuold be using the latest 4.1.1-SNAPSHOT build if you are going to attempt this. (though it might work in the original 4.1, I can't vouch for it anymore..too many changes since then) On 8/20/06, Shing Hing Man <[EMAIL PROTECTED]> wrote: I have tried out a snippet of code on EventListener a

Tapestry 4.1 EventListener example

2006-08-20 Thread Shing Hing Man
I have tried out a snippet of code on EventListener at http://tapestry.apache.org/tapestry4.1/ajax/EventListener.html without success. The listener method watchText should be called whenever the mouse is over the element. But it did not happen for me. It would be appreciated if someone could poin