Refers to a tool or software used to check the validity, syntactical correctness and/or format of a fragment of source code or document.

learn more… | top users | synonyms

0
votes
1answer
6 views

Validator.w3.org doesn't understand my HTML 4.01+RDFa

I have following code in the page head: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa-1.dtd"> <html xml:lang="<?php echo ...
3
votes
3answers
27 views

Building a syntax checker

I am building a app like a compiler with my own script language. The user will enter the code and the output will be another app. So I need tell to user if some line is wrong and why it is. But I ...
0
votes
0answers
27 views

Symfony 1.4 forms, display a post-validation error in an embeded Form with one-to-many

I have the problem the next post display a symfony post-validation error in an embeded Form With the difference that I must show the error in the next field $values['embededform1'][$x]['field'] ...
1
vote
4answers
38 views

Spring Validator for duplicate record in database

In my page jsp, i have a form where i can add a user to my database, and i use a validator to show errors when fields are empty, but what i want to do is, when i insert a duplicate entry of the ...
0
votes
3answers
40 views

Asp.NET mvc data annotations validator kit

Can anyone suggest some good mvc validators kit avaliable to public for free. I remeber I used one , in some of the projects , but I can't remeber it's name , and I'd like to ask you what you use. ...
0
votes
1answer
19 views

JSF Validator with custom method

