Hello,
A while ago (pre 2.0) the validation attributes placed on a model were
expressed as jQuery validation rules at runtime.
Example from an older project:
jQuery( document ).ready( function()
{ jQuery("#register").validate( {messages:
{"user.DeliveryAddress.City":{ required: "This is a required
field." } }} );
But in a 2.0 version, those attributes are no longer generated as
jQuery validation rules.
Example from current project:
jQuery( document ).ready( function()
{ jQuery("#region").validate( {} );
Is this a bug?
Where should I look to see what changed?
Has anyone encountered this problem as well?
Thanks,
Daniel
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.