Validation is used to check data to make sure it fits whatever required specifications are set for it.
0
votes
0answers
2 views
No validation working on the form inside the jQuery UI dialog
No validation plugin is working on the form contained inside a jquery Ui dialog box. Using Bassistance jQuery validation plugin, works great out of the ui modal box, no luck working it on the form ...
0
votes
1answer
15 views
Why does Codeigniter automatically convert special entities in the form validation class if validation fails?
I didn't realize this until now, but when using the CodeIgniter form validation class, if validation fails ($this->form_validation->run() === FALSE), all special characters in the post variables get ...
0
votes
0answers
15 views
@Validate unique username in spring
Let assume that I have form where i might submit username(@NaturalId) and password for new user.
I would like to add user with unique username. How @Valid this via addnotations, and if username is ...
1
vote
1answer
9 views
Extract relevant address from string?
I am developing an address matching application using Google geocoding API.
The problem is that some of the addresses in the database I am trying to validate are something like:
ATTN: Mr. THOMAS WONG ...
0
votes
1answer
7 views
Can i combine the validation-error of two Combo box using jquery?
i am trying to validate 3 combobox which are for date,month,year.
I am using jquery.js and jquery.validate.js . It is showing errors for each combobox if it is not selected, but i want only one ...
0
votes
0answers
4 views
How to customize the form validation in jquery on perticular criteria using jquery validation pluigin?
I am workinng on a development of online web application in PHP. The system is regarding seats and ticket booking system for a travel company. I have a booking form whose layout is as follows.
...
45
votes
13answers
53k views
What is the best Java email address validation method?
What are the good email address validation libraries for Java? Are there any alternatives to commons validator?
0
votes
1answer
21 views
Spring. Error 400 during validation
Here is an issue I have been stuck into. Actually, I implemented all required features in order to get couple of my field validated, however I still get that 400 error. I even compared what I have ...
6
votes
4answers
3k views
The perfect way to validate and test Rails 3 associations (using RSpec/Remarkable)?
I'm still pretty new to testing in Rails 3, and I use RSpec and Remarkable. I read through a lot of posts and some books already, but I'm still kind of stuck in uncertainty when to use the ...
0
votes
0answers
8 views
Testing htmlencode issue in asp.net application
In our application developed in html5 and javascript whenever a user submits(with text contain < and > and @) the form (containing a comments text field )we get the following error:
{"Message":"A ...
0
votes
0answers
8 views
Apache POI XSSFTable validations not carrying to new row
Validations I've put on an Excel workbook using Apache POI 3.9 don't show up on a new row added to the bottom of the table. They do show up when I build them within Excel. This is a critical feature ...
0
votes
0answers
12 views
How can block textchanged (stop postback), if validation is failed
I have a textbox, which has RegularExpressionValidation connected with it, and also has ontextchanged function autopostback is true.
Now the case is if RegularExpressionValidation failed, it will ...
66
votes
8answers
34k views
jQuery Validate - require at least one field in a group to be filled
I'm using the excellent jQuery Validate Plugin to validate some forms. On one form, I need to ensure that the user fills in at least one of a group of fields. I think I've got a pretty good solution, ...
0
votes
2answers
25 views
Form validation not working (no console errors) and passing parameters through multiple functions
I have a form to validate (snippet below)
<form action="" class="form-horizontal contact-form">
<h2>Contact details</h2>
<h3>Please ensure that these are accurate so that we ...
0
votes
1answer
16 views
MVC 4 Client Side Validation or Simple Validation
I have to put type="button" instead of Submit My Validation does not works..Any sample/Link/Example..
Also how can we achieve ClientSideValidation in mvc..
Is it mandatory to use Jquery/Javascript????
...