Re: Tapestry Bayeux 2.0.0-beta2 Release

2007-05-19 Thread Jesse Kuhnert
I don't think this is something I would want to add in to the core simply because there are way too many ways to do this and choosing the wrong one will hurt everyone else... For instance - off the cuff I would probably do something more like this instead: function disableInputs(ids){ for (v

Re: Tapestry Bayeux 2.0.0-beta2 Release

2007-05-19 Thread Geoff Callender
To all Tapestry users: It seems to me that "do it once" is an essential capability that everyone desires in a web framework. Perhaps the existing Tapestry components (Submit, SubmitLink, ImageLink, and DirectLink) should have the option added to them? What do you think? Geoff On 20/

Re: Tapestry Bayeux 2.0.0-beta2 Release

2007-05-19 Thread Andreas Andreou
And well done for the release! On 5/19/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: 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.connect

Re: Tapestry Bayeux 2.0.0-beta2 Release

2007-05-19 Thread Andreas Andreou
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 'origi

Tapestry Bayeux 2.0.0-beta2 Release

2007-05-19 Thread Jacob von Eyben
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