Re: tapestry-beanvalidation and tapestry-jquery js error

2012-07-20 Thread Emmanuel DEMEY
hi, Yes I have solved BeanValidation javascript codes in the trunk version few weeks ago I think. Manu 2012/7/20 Alex Kotchnev > Nevermind - it looks like a version conflict/omission on my end. I was > using tapestry-jquery 3.2.0 together w/ tapestry 5.3 . When I updated > tapestry5-jquery t

Re: tapestry-beanvalidation and tapestry-jquery js error

2012-07-20 Thread Alex Kotchnev
Nevermind - it looks like a version conflict/omission on my end. I was using tapestry-jquery 3.2.0 together w/ tapestry 5.3 . When I updated tapestry5-jquery to 3.3.0, the error went away. Cheers, Alex K On Thu, Jul 19, 2012 at 5:51 PM, Alex Kotchnev wrote: > I use tapestry-beanvalidation and

tapestry-beanvalidation and tapestry-jquery js error

2012-07-19 Thread Alex Kotchnev
I use tapestry-beanvalidation and tapestry-jquery. As a result, when I open up a page, I get a javascript error in tapestry-beanvalidator.js:15: Cannot set property 'notnull' of undefined The offending line is : Tapestry.Validator.notnull = function(field, message, spec) Uncaught TypeError: Can