This is fragment of my Bean public class WaiterBean extends Connector { private String PIN; private String name = null; public void setPIN(String PIN) { this.PIN = PIN; ...
1
vote
3answers
32 views

Regular Expression Validator for year in asp.net

I have a textbox which has academic year as the input. It can be of the format either 2013-14 or 2013-2014. How do I use a regular expression validator for this?
0
votes
0answers
43 views

Kendo Validator- Validate input element based on radio button checked

It is required to validate input element dpInforceTo if radio button - radiobetween is checked using Kendo validator. Below is the code snippet which does not return for dpInforceTo element. Kendo ...
2
votes
0answers
62 views

jQuery validator plugin - double meta

I am running jQuery validator plugin... and my validation looks: .validate({ errorElement: "em", errorContainer: $("#summary"), errorLabelContainer: $("ol", $("#summary")), wrapper: 'li', meta: ...
0
votes
1answer
33 views

.NET Validator (Image Trigger)

I have a web form with 1 textbox, a required field validator for it & a send button. When everything is okay the validator isn't triggered and I present a "Success" image to the user. If I try to ...
0
votes
1answer
8 views

When validate function is being called in Hibernate?

I am trying to figure out which methods are calling validate() function of Validator interface so that I do not manually call the function (if any of them). However, I wasn't able to find proper ...
1
vote
1answer
28 views

HTML Validator unescaped & which should be as amp

I keep getting this error on line 36 in my PHP product, line 36 is this: (Its an ecommerce site) <?php include '../inc/theprodukts.php'; ?> When I move the include a few lines down, it moves ...
0
votes
0answers
30 views

Multiple Forms in one page with Validating By Spring MVC

I have a page jsp which has two forms and the feilds have the same path in the input balise so when i click on the button for validating the first form, errors appear in both of them. How to resole ...
0
votes
1answer
19 views

BindingResult isn't detecting annotation based constraints and errors

The validation errors don't show up for some reason. In fact, the binding result doesn't return any errors. My bean is as follows: @NotBlank @Size(min = 5, max = 20, message = "User ID must be 5 to ...
1
vote
1answer
78 views

asp.net mvc datetime dynamic validation by clients date format

I have a Custom Attribute for DateTime validation with given dateformat and also javascript validator which are provide me both client side and server side validation. But now I should change my ...
1
vote
1answer
31 views

How to add multiple objects into a ModelAndView?

How to add multiple objects into the ModelAndView in a controller in Spring MVC 3 ? Is that possible?
0
votes
1answer
47 views

The validator is not working - Spring MVC 3

I want to add a user to my database so i create a form with a validator but this one is not working, when i leave some feilds empty and i click on button submit nothing happend i just have this error ...
1
vote
1answer
71 views

How to remove a validator from a Form Element / Form Element ValidatorChain in Zend Framework 2?

I read this question on SO: "how to disable inArray validator forms in zend framework2" and was trying to find it out, but couldn't find any way to detach/remove the InArray Validator. But InArray is ...
1
vote
4answers
74 views

Validate a Checkbox [duplicate]

I've looked at a dozen previous answers on here nothing has worked for me. I need a form where a checkbox must be checked in order to submit. I am using C# and am pretty new to it, I just found out ...
0
votes
1answer
21 views

w3c validator tells an error, idon't find it… need a break

W3C says that i have an unclosed tag, by the way it HAS TO BE XHTML Validation Output: 1 Error Line 31, Column 9: end tag for "div" omitted, but OMITTAG NO was specified ✉ You may have ...
1
vote
2answers
134 views

ASP.NET Required Field Validator not working

Hi all I need a required field validator for my textbox..This is my textbox.. <asp:TextBox ID="txtTimeSlotGroupName" runat="server" AutoPostBack="false" ...
1
vote
1answer
62 views

Struts Validation Framework is not working

I have a date field and that should need to allows the dates of pattern MM/dd/yyyy. In my Struts validation.xml file I have the following code <field property="newEffectiveDate" ...
1
vote
0answers
90 views

HTML5 meta tags & W3 Validator

I have a question related to HTLM5 meta tags and W3 Validator. As we all know, there are several meta tags which Validator seems to dislike. This one for example: <meta ...
0
votes
1answer
107 views

Vaadin 7 Validation (BeanValidator and setrequired)

Hi I have just started Vaadin 7 and have got the BeanValidator working. But, I have some issues. The code I am using is the following: BeanItem<RegisterBean> item = new ...
0
votes
1answer
20 views

How to display messagebox for Custom Validator error message?

In my user control i am having the code as: <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <ContentTemplate> <asp:CustomValidator ID="cvOrgTypeGrid" runat="server" ...
0
votes
1answer
159 views

HTML5 validator Errors:Element li is missing one or more of the following attributes: aria-checked, aria-expanded, aria-valuemax, aria-valuem

HTML 5 code that used pass without errors few days ago are now showing errors when I run it through W3C validator. Errors look something like this: Element li is missing one or more of the following ...
0
votes
1answer
40 views

Form element validation based on other form element

I'm rendering a form to add a class (course) to a database. The class has a certain starttime and endttime. Both are time of day fields. I created a fieldset for the class: <?php namespace ...
1
vote
2answers
237 views

How to Use a Compare Validator with DateTime.Today against TextBox.Text?

Goal: I have an 'EndDate' TextBox that updates upon the user changing it. I want to be able to check/validate the date in EndDateTextBox.Text and make sure it is less than today's date (in format ex: ...
0
votes
2answers
16 views

W3C Validator Errors See Below

Like lots of other questioners I am having two issues with W3C Validator. Here is the code that I have in a Wordpress CMS page [twocol_one]"Out of love with your kitchen. Is it time for some KGC . . ...
0
votes
1answer
155 views

MVC4 and ViewModel - Validation Message not displayed

I'm developing a web application using MVC 4 and Entity Framework. I'm using a ViewModel which represents a Product to create/edit/delete. I have created a validation class which check the entries and ...
1
vote
0answers
54 views

Converter and validators messages in dutch

I have a question about converters. On one of my fields I added an converter to change the field value into an date. Whenever a user enters the incorrect date/time format an error is shown " This ...
0
votes
0answers
58 views

Iframe Google Maps problems

Im trying to make my site better with adding a google map, but the problem is, i want it to work at my phone aswell so there is a validator for phones which means i need about atleast 60% to make it ...
2
votes
1answer
120 views

ARIA validation error: Bad value slider for attribute role

I am trying to validate against W3C validator a page that contains: <button role="slider"></button> And the validator tells me: Bad value slider for attribute role on element button ...
0
votes
0answers
36 views

Validator Mobile - HTML5 + CSS - Google maps

Im trying to make my site better, but i got a problem. and the problem is that when i want to check my site at the phone (google maps) , it doesnt work for everyones phone which is very annoying, so i ...
0
votes
0answers
20 views

ANT Validation for HTML blacklist tag

I'm trying to build ANT script that could validate the web project. There is a requirement where I need to check for blacklisted tags in HTML. for e.g if I have button listed in my config file as ...
0
votes
2answers
88 views

CSS Layout and <body> tag not working together and passing validation

Sorry for the really dumb title but I dont know how else to phrase it. Well I have my index.php which provides a nice frame layout for my HTMl using CSS and divs. Each page i.e the header, navigation ...
2
votes
2answers
189 views

ZF2 ServiceLocatorAwareInterface getServiceLocator gives me the Zend\Validator\ValidatorPluginManager

For my ZF2 form validation I need the entity manager in my custom validator. I Zend\ServiceManager\ServiceLocatorAwareInterface to get the service locator in my validator so I would be able to get the ...
0
votes
1answer
72 views

Set tag attribute based on variable value with kendo binding

I create a variable list of input elements which are bound to a kendo MVVM. I have a kendo validation running over all my input elements (this is standard functionality), checking if the input is ...
0
votes
0answers
211 views

Uncaught TypeError: Cannot read property 'validator' of undefined

I'm using JQuery Tools validator, but I'm not able to raise the validators. I'm developing a custom input type and attributes. If anybody could help me, I'm blocked! Thanks in advance. This is the ...
1
vote
1answer
49 views

Leaving password blank in edit-mode zend

is it possible to set the following options: When you have to add a user, you need to set a password, but when you go and edit a user, then it's not necessary to set a password. But when you leave ...
0
votes
3answers
94 views

Inputfilter for phonenumber Zend (regex)

i'm having a problem with my inputfilter in ZF2. I want a inputfilter that only allows digits and indents (-). How can i make that? I've allready the following code: $inputFilter -> ...
0
votes
0answers
44 views

All buttons on the page are getting disabled after compare validation

I have written a compare validator to check if the start date is greater than the end date, and I am displaying a message for the same and its working fine. the issue is that, all buttons on the page ...
0
votes
1answer
22 views

HTML5 Validator error

I am trying to valid an HTML5 page against through the W3C validator and I'm getting an error that I can't find information on. Does anyone have any experience of this error and how to overcome it? ...
0
votes
1answer
77 views

javascript validation not activating possibly due to php mailer on HTML form

I have a problem with my Javascript validation not activating. I also have a PHP mailer on this HTML form and as soon as submit is pressed it submits the form and no validation is done. Here is the ...
1
vote
1answer
85 views

Managing Asp.Net Validators using Jquery

How can we access the Asp.NET Validators like Required Field,Regular Expression,etc.. using JQuery?How can we control their display and customize them using Jquery?
1
vote
1answer
113 views

Validating a XML against a XSD schema and catching validator expection with groovy

def validateXml(xml){ String xsd = "src/main/ressources/fulltext-documents-v1.2.3.xsd" def factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI) def schema = ...
0
votes
0answers
36 views

How to add custom validation inside of controller

I'm trying to validate a value from a request. That value is not in my DB. In the code below, it's called $value. How can I add the validation to $this->errors object with message and parameter ...
0
votes
3answers
76 views

Pass custom parameters to custom ValidationConstraint in Symfony2

I'm creating a form in Symfony2. The form only contains one book field which allows the user to choose between a list of Books entities. I need to check whether the selected Book belongs to an ...
0
votes
1answer
135 views

Hibernate Validator ValidationMessages.properties can support UTF-8?

Is the Hibernate Validator 4.2 is support UTF-8 ? I configure the Hibernate Validation with Spring 3.0 and it work well with the English. But when change the locale to Korean, it displays weirdly: ...
1
vote
1answer
39 views

Regular Expression for Name in jQuery Validator

What will be the regular expression here for "Name" that contains a-z, 0-9, -, _ ? $.validator.addMethod("validName", function(value, element) { return /.....*/.test(value); }, ...

1 2 3 4 5 13