Re: EventListener problem

2007-05-29 Thread Julian Wood
Sweet - that works - I thought I had tried that variation, but obviously not. I filed it anyway, under https://issues.apache.org/jira/browse/ TAPESTRY-1524 Thanks, J On 29-May-07, at 2:48 PM, Jesse Kuhnert wrote: Sounds like a bug, if you would file it that would help me. To get past yo

Re: EventListener problem

2007-05-29 Thread Jesse Kuhnert
Sounds like a bug, if you would file it that would help me. To get past your problem though, you may want to try changing your html element to be: Name ... and listener : @EventListener(targets = "nameHeader", events = "onclick") public void doSomething(){} I'm assuming the bug has to do w