Validation is used to check data to make sure it fits whatever required specifications are set for it.
0
votes
1answer
27 views
How can I verify my form while redirecting to a separate page?
So I'm creating a form that uses the values entered to create a PDF. Now, the php that I'm using to do this is already completed from another person. Currently everything works great, except once you ...
0
votes
1answer
30 views
disable default validation in Asp.Net WebAPI
I want to completely disable model validation for WebAPI controllers. I tried a few ways to do it for MVC, but seems WebAPI doesn't get that methods.
In my case:
custom formatter creates and ...
0
votes
1answer
23 views
Grails Hibernate Session or Spring Transaction destroying Domain validation errors
So my problem is that my validation errors are being deleted from my domain object before I can render them on the page. I thought I had fixed this error in the past, but it has crept up on me again.
...
0
votes
3answers
26 views
how to use ng switch to better validate
http://jsfiddle.net/x3azn/AbmsG/1/
I only want to show error Msgs one at a time, I am thinking of doing it with ng switch which is more code efficient than ng:show, however the algorithm I have right ...
-1
votes
1answer
11 views
ZendFramework: Where's the best place to put Validation and Filter Rules
I want to validate and filter values before saving, like, converting to uppercase, remove spaces, remove accents, verify if valid email address, etc.
The ideas:
Use Zend_Form: I don't like this ...
-1
votes
1answer
25 views
Android validation is not a number from EditText
mail_xml is this:
EditText android:inputType="numberDecimal|numberSigned`
onTextChanged implemented on this and other edittexts and calls relative methods.
//and one method example:
if ...
1
vote
1answer
20 views
errorplacement jquery not showing custom messages
I am using
$("#myForm").validate({
errorLabelContainer: "#messageBox",
rules: {
name: "required",
checkedUserId: {
required: true
...
0
votes
1answer
7 views
Struts 1 Textbox to integer validation
In struts 1 if you try to bind a html:text field directly to an integer in the ActionForm then there isn't a chance to validate it correctly when the user enters a non-numberic value.
If the user ...
0
votes
1answer
21 views
JSF validator method results in duplicate FacesMessage shown in p:messages
I have two PrimeFaces p:calendar components, one representing a begin and the other representing an end date.
I want to run a validator method now whenever one of them changes.
Here's the end date ...
-3
votes
1answer
22 views
Validate ID using JSON
I have a JSON file like this:
[
{
"id":"4028c2fe3ec554da013ec557dcb50000",
"logInformation":{
"createDate":1369110469000
},
"idbarang":"01",
"nama":"COBA",
...
1
vote
1answer
25 views
Data annotations extensions validators: Is .c0m a valid TLD
I downloaded Data Annotations Extensions for .NET from Data annotations extensions for use to validate user input in an C#/ASP.NET MVC application. The library came with high commendations from the ...
0
votes
0answers
46 views
How to validate Variables before setting it up in Session or request (JAVA)
How to validate Variables before setting it up in Session or request (JAVA)?
I have used IBM appscan Source on my web application.
I am facing issue at validation.required defects.
It's giving me ...
1
vote
2answers
38 views
ASP.NET MVC4 Validation
I have a View model
public class TrainingProgramScheduledDateVM
{
public bool IsTuesday { get; set; }
[DataType(DataType.Time)]
public string TueStartTime { get; set; }
...
0
votes
2answers
20 views
grails: custom validation of just one field/property
I have a "Thing" domain class, where each Thing has an record number (which is not the automatically generated id), that the user will use to access a Thing:
class Thing {
...
String recordNumber
...
0
votes
2answers
27 views
Required Field conditional on button pressed
I may be having a blonde moment here.
I have a data entry form with the usual "Save" and "Cancel" buttons. In addition to these two I have another button "Approve". If the user clicks the "Approve" ...
0
votes
4answers
68 views
Sequential validation on password text Field
How can I validate password for sequential value?
Eg -
if user enters 1326 or "axdf" in password then it is valid.
if use enter 1234 or "abcd" the it is invalid.
0
votes
0answers
11 views
How to validate Dropdownlist (option) validation in asp.net
i m trying to use kendoValidator with kendoDropDownList.
have a look below example.
how can i validate dropdownlist on "select" option ?
i have gone through below link also
...
0
votes
1answer
22 views
XSL validation while transformation
I'm using the folowing piece of code to do XSL transformation :
Source source = new StreamSource(new StringReader(request.toString()));
Source xsl = new StreamSource(XSLPath);
StringWriter ...
1
vote
1answer
27 views
Bootstrap: Validation states with form-inline fields?
Is there any way to use Bootstrap's form field validation states/classes (warning, error, info, success) on form-inline fields (without using control-group)?
I'm using Bootstrap, and I have a large ...
0
votes
0answers
13 views
Apex Trigger Exception
"Error: Invalid Data.
Review all error messages below to correct your data.
Apex trigger ItemizationAfterTrigger caused an unexpected exception, contact your administrator: ItemizationAfterTrigger: ...
0
votes
1answer
15 views
ios validate via sms like in android
I would like to know how can we validate a customers mobile number in iOS like we do in andorid using the onReceive method of BroadcastReceiver?
Situation would be that the app will request the ...
0
votes
1answer
23 views
Debugging a Javascript RegExp Regular Expression: Validation Hangs on Amazon URL
In using Javascript to validate a URL, I used the following code from an SO answer:
function validateURL(textval) {
var urlregex = new RegExp(
...
1
vote
5answers
38 views
Preg_match and substr together
I have a string that I need to test to see if the characters after the [0] character (the very first) are numbers or not.
So example :
C is [0]
I then need to check if the remaining characters are ...
0
votes
0answers
13 views
focus form element on mouseup or click
I'm trying to focus a form element on mouseup or click after a form validation function has been called on mousedown. I can't figure out how to focus the invalid form element on one click of the ...
0
votes
0answers
15 views
Replace keys of a resource bundle in MessageFactory class under JSF
JSF uses MessageFactory.getMessage(String messageId,...) to look up a value based on a resource bundle. The parameter messageId represents the key to be looked up, and all the keys are pre-defined by ...
-5
votes
1answer
47 views
Why is .2 not a valid number for jquery.validate.js?
This is using jQuery's Validate.
I have a textbox that if you enter a 0.2 validates, but on .2 it fails validation saying it has to be a number.
It fails on the @Html.ValidationSummary at the bottom ...
1
vote
1answer
18 views
Data consolidation from different cells depending on variable in Excel
I'm sure there is a simple answer, but I have literally looked for hours, to no avail. Here's the scenario...
If I have 20 marbles:
Column A is 20 rows long, each cell containing the value 1.
Column ...
0
votes
0answers
12 views
1
vote
1answer
32 views
ASP.NET MVC 4 Zip Code Validation
I am using ASP.NET MVC 4 and I am looking for a attribute for Zip Code Validation
[Required(ErrorMessage = "Zip Code is Required")]
[ZipCode]
public string ZipCode { get; set; }
I know this doesn't ...
1
vote
1answer
19 views
asp.net MVC 4 SSN Validation
I am using ASP.NET MVC 4 and I am looking for an attribute for SSN Validation.
[Required(ErrorMessage = "Social Security is Required")]
[SSN]
public string SSN { get; set; }
I know this doesn't ...
0
votes
0answers
11 views
Eclipse - Ignore Error by Type
Is it possible to have Eclipse ignore an error by type, rather than by resource?
I have a few issues in POMs and Spring configuration that are flagged as errors. I don't want to disable XML ...
0
votes
2answers
34 views
Is there any logic to validate whether a group of letters could be considered a phonetic word? [duplicate]
Basically, if I'm given a random jumble of letters, I need to check to see if this could phonetically be considered a word.
I'm not looking to validate against a dictionary list, since I don't really ...
0
votes
3answers
31 views
Phone number validation problems
I have written some javascript to validate a phone number field if something is entered (it is an optional field) but it doesn't seem to be working, if i enter wrong values it still submits. Here is ...
0
votes
0answers
14 views
Validate video file client side htm l5?
Does anyone know if it is in any way possible to validate videos through javascript client side before they're uploaded to a server? Just checking the file extension isn't enough, it has to make sure ...
0
votes
1answer
19 views
Specific number validation?
Is it possible to validate a field to a specific set of numbers using javascript? Say for example in a postcode field you can only enter four numbers to be be accepted e.g. 2747,2750, 2753, 2760, ...
0
votes
0answers
13 views
Validating part of the forum only if the correct radio button is selected
Let me give you guys a little background on what I am doing before I continue with what I need help with. My forum I am designing is an application that users fill out when replacing a curb, sidewalk, ...
3
votes
3answers
106 views
Need a good architecture for rules of validations
I hope you guys can give me some good suggestions. I am thinking how to make a good architecture for C# development. I am trying my best to explain scenarios because im not good at english:
1) Two ...
0
votes
0answers
31 views
Validate a data template column combobox in wpf c# visual studios
So like the title says really I just want a way to validate a combobox, so if it's empty it throws an error, or if there is a value in it that is not recognized (my combobox has property Editable set ...
0
votes
0answers
8 views
photo upload validation - facial recognition
Does anybody know of a script that can validate an image upon uploading? I require it to detect a face within the picture?
I am guessing this would have to be a java based script?
Cheers,
Dan
0
votes
2answers
30 views
Rails best practice when embedding a signup form on every page
I have a User model with some validations behind it.
What I'd like to do is have a signup form on every page of the app, even the mostly static ones.
I figured the best way to do this would be ...
1
vote
2answers
35 views
Client side validation of from which is using partial views
I just completed the visualization logic for my form and now I want to get use of the client side validation that asp.net mvc 3 provides. However even though I'm following some examples I can't make ...
-1
votes
1answer
32 views
Special character validation
I have some javascript written to validate that a string is alphanumeric but i was just wondering how i could add some code to include hyphens(-) and slash's(/) as acceptable inputs. Here is my ...
0
votes
3answers
40 views
JQuery Validator - Success function not being called on valid submission
I am using JQuery validator from: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
I have written the JQuery that I need which validates correctly however the last part of my submit ...
1
vote
1answer
19 views
TinyMCE: validate elements on each keystroke
I'm using TinyMCE as a base for a WYSIWYG editor, and I'd like to only allow a subset of HTML elements to be entered in it, whatever the mean.
There are three different means of entering HTML ...
0
votes
1answer
10 views
How to customize the error message on programmatically created LongRangeValidator?
I created a long range validator but I am not able to find a way to customize the corresponding message text. I am using JSF 2.x and ApacheMyFaces. Thanks in advance.
if ...
-1
votes
3answers
49 views
php regex or string check to make sure a variable contains specific characters
I need to make sure a variable that holds product id contains only specific characters.
For integer-only variables I'm using is_numeric to check.
But for a product id, the variable can contain only ...
0
votes
1answer
31 views
Custom validation using IF() and Len()
I made a custom phone format ###-###-#### so that a phone # can be entered only as 5555555555 => 555-555-5555 or as 555-555-55555.
I need a non-vba solution i.e one I can enter in the Data Validation ...
0
votes
1answer
26 views
How to change DOM as 'if/else' statements are true individually, and also set variable to true if all if statements are true?
Wasn't sure how to phrase this question as per usual.
I've been working on this password validation for a while (few previous questions on it) and I'm getting closer.
I have an html list showing ...
1
vote
1answer
15 views
Data Annotations Extensions EqualTo and Compare not working
I am using MVC3 and razaor view engine
I am trying to make sure that password and confirm password should match but this is not working for me. It just keeps on telling me "password" and "confirm ...
0
votes
1answer
23 views
jquery validation does not work with SelectBoxIt component
I have installed SelectBoxIt in order to change my select box look&feel, but I have found the problem is that jquery validation does not work, for example if this field is required.
It is no ...
