Re: T5: Please wait before I show you next page

2008-03-14 Thread Angelo Chen
Hi Harald, Thanks for the example, i tried that out and got the idea, since we need to add onClick to link the component to a certain javascript code, i don't think mixins will work with jQuery as jQuery does not attach to any component in the html code, what do you think? A.C. Harald Geritzer-

Antwort: Re: T5: Please wait before I show you next page

2008-03-13 Thread Kristian Marinkovic
handlers; see www.quirksmode.org for more details on events Harald Geritzer <[EMAIL PROTECTED]> 13.03.2008 15:41 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema Re: T5: Please wait before I show you next page Angelo Chen schrieb: > Hi Kris

Re: T5: Please wait before I show you next page

2008-03-13 Thread Kristian Marinkovic
events Harald Geritzer <[EMAIL PROTECTED]> 13.03.2008 15:41 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema Re: T5: Please wait before I show you next page Angelo Chen schrieb: > Hi Kris, > > mixin is interesting, is there a simple sample tha

Re: T5: Please wait before I show you next page

2008-03-13 Thread Harald Geritzer
Angelo Chen schrieb: Hi Kris, mixin is interesting, is there a simple sample that I can learn from ? thanks. if you assign that mixing to a submit component, on click the javascript function showProgressIndicator is called. the only drawback is, if you do client side validation and there is

RE: T5: Please wait before I show you next page

2008-03-13 Thread Angelo Chen
Hi Kris, mixin is interesting, is there a simple sample that I can learn from ? thanks. A.C. kristian.marinkovic wrote: > > hi, > > use some Javascript that will display a nice "Please wait..." dialog > when a user performs a submit/click. you can achieve this by creating > a mixin that will

RE: T5: Please wait before I show you next page

2008-03-13 Thread Kristian Marinkovic
e maybe totaly different compnents (separation of concerns) i hope this helps ! more is available from the docs and mailing list :) g, kris Angelo Chen <[EMAIL PROTECTED]> 13.03.2008 14:01 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema RE: T5:

RE: T5: Please wait before I show you next page

2008-03-13 Thread Angelo Chen
Hi Kris, mixin is interesting, is there a simple sample that I can learn from ? thanks. A.C. kristian.marinkovic wrote: > > hi, > > use some Javascript that will display a nice "Please wait..." dialog > when a user performs a submit/click. you can achieve this by creating > a mixin that will

RE: T5: Please wait before I show you next page

2008-03-12 Thread Kristian Marinkovic
hi, use some Javascript that will display a nice "Please wait..." dialog when a user performs a submit/click. you can achieve this by creating a mixin that will render that portion of the javascript that registers an javascript event handler for the desired event and component id g, kris An