You can try to set the symbol SymbolConstants.FORM_CLIENT_LOGIC_ENABLED to false in your AppModule. I don't know how tapestry-beanvalidator works but it shouldn't send this file to the client if client validation is disabled...
On 22 June 2011 17:54, Matias Blasi <matias.bl...@gmail.com> wrote: > It is not resolved by disabling the clientValidation of the form > components, > it is resolved by removing the tapestry-beanvalidator module dependency. > This module has the tapestry-beanvalidator.js which produces the javascript > error. > > > Regards, > Matias. > > > On Wed, Jun 22, 2011 at 12:35 PM, Matias Blasi <matias.bl...@gmail.com > >wrote: > > > Thanks Clément, > > > > If I have a lot of forms in my application, is there any way to disable > it > > globally? > > > > Best regards! > > Matías. > > > > > > The form component has a clientValidation parameter. > > > > On 22 June 2011 17:18, Matias Blasi <mati...@gmail.com> wrote: > > > > Thank Clément, > > > > I will be waiting for this improvement anxiously! > > > > Just a question: Is there a quick way for disabling the client-side > > validation on tapestry framework? > > > > Regards, > > > > Matías. > > > > Hi Matias, > > > > Thanks for your feedback. > > > > Unfortunately bean validation doesn't work for the moment with got5 > > tapestry5-jquery. > > > > I've just opened an issue. > > https://github.com/got5/tapestry5-jquery/issues/42 > > > > Maybe you should try to disable client validation for the moment, until I > > (or someone) solve it. > > > > Regards, Clément > > > > On 21 June 2011 00:20, Matias Blasi <mati...@gmail.com> wrote: > > > > Hi all > > > > I recently integrated my tapestry5 (5.2.5) application with the latest > > got5-jquery library (2.1.1) > > > > And I have the following error just entering to an empty page: > > > > Tapestry.Validator is undefined ---> Tapestry.Validator.notnull = > > function(field, message, spec) (tapestry-validator.js line 15) from > > tapestry-beanvalidator-5.2.5.jar > > >