Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Aug 31, 2022

Struts 2 Validations

Hello Ninjas, In this blog series we’ll look deeper into the Struts validation framework. At the Struts core, we have the validation framework that assists the application to run the rules to perform validation before the action method is executed. Let’s get started with Validation.
Struts2 Custom Validation MEDIUM
This article will discuss Custom validation and its implementation in Struts2 with an example.
Requiredstring Validator EASY
In this article, we will see what is required string validator and how it works in the backend to ensure its job.
Email Validator MEDIUM
In this article, we will see what an Email validator is and how it is used to determine its legitimacy.
Date Validator MEDIUM
This article explains a date validator and how we can create one ourselves using jsp.
Int Validator EASY
In this article we will learn about how an integer can be validated in struts2.
Double Validator MEDIUM
We'll learn the fundamentals of Double Validator in this blog.
Url Validator EASY
In this blog, we'll learn the fundamentals of URL validators.
Regex validator MEDIUM
We'll learn the fundamentals of regex validators in this blog.
By Ajax Validation (Built-in Validators with Ajax) MEDIUM
This blog will discuss Ajax Validation (Built-in Validators with Ajax).