Tagged Questions

0
votes
1answer
65 views

Use Custom Validator at client side ? Shown ErrorMessage when script is wrong?

I have one problematic question on custom validator at client side in asp.net? This is my fileupload control and customvalidator to check that uploaded file is doc or not!!!! &lt …
0
votes
2answers
22 views

Which validator should be used to implement login in Symfony?

Currently, my login form looks like this, class LoginForm extends BaseFormPropel { public function setup() { $this->setWidgets(array( 'login_id' => new sfWidge …
0
votes
0answers
24 views

Ruby W3C_Validators and Proxy

Hi, I'm trying to use the w3c_validators Ruby gem and I'm inside a proxy. So I wrote up a monkey patch that overrides the send_request method (validators.rb) and it seems to take …
1
vote
4answers
111 views

ASP.NET email validator regex

Does anyone know what the regex used by the email validator in ASP.NET is? Pretty please.
0
votes
2answers
43 views

ASP.NET Custom Server Control Build — Validator

I am writing a DateValidator control to function as a validator of all type for dates. It will function as an Required validator, a Min/Max validator, and a Range Validator for da …
0
votes
1answer
109 views

Hibernate-validator: @NotEmpty does not work for null values

Hi all. I have annotated a String field with @NotEmpty tag. When I try to persist the entity with this filed's value "", it works fine. Mechanism detects the validation error and …
0
votes
1answer
37 views

NHibernate Validator with EntityMode.Map

I'm developing application with NHibernate EntityMode.Map so I have entities of IDictionary without cs domain model, database configures only with hbm files. It gives me lots of fl …
0
votes
3answers
1k views

Regular expression for date time format “MM/DD/YY HH:mm:ss AM/PM” in asp.net regular expression validator

Can anyone tell me the regular expression format for "MM/DD/YY HH:mm:ss AM/PM" to use it in a regular expression validator, in asp.net 2.0
0
votes
2answers
130 views

Two Submit buttons in one form

I have a form which has got five (5) file input controls along with other controls. This form also has got two (2) submit buttons. I have used JQuery Validation plugin to validate …
4
votes
3answers
200 views

Is there an open source CSS validator that can be run locally?

I want to check internal web pages, so I cannot use the W3C validation service directly. I managed to run the XHTML validator locally, however, I have some problems with the css-va …
0
votes
2answers
122 views

[jQuery Validator] help with custom positioning error messages

Hello, I'm playing with the great Bassistance jQuery Validator and am stuck at a point The idea is simple: I have lot of this markup (I semplify, but the idea is that after each t …
0
votes
1answer
62 views

jQuery Validator, Regex, and null

I am using jquery-1.3.2.js with the jquery.validate.js plugin and I am using the following code to try and validate an optional time field. $.validator.addMethod('time', function( …
0
votes
0answers
23 views

How to Use NHibernate Validator with ASP WebForms for client-side validation?

I'm currently adding features to an ASP.NET WebForms application that relies on NHibernate Burrow, and would like to replace the standard ASP.NET form validation controls with some …
1
vote
4answers
2k views

Flex: How do you validate 2 password fields to make sure they match?

I want to use a validator to ensure 2 password fields match in Flex. I want the validator to highlight form fields like a normal flex validation control. Thanks.
0
votes
1answer
88 views

JQuery Validator Updated Password

I have a form which have three fields Old Password New Password Confirm Password These fields are optional and only mandatory when user enter some text into New Password How c …

1 2 next
15 30 50 per page