Re: Tap 4.1.2 Snapshot :@EventListener with async=false is not been called

2007-01-31 Thread karthik G
Same problem!! On 1/18/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: I have a method with annotation @EventListener(targets = "companyPS", events = "onchange", submitForm = "myForm", async = false) that listens to a PropertySelection component. W

Tap 4.1.2 Snapshot :@EventListener with async=false is not been called

2007-01-17 Thread Shing Hing Man
I have a method with annotation @EventListener(targets = "companyPS", events = "onchange", submitForm = "myForm", async = false) that listens to a PropertySelection component. When an onchange event occurs in the PropertySelection componet, the form

Re: @EventListener with async=false

2006-10-02 Thread Jesse Kuhnert
Hmmm... I will look into it. That should be working. On 10/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From reading the documentation I get the impression that listener annotated by @EventListener will be called regardless of wether async parameter is true or false. In my case I see that

@EventListener with async=false

2006-10-02 Thread spamsucks
>From reading the documentation I get the impression that listener annotated by @EventListener will be called regardless of wether async parameter is true or false. In my case I see that it's not called when async=false. Environment : Tapestry 4.1.1 SNAPSHOT ( today's bleeding edge download ) Tomc