Validation

Home » Validation

Validators, Vectors and Strings – Oh My!

….Or, “When is a blank value not a blank value!” This week I hit a problem with XPages validation. I had a custom Java validator that was doing some complex validation across multiple components. The validator was affixed to a Dojo List Text Box. It had a requiredValidator as well, to ensure the value wasn’t […]

Validators, Vectors and Strings – Oh My! Read More »

Show Submit Button Only When All Mandatory Fields Completed

Today I had this query about refreshing multiple areas of the page on a blog post about partial execution: I have several input text fields with onChange events that do a partial updates on panels (a panel for each field) that contain the images that display whether the required field is completed. But I also

Show Submit Button Only When All Mandatory Fields Completed Read More »

Test Your Regular Expressions In Domino Designer

Fredrik Norling blogged yesterday about using Regular Expressions to validate in XPages (but also traditional Domino web development). There is one option for validating using regular expressions that Fredrik didn’t mention, and it’s well worth covering. Because although you can find a lot of regular expressions on the web, writing your own or modifying regular

Test Your Regular Expressions In Domino Designer Read More »

Scroll to Top