Maybe it\'s just the way my mind works, but I have a very hard time understanding how you\'re supposed to do custom unobtrusive validators.The C# part is easy enough, but the jqueryui adapters are whe
I am trying to call a custom library\'s method in the set_rules(...) line. I heard one could create a class (in application/libraries) extending the native Form_validation class and write the custom
I am trying to implement custom attribute validation, similar to one demonstrated here in ScottGu\'s blog:
I havethe following models: class Evaluation < ActiveRecord::Base attr_accessible :product_id, :description, :evaluation_institutions_attributes
I have used jQuery.validator.addMethod to create a custom validate method that will make sure there is at least one row in my data-entry table. Using Firebug, my breakpoint in the method isn\'t being
I am trying to create a custom validator for variable \'amount\' in my domain class, such that the new value should be greater than previous by 0.50.
I have tried in many way but the error message for custom validator is not shown in validation summary but it(ValidationSummary) shows error message for every other type of validator.
We\'ve recently upgraded our systems from JSF 1.2 to JSF 2.0 and are in the process of making everything work. However, we\'re experiencing problems with validators, when used inside data tables or si
There is another relevant question asked Validation Check in asp.net In the same scenario we need a custom validator control which will alert user for any wrong entry. This will work like th开发者_开
Can you have more than one CustomValidator on a single page? I have two separate CustomValidators with two separate controls on one page.Both ServerValidateEventHandlers are setup for each control.