Hello, do you still have that problem?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-jquery-ajax-validation-tp5718946p5719394.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
Hello,
I couldn't make it work. Does anyone use this?
There's something wrong with the javascript function "one". I had to comment
it and call "tapestryFieldEventManager" directly.
Also, when I submit the form, these ajax-validated fields are not validated.
Tapestry only validates the built in v
Sure.
Js function shoul look like:
(function($) {
$.fn.configureValidators = function(callbackUrl) {
$(this.selector).blur(function() {
var field = $(this);
if (field && field.val() != "") {
$.ajax(
Could you post the solution to your problem?? Thanks.
On Dec 24, 2012, at 7:58 AM, rosecorp wrote:
> Guys, it was my mistake I was initializing js function in a wrong way. If
> anyone will have problems using
> http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/validators1
> in tap
Guys, it was my mistake I was initializing js function in a wrong way. If
anyone will have problems using
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/validators1
in tapestry-jquery manner please let me know or ask question in this topic I
will surely help.
Thanks,
R.
--
View