Re: Programmatically building EventListener

2007-02-04 Thread Jesse Kuhnert
Are the ids not known because they are generated ? EventListener should work with components that are rendered multiple times.. ie: @EventListener(targets = "myComponent" , events = "onSomething") works with: On 1/23/07, Michael Gloegl <[EMAIL PROTECTED]> wrote: Hi all, I would like to

Programmatically building EventListener

2007-01-23 Thread Michael Gloegl
Hi all, I would like to use the (very cool) EventListener AJAX-stuff in Tapestry 4.1. in our project - however I am facing a little obstacle. Basically, the ids of the Elements to listen to are not known when writing the Page, due to various complex requirements. So, simple question: Is it p