Validation is used to check data to make sure it fits whatever required specifications are set for it.
1
vote
1answer
41 views
WPF highlighting tab headers where validation fails
I currently have a tab control containing multiple tab items, where each tab item contains different custom user control. I would like the tab headers to turn red when the associated tab contains a ...
0
votes
1answer
18 views
Validate several properties with conditions used FluentValidation
I have class with DateTime? properties. In general they are pair (request/receive) of dates. I used FluentValidation in my project. Can I write validator which will receive two DateTime? params?
...
0
votes
1answer
30 views
yii CUniqueValidator specify compare attribute
I have a signup form that allows users to input either their email or phone number in a form field email_or_phone. I wrote a validation function which i used in the rules() function to ensure that the ...
2
votes
3answers
65 views
PHP Code Error. Can't find my logic mistake
Ok. So this is my code below. I'm trying to follow a tutorial on webtuts about validating email. But my sample is not working out. It is supposed to alert the user that it has entered an invalid ...
0
votes
1answer
34 views
Rails - How can I sum all the fields and use the sum as a validation before entering values in database?
I have a form containing multiple fields that have integer inputs. I have basic validation on the fields like presence, inclusion, and numericality. The part that I am stuck at however is checking ...
-1
votes
0answers
26 views
I'm trying to achieve couple of things
I have an asp textbox which should validates against the database for a value, if the value is correct, then when the text box loses focus, I want a javascript to pop up and say, if the loan was valid ...
0
votes
1answer
48 views
Trying to count SharePoint List Values with JavaScript
Hello stack overflow community...
Thanks for all of the help that you have provided so far even though I have never posted on this site. I am a beginner... so that means most of the stuff that I ...
0
votes
0answers
6 views
WebRequest Throws Null Exception When Untrusted Cert Process terminates unsuccessfully
I am attempting to use a .Net WebRequest to web services that are secured with a homemade cert. I have bypassed the verification process for the cert by assigning the validation event response
...
-1
votes
3answers
33 views
validating results from mysql database [closed]
I am trying to validate my results I get from an SQL query and to check if zero results are returned i am trying to echo an appropriate message. However i am struggling to do this any ideas i was ...
0
votes
0answers
10 views
How to create a webpy 0.3 form field to get date of birth?
I need to create a registration form in webpy framework. As the form feature of web module have a definite format, I couldn't create the date of birth field.
How to make a webpy form with a field to ...
-3
votes
3answers
38 views
PHP confirm password along with regexp validation? [closed]
How to confirm password along with javascript regexp validation while submitting entire form.I have wrote individual javascript function to check regexp for both pass word and confirm password. than i ...
-4
votes
1answer
29 views
Form not submitting (using php mail) after jquery validation [closed]
Sir please have a look at the source of http://test.anhotelsandresorts.com/. I am new to jquery and Java. I just want to make a validation and form submission . My validation is working only if I ...
0
votes
2answers
38 views
Rails: Conditional Validation & Views
What I'm thinking right now is...
I have a library full of books (entries). Each book has many checkouts (embedded document).
What I think I want to do is, upon checkout, make a new "checkout" as an ...
0
votes
1answer
41 views
Override partial class field in ASP MVC model
In my ASP MVC project, whenever I add a new table to my project two models are created. One under the Text Templating Transformation Toolkit (file w/.tt extension), and another outside this in the ...
0
votes
1answer
23 views
MVC3 JQuery validation not working in non-English locales
In my application, we have a page where we are able to edit a user's details. Some of this information is validated to ensure that some fields are required while others are not. When an invalid entry ...
0
votes
1answer
18 views
Spring portlet Application. Form binding error messages not printed once form reloads
I have a nasty validation problem with this annotated Spring controller (relevant parts below):
@RequestMapping(value="view")
@SessionAttributes(types = UserChoice.class)
...
0
votes
3answers
22 views
cakePHP show a validation error beside a label element in a view
Hello I have the following model :
class Mymodel extends AppModel {
public $validate = array(
'username' => array(
'required' => array(
'rule' => ...
0
votes
1answer
56 views
One @ in email address [duplicate]
I want there to only be one at sign allowed in the email address and also to only contain ( a-z,A-Z, underscores (_), dot(.) and dash (-)). This is what i have so far.
Thanks
var email = ...
4
votes
0answers
64 views
Best Practice for Argument Checking [migrated]
Say I have a web service with a method MyWebServiceMethod(string passedValue).
The web service calls a method MyServiceMethod(string passedValue) where the value from the web service is passed along.
...
1
vote
2answers
16 views
How to code the value of input[type=“submit”] that validates
Two questions
What is the best way to encode the rarer characters for form element values?
Is the semi-colon in the example below causing the validation error or is it something else?
HTML
...
1
vote
2answers
16 views
What online software/websites are there that can review/analyse my website?
Can anyone advise where I can have my website reviewed?
Is there an online forum for website critique?
What online software is there that can analyse my code?
0
votes
0answers
6 views
Filesize and FileType validation in file upload
I am creating a Fileupload application using struts2.0 . i can know filetype and filesize using java programme.but i want to validate filetype and filesize in java program.file extansion should be ...
0
votes
3answers
43 views
Get value from iput HTML / JS
I have the following html code:
<form name="Register" action="Register.aspx" method="post" runat="server" style="margin-top: 15px;" onsubmit="return validateProfile(FormName='Register');" >
...
0
votes
4answers
48 views
validating a string with RegEx
I am trying to validate a RegEx string in Java but i cant get it to work properly. I am attempting to make sure the the following string "AB10XY" is always contained with the textField when performing ...
0
votes
4answers
37 views
how to check positive integer in a string and remove the space in between
i used the below method to validate whether a string contains all interger numbers, and return it using "parsePhone" method. But such program is unable to check whether there is a whitespace in ...
0
votes
0answers
14 views
@SkipValidation only for one parameter
I have define the following validators:
@Validations(
customValidators = {
@CustomValidator(fieldName="campaignId", type="long", key="campaign.required", ...
0
votes
2answers
49 views
Form validation with model but no table in cakePHP
I have a form that requires that all fields are filled in.
Upon submit, it should validate, before doing anything else. However, it submits even if there are some fields that were not filled in.
...
0
votes
1answer
41 views
Customize the validation error messages of validation.js in magento
In my magento application the checkout page , will displays error message using validation.js file.
when i click to continue in the new billing address without entereing some value it displays error ...
-1
votes
2answers
52 views
phone number validation with space [duplicate]
I'm very new to jQuery, I just want a regular expression for validating phone numbers in jQuery for one of my text fields.
I want to show phone numbers with a max length of 12 and allow spaces; my ...
-1
votes
0answers
18 views
W3C Validator says: “this is not a sgml document” [closed]
I'm trying to validate my webpage using dreamweaver cs6, however it can't be validated because it gives me the following error:" This is not a SGML document" , "cannot continue because of previous ...
0
votes
1answer
29 views
Rails: Unable to route to edit page when a new nested item fails validation
I have a nested item whose creation form lies in the show view of its parent. In this case it is a single achievement (achievement_item) on an achievements list (achievement).
Everything seems to ...
0
votes
1answer
31 views
Is this a bug in Rails validations or am I doing something wrong?
This involves validations on a join table, validating the activerecord on either side of the join against each other. It seems to not behave as expected, allowing a violation of the validation.
I ...
0
votes
0answers
27 views
On editing form shows error but on submit it validates, with error
I'm creating a webapp so a user can add a schedule for a employee for example. This project is made in MVC 4 but for this particular part I need jquery and jquery validation.
When entering data into ...
0
votes
1answer
23 views
Validating inherited attribute using DataAnnotations
I have MVC project that relies on webservices to provide data and those webservices are based on CMIS specification with custom functionality. I have several classes used as DataContracts, which were ...
0
votes
1answer
31 views
Unique attributes with xpath not working
I would like to validate a xml document with an xsd schema file. The xml document contains information about windows services, I would like to set the Name attribute from Service to a unique value.
...
0
votes
2answers
54 views
jQuery Date Validation (YYYY-MM-DD)
I need to validate a date using this script in the format of YYYY-MM-DD, but I can't seem to get it working perfectly. With the regular expression I'm using, it allows for users to enter 10 numbers ...
0
votes
1answer
56 views
Skip validation with controlbox[X] of winform? [duplicate]
I have a validating event
private void EmployeeIDtextBox_Validating(object sender, CancelEventArgs e)
{
if (EmployeeIDtextBox.Text == "")
{
MessageBox.Show("Please Enter EmployeeID.", ...
0
votes
1answer
33 views
PHP - Single checkbox validation - validates but even when checked, won't submit. [closed]
Im writing code for form validation in PHP, but i've got a problem with checkbox validation.
When going through the form, if you don't check the checkbox, it will give the correct error message.
...
0
votes
2answers
51 views
MVC serverside validation of single posted object
I'm currently using a single action to handle 2 views which use a separate ViewModel like so:
[HttpPost]
public ActionResult(PrivateCustomer p, CorporateCustomer c)
{
if(Modelstate.IsValid) { ... }
...
0
votes
0answers
39 views
Jquery validation, calendar with textfields to be validated
I'm creating a webapp so people can add the workingschedule for several weeks. I created a weekcalendar with a table and every cell contains a textbox.
HTML example
<form id="extension" ...
0
votes
2answers
20 views
validate numbers by limitation in lenght and true decimal format
I want validate numbers by regular expression
my valid numbers is :
123456789012345.123
or
123.9
or
0.686
before decimal point must be 1 to maximum 15 numbers and after it must be maximum to 3 ...
0
votes
3answers
45 views
Error with form validation (javascript)
I have the following HTML code:
<form name="Register" action="Register.aspx" method="post" runat="server" style="margin-top: 15px;" onsubmit="return validateProfile(FormName='Register');" >
...
0
votes
3answers
37 views
Validate input field, display error on submit and stop dialog open if error
I have a problem trying to validate my input field and alert the error, if number is below 50, i would like to know how to display an error popup (alert, or what ever), but to stop opening dialog ...
1
vote
2answers
56 views
PHP: File Validation randomly works
I have a file-type validation that checks for image extensions.
However, when I try to upload files such as .exe or .mp3 and almost anything other than the allowed extension :
$allowed_ext = ...
0
votes
0answers
23 views
Rails:Can we perform data validation on the controller side for a UI wizard?
I have a rails application where I pre-process some data fetched from a service call. I retain this data in the session.
Further, I maintain other pieces of data in the session variables as to which ...
0
votes
0answers
22 views
How to validate an exe file in javasript, if the file is renamed to jpg?
I'm able to disallow the users of my program from uploading files with extensions .exe.
But if they rename the file to jpg (e.g. myfile.exe to myfile.jpg), I'm not able to validate as I was using the ...
0
votes
2answers
46 views
validate whether continuous weekdays checkbox are checked
I have checkboxes like below which shows all the days of a week.
The value of checkboxes are 1, 2, 3, 4, 5, 6, 7 respectively.
I need to have a validation logic in javascript which validates ...
0
votes
1answer
93 views
Validation plugin with jQuery UI Dialog only firing validation once
I have an ASP.NET Web Form with fields bound to a data model using KnockoutJS. I am using the Knockout validation plugin to validate.
The user has the ability to add multiple phone numbers to their ...
0
votes
1answer
33 views
How I use validation with out form element
how can I do an angular validation for a specific input, div or area, without giving a form name.
<form name = 'form'>
<input name = 'userId'>
<tt ...
0
votes
1answer
43 views
Ruby: create a parent only if at least 1 child exists
I have a parent - child relationship between Repairs & RepairItems.
A repair must have a least 1 RepairItem to be saved. I've made a nested (simple) form to create a Repair and display 3 blank ...




