custom-validators
custom unobtrusive date validators for dates
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[详细]
2023-03-31 06:42 分类:问答Calling custom helper or library function in set_rules()
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[详细]
2023-03-22 14:26 分类:问答custom validation attribute not working on client, just on server
I am trying to implement custom attribute validation, similar to one demonstrated here in ScottGu\'s blog:[详细]
2023-03-05 06:29 分类:问答Suppress "base" in error text for custom validation of Rails nested attributes
I havethe following models: class Evaluation < ActiveRecord::Base attr_accessible :product_id, :description, :evaluation_institutions_attributes[详细]
2023-03-03 20:22 分类:问答jQuery validate custom method not getting called
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[详细]
2023-02-20 18:03 分类:问答Grails: Custom validator based on a previous value of the field
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.[详细]
2023-02-10 09:49 分类:问答Why The error message for custom validator is not shown in message box?
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.[详细]
2023-02-04 06:32 分类:问答JSF 2 validators can't use "var" from dataTable
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[详细]
2023-02-02 09:09 分类:问答Developing a custom-validation in asp.net for specific control and criteria
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开发者_开[详细]
2023-01-03 18:21 分类:问答ASP .NET Multiple Custom Validators on a single page
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.[详细]
2022-12-30 16:54 分类:问答