struts-validation Questions
3
Solved
I'm trying to make a login page in Struts. The idea is to validate if the user exists, etc, and then if there is an error, return to the login page with the errors in red (the typical login or any ...
Duvalier asked 2/6, 2009 at 1:34
3
Well I want to study Struts so I am going to begin with Struts 1,
I would like to know the general flow. What files are required?
Whats the function of struts-config.xml? validation.xml? validatio...
Arris asked 27/4, 2011 at 18:10
4
Solved
I had been using struts 2, but for few reasons i am shifting (back) to Struts 1 . I would like to know major diffrences between them like about programatic availabilities and general flows.
Tristan asked 4/11, 2011 at 9:26
2
Solved
In Struts 2 we can develop @CustomValidator which can be used in application wide
@CustomValidator(type = "CustomerNumberValidator", fieldName = "customerNo")
For validat...
Tessy asked 20/1, 2015 at 6:12
4
Solved
I'm trying to use Struts validation to check various fields entered by users. If anyone is able to help me see what I lack, I would be extremely grateful. Here's what I have:
I put validation.xml ...
Dolhenty asked 19/2, 2010 at 19:26
2
Solved
I am developing one application , where people will download the required file from a location mentioned in the DB to their Local. I am using struts 2 for downloading the file from the server . I c...
Edirne asked 1/8, 2012 at 4:49
1
© 2022 - 2024 — McMap. All rights reserved.