Top "Struts-validation" questions

Use this tag for questions related to validation of data for struts.

<html:errors> struts tutorial or example

I'm trying to make a login page in Struts. The idea is to validate if the user exists, etc, and …

java jsp struts struts-validation
Basic flow of Struts

Well I want to study Struts so I am going to begin with Struts 1, I would like to know the …

struts struts-validation struts-config
Difference between Struts 1 and Struts 2?

I had been using struts 2, but for few reasons i am shifting (back) to Struts 1 . I would like to know …

struts2 struts-1 struts-validation
Struts 2 Download - How to configure the file name dynamically?

I am developing one application , where people will download the required file from a location mentioned in the DB to …

java jquery struts2 struts-config struts-validation
Why is struts validation not working for me?

I'm trying to use Struts validation to check various fields entered by users. If anyone is able to help me …

validation struts2 struts-validation
struts 2 field error values not displaying

i have override validate method and added errors using addFieldError("test", "test print"); and in jsp used <s:fielderror /&…

struts2 struts-validation