Tagged Questions

0
votes
2answers
22 views

How do you style the errored input fields with the jQuery validation plugin?

I'm using the jQuery validation plugin, and I want to add a class to the input fields that doesn't validate, i.e. add a red border. Anyone know how to do this?
0
votes
1answer
21 views

jQuery validation - only show one error message

Is there a way to only show the latest error-message thrown, when using the validation-plugin for jQuery?
0
votes
1answer
24 views

PHP Doctrine Validation

Hi, I'm using doctrine and trying to validate some models. I have the following in my YAML schema: User: package: User columns: username: type: string notnull: true …
2
votes
3answers
40 views

Custom ASP.NET MVC validation summary for address fields

I'm trying to figure out the best way to validate a one page checkout. It contains : ship address billing address etc. the Address class obvious contains First Name, Last Name, Street1, Street2, …
3
votes
5answers
78 views

How can I place validating constraints on my method input parameters?

Here is the typical way of accomplishing this goal: public void myContractualMethod(final String x, final Set<String> y) { if ((x == null) || (x.isEmpty())) { throw new …
1
vote
1answer
22 views

using Symfony’s sfForm standalone, without the rest of the framework

I've seen some posts and questions regarding this: how can i use Symfony's sfForm as a standalone library?, just for managing a simple "hand-made" form but without the bulk of the framework.
0
votes
2answers
15 views

How do you validate a page with AJAX content with a W3C service or similar.

I have a web page that is the parent to a bunch of pages that are loaded with in using the following code. function loadContent(elementSelector, sourceURL) { …
1
vote
3answers
64 views

Which MVC Validation Framework

Hi, I have been evaluating xVal as framework for validating Entities in the ASP.Net MVC Framework. I have recently discovered that each time a validation rule is broken, xVal cause an excpetion to be …
0
votes
2answers
30 views

ActiveRecord custom validation problem

Hi, I'm having a problem with validation in my RoR Model: def save self.accessed = Time.now.to_s self.modified = accessed validate_username super end def validate_username if …
0
votes
1answer
20 views

Is it possible to avoid control validation after clicking one button and don’t after clicking another?

I have a UserControl used for getting an exchange rate amount from user (bank manager) he prefer to be used by an account operation. Exchange rate can be loaded from central bank web service but just …
0
votes
2answers
39 views

RoR plugin/gem for html validtion

I am wondering if there is such a plugin or gem for Ruby on Rails that includes HTML validation (SGML or Tidy) in a testing cycle. I am aware only about this plugin. Looking for alternatives...
1
vote
2answers
35 views

jquery validation only for visible controls

I am using jquery validation for required field vaidation. $("#registerform").validate(); This fires for the controls which are hidden too. For ex.: When the user selects Others option in How you …
0
votes
2answers
25 views

using JTidy with Maven2

I am working on a Java project using spring2 and Maven. I have already incorporated JSLint4Java into Maven, but now find myself needing to do some further validation. There are a number of core …
0
votes
0answers
29 views

Validating XHTML elements with XML children

G'day guys, I've tried reading the XML Modularization recommendation which promises to allow custom XHTML extensions but can't make heads nor tails from it. I need an XML document containing a mix of …
-1
votes
3answers
33 views

Rails validation error with select tags

Hey Guys, Ive just set up some basic models using scaffold with Rails, i've edited the views so that im taking input from a textfield and a selection box. Here are some code snippets: …

1 2 3 4 5 98 next
15 30 50 per page