Yep, those *Once components can be handy...
I took a look at the source...

In ClickOnce.script, perhaps this is a better try (instead of redifining
tapestry.form.validation.validateForm )


dojo.event.connectAround(tapestry.form.validation, "validateForm ",
function(miObj) {
  // calls the 'original' function
  var ret = return miObj.proceed();
  // do something with bayeux ongoingSubmit
  if (!ret) ongoingSubmit = false;

  return ret;
});



On 5/19/07, Jacob von Eyben <[EMAIL PROTECTED]> wrote:

Tapestry Bayeux v2.0.0-beta2 is now available. New in this version:

* Upgraded component library to be tapestry 4.1 compatible.
* Made it possible to specify more than just once download resource
source when using the DownloadLink component.
* Made it possible to set a content-disposition header for a download
resource.

Tapestry Bayeux is a open source component library for tapestry and more
information can be found here:

The project website:
http://tapestry-bayeux.sourceforge.net/

A blog about the bayeux release:

http://ancientprogramming.blogspot.com/2007/05/bayeux-is-now-tapestry-41-compatible.html

Cheers,

Jacob von Eyben


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

Reply via email to