Groups
Groups
Sign in
Groups
Groups
JQuery Validation UI Plugin
Conversations
About
Send feedback
Help
FYI: jquery-1.5.2 + custom validator constraint = no popup error message
20 views
Skip to first unread message
vogdb
unread,
May 18, 2011, 6:25:37 AM
5/18/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JQuery Validation UI Plugin
Just for someone who will face it.
Solution: upgrade jquery to 1.6.1.
Problem: for example You've got domain class:
class Test {
String text
def validationSpring
static constraints = {
text(validator: {val, obj -> return
obj.validationSpring.alwaysFalse(val);})
}
}
and scaffold generated view for it
Ajax response got answer = "false", but browser didn't popup any
mesage. For other constraints works fine.
limcheekin
unread,
May 18, 2011, 6:31:02 AM
5/18/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JQuery Validation UI Plugin
Hi there,
Thanks for report this issue with solution provided.
Best regards,
Chee Kin
Reply all
Reply to author
Forward
0 new messages