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
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
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
>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