You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Shing Hing Man <ma...@yahoo.com> on 2007/01/17 22:14:08 UTC

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

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 get submitted without calling the
annotated method.

Couple of months ago, someone raised the above
question. Jesse said it should work. 

http://article.gmane.org/gmane.comp.java.tapestry.user/42017/match=async+false

Has anyone having it working ?

Shing

Home page :
  http://uk.geocities.com/matmsh/index.html


		
___________________________________________________________ 
All New Yahoo! Mail – Tired of unwanted email come-ons? Let our SpamGuard protect you. http://uk.docs.yahoo.com/nowyoucan.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by karthik G <be...@gmail.com>.
Same problem!!


On 1/18/07, Shing Hing Man <ma...@yahoo.com> wrote:
>
> 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 get submitted without calling the
> annotated method.
>
> Couple of months ago, someone raised the above
> question. Jesse said it should work.
>
>
> http://article.gmane.org/gmane.comp.java.tapestry.user/42017/match=async+false
>
> Has anyone having it working ?
>
> Shing
>
> Home page :
>   http://uk.geocities.com/matmsh/index.html
>
>
>
> ___________________________________________________________
> All New Yahoo! Mail – Tired of unwanted email come-ons? Let our SpamGuard
> protect you. http://uk.docs.yahoo.com/nowyoucan.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>