Validation is used to check data to make sure it fits whatever required specifications are set for it.

learn more… | top users | synonyms (5)

0
votes
0answers
62 views

Unable to click second button after first click

As the code below, I was unable to click the button after clicked the first button. Can anyone help me check the error? <script ...
0
votes
0answers
25 views

PlayFramework 2.1: Display error message without helper

There is anyway to display form error message without using PlayFramework 2.1 helpers? I write my own HTML, and I don't want to write my own helper. I used to do this in 1.2.5 version :(
0
votes
1answer
33 views

PlayFramework 2.1: Validation Form (error messages)

I'm developing an application in PlayFramework 2.1. But, I'm not using Form helpers, like: @inputText, I'm writing my own HTML. How can I display error messages without using the Form Helper? ...
0
votes
1answer
29 views

Input Validation for an integer in DataGridView

I'm able to use the code below to check whether or not a user inputs a string in a datagridview cell. If the user inputs a string a message pops up to tell them "only numeric entries are allowed". ...
0
votes
1answer
13 views

Using parsley on a wizard form (3 steps)

I'm working on a form based on a Twitter Bootstrap tab. I use Parsley for validation form. I would like to validate only the fields on my first tab (step 1) before clicking on the next button that go ...
0
votes
2answers
43 views

Jquery validation plugin - check if email exists

I'm trying to check on email field blur, if the email already exists in db. My code is now: <script type="text/javascript"> $(document).ready(function () { // Validation ...
1
vote
2answers
47 views

Trouble with input

My input file consists of 2 lines which have numbers separated by spaces. I have to read numbers from both lines and store them in 2 different std::vectors. But I don't know how many numbers are there ...
0
votes
1answer
32 views

JavaScript Not Working When Included Elsewhere

I have a script which is a simple HTML/JS contact form. The site is based on Joomla. Specifically, one of the YooTheme Templates. It is also running WidgetKit. I have had issues before which have ...
0
votes
1answer
26 views

Fluent Validation for complex child objects by setting different RuleSet

I have a complex class structure as below. public class Account { public List<Name> Person {get;set;} public List<Address> Address {get;set;} public string Email {get;set;} ...
0
votes
1answer
28 views

If/Else Form For Zip Code/County Filter

I have a website that has specific content for certain counties in the region where I live. I want to create a form that will help the user get to the specific page they need. Because I don't want a ...
0
votes
1answer
19 views

contact form validation using php

I'm a bit new at this, and I've tried searching for a solution that pertains to my situation but have not encountered it. I'm trying to validate my form, while if it doesn't pass validation post red ...
1
vote
0answers
17 views

Cakephp 1.3 - How is the validation error message added to the div of the field?

Due to the appearance of the website I'm working on, I've had to modify how radio fields appear on the screen in Cakephp. To do this, I create a radio input with the 'div' set to false, then I add my ...
0
votes
2answers
44 views

Dynamically Read the Format of a String, Python

I have a lookup table of Scientific Names for plants. I want to use this lookup table to validate other tables where I have a data entry person entering the data. Sometimes they get the formatting of ...
2
votes
2answers
82 views

TEXTBOX with Restriction in Symbols,Characters and Numbers

I am facing difficulties in Restricting Textbox Values. The Textbox should not allow Symbols other than "?*,". Ex: A123?*,B456?*,C789?*,D126?*,E?*666 After and before comma (,) only 10 ...
0
votes
0answers
13 views

Rails 2.3 search form loses field values on failed validation

I have a form that is a search form. When it fails to validate instead of retaining the field values, they are deleted and the user has to re-enter them. How can I retain the field values? ...
0
votes
1answer
30 views

AngularJS - trigger validation of a field when another field is changed

I have a custom validation directive that is being called properly when one field is changed. However, whether this field is valid is also based on another fields value. This second field is a select ...
1
vote
0answers
49 views

C# MVC overwriting required annotation error message doesn't work

I have a user class with annotations for required fields. public class User { [DataMember(Name = "firstName")] [Required(ErrorMessage="FIST_NAME_REQUIRED")] public string FirstName { get; ...
0
votes
1answer
51 views

Form validation in Play 2

According to http://www.playframework.com/documentation/2.1.1/JavaForms page "Since 2.0.2 the validate-method can return the following types: String, List or Map>" But it doesn't appear to be so. ...
0
votes
1answer
40 views

Check if same fields are empty in jQuery

The title makes this seem simple, I tried googling around but I'm not even certain how to phrase what I'm attempting to do. I have a set of fields that look like so <tr> ...
0
votes
1answer
20 views

Should I validate access permissions each request?

I've always wondered whether it's better to check the database for account access permissions every single request, or cache (say, an ACL) in the session state. My current case isn't particularly ...
-2
votes
1answer
29 views

User interface error with width

I have some issues regarding css and UI. Seems like when I click a button and there is a postback or a validation in my website, my divs, tables, tds, tr.. stop having the value I give them and change ...
0
votes
0answers
27 views

Check for int and float in jQuery [duplicate]

I know there's a lot of options to do this, and a lot of opinions too. I don't need something extremely secure, but still I want to be somewhat bullet-proof against wrong data. What I do right now to ...
1
vote
4answers
34 views

Validating an XML against an embedded XSD in C#

Using the following MSDN documentation I validate an XML file against a schema: http://msdn.microsoft.com/en-us/library/8f0h7att%28v=vs.100%29.aspx This works fine as long as the XML contains a ...
-5
votes
0answers
24 views

Multiple conditions in Javascript [closed]

I want to validate in javascript that only one text field is filled in. I have 5 text field that represent a selection of search options, but I want to make sure that only one is used.
-1
votes
1answer
39 views

validating an array in codeigniter [closed]

first of all im not using form_validation.. but here's my view.. <?php echo form_open('validate'); ?> <?php echo $error; ?> <table> <tr> ...
2
votes
0answers
37 views

How to pass IDataErrorInfo Validation through an wrapper to the XAML

At the moment i'm facing an ridiculous problem which i'm not able to fix I wrote a little wrapper which wraps almost any Property and added one Property but i don't know how to pass the Validation ...
0
votes
1answer
33 views

Jquery validate messages on Twitter Bootstrap modal?

I have input on which serves to me as date input. I've made validation in which jquery validate checks if date is valid format and if the numbering is correct also... you can test it out on click of ...
0
votes
0answers
14 views

primefaces autocomplete validation issue

I have a problem with p:autocomplete: When the validation fails on any other field I miss the input of the autocomplete. What can I do to avoid this? I am using prime faces 3.5 with mojarra 2.1.18. ...
-1
votes
0answers
38 views

javascript form validation html5 to html4 [closed]

I am trying to save my document from invalid inputs. Is there any library that support both type of validation html5 and html4. My document is in html5 but what if anyone is using old browser and ...
0
votes
1answer
18 views

Node ExpressJS Input Validation

Im using node 0.10.8 and expressJS 3.2.5. I installed express-validator: npm install express-validator In app.js: var express = require('express') , i18n = require('i18next') , routes = ...
1
vote
2answers
19 views

ruby on rails: ensure user must enter value before submittal

I have a form in rails using <%= form_for... %> and I was wondering what do I need to do so that the user has to submit values before submitting? I have input field, radio buttons, and checkbox. ...
0
votes
0answers
17 views

How to validate datebox?

I need to make sure that if the date is today, the start time cannot be before the current time. How would I accomplish this using jquery mobile and datebox? I cannot figure it out btw (newevent1info) ...
0
votes
2answers
25 views

ValidationSummary stays visible after errors are corrected?

I have a ValidationSummary that works pretty well, although it doesn't go away after the last of the form errors are rectified. I'm not sure if this is default behavior or a bug. It seems more ...
0
votes
0answers
10 views

Use CustomNumberEditor for validate int value

In my spring MVC application, i want to validate a form inputs where i have int values so I create this method inside the controller for converting values in the form from String to int : @InitBinder ...
0
votes
2answers
25 views

Email Validator Problems- Putting it all together

I'm very new to PHP coding. I've done tons of research to try and help me. As you can imagine I've gotten tons of material for help. The problem is when I'm trying to put it all together. ...
0
votes
1answer
21 views

Have FluentValidation call a function with multiple parameters

I am using FluentValidation for the server side validation. Now I have had it call a function before with Must validation: RuleFor(x => x.UserProfile).Must(ValidateProfile).WithMessage("We are ...
1
vote
1answer
13 views

How can I define validation rules for JAXB if not using XSD's?

So, we have a project that uses jaxb to marshal and unmarshal. We on't have XSD's. We only have annotated Java objects. So, when the xml comes into our system, we unmarshal it. The JAXB docs talk ...
0
votes
2answers
24 views

How can I validate this radio button?

How can I validate the radio field? It must be checked, if not checked, I would either like a err_radio441 to show up or an alert. I read some posts about checked but I am pulling from name because I ...
6
votes
2answers
54 views

Applying Data Annotations to sub properties of the View Model in MVC?

Putting simple Data Annotations on properties is great, public class UnicornViewModel { [Required] public string Name { get; set; } But lets say I'm have something like this: public class ...
0
votes
3answers
33 views

Can I get <input type=text> to look like <input type=password>?

I'm trying to deal with a frustrating Internet Explorer issue that prevents me from using jquery-validate in conjunction with jquery-placeholder. In short, the validation does not work on fields with ...
-2
votes
2answers
35 views

PHP form reset error after sending the message. How to reset the form after

The PHP coding in my webpage does not reset or clear the form fields after it submits the form. but rather when you refresh the page, it sends the same message again. Is there a way I can make it rest ...
0
votes
6answers
44 views

jQuery test for an input value fails

I'm working with the following HTML Level 1: <input type="text" name="benefit_std_level1" maxlength="5" value="0.0" onblur="noSpaceTest();float_5_2_percent(this);" style="width:40px;" class="input ...
-1
votes
2answers
35 views

Struts2 Annotation Valiation NullPointer Exception

i am getting suddenly this exception, by any type of validation. java.lang.NullPointerException at ...
0
votes
1answer
10 views

Quickform2: How to process the form without showing the valid form again?

Quickform2 has a nice feature. If you use the default renderer you either get the form rendered with the exposed errors if something went wrong during validation or the freezed form if all validation ...
0
votes
1answer
29 views

how to validate radio buttons and drop down list using java script?

i have field gender in the form. if user doesn't select the radio button, i must show a message "please select your gender". also the user must select age group.. Form: <label>Gender<br ...
0
votes
0answers
19 views

Combobox Validations using error provider

hi i have a combobox in my windows application. I have seen validations done using error provider control.But the problem with that is the tell to set the selected Index to 0. where as my selected ...
0
votes
0answers
18 views

Setting the validation rule for Foreign key in yii?

I have 2 Base models BaseNews.php and BaseNewsImage.php in single form i m using the multiple images field to be uploaded with another table as i m able to validate the other fields through rules ? ...
0
votes
1answer
20 views

Using Regex string constraint instead of custom constraint in Symfony2

I've created a custom phone constraint following the steps in this recipe from the Symfony2 cookbook. The constraint class: namespace Foo\Bundle\StackBundle\Validator\Constraints; use ...
1
vote
2answers
33 views

Validate date field with months of 30 and 31, feb month with 28 & 29(leap year) in jquery

I have date fields in my application, we got date pickers out but user is also allowed to enter the date in YYYY/MM/DD format. Now, we have handled the validations related to date format and invalid ...
0
votes
1answer
31 views

Using AJAX request with CodeIgniter forms

I am having trouble in combining CodeIgniter and AJAX. I have a sign up form. What I want is that when user clicks on sign up button on my home page, he gets a sign up form in pop up. If he enter ...

1 2 3 4 5 413