Can explain about the validations and in your project
where did u used the validations?
Answers were Sorted based on User's Feedback
Answer / srikanth
we have client and server side validations
on client side we can use javascript
on server side when we use struts then we have validation
framework as well as basic validations using vaildate method
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / srinivas
validating the username,password,email,date format and credit card ...etc using struts validation.xml
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jo
validations are nothing but we are validating the form
values, either it would be unames or passwords..
we can do validations in struts in 2 ways,
1. by overriding validate() in formbean class (or)
2. by using validator framework..
and we can do validations using both ways at a time..
that time we hav to call super.validate() in the validate()
of our formbean class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / royal
hi i want some more explaination answer......Plz send ans
who r real time experts..,.,.,
| Is This Answer Correct ? | 0 Yes | 0 No |
What is struts xml?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is Struts Flow?
How can you create your custom interceptor in struts 2?
What is Custom Type Converter in Struts2?
What is action class? What are the types of action class?
What is role of actionservlet?
Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash
How is token generated?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Name some of the features of struts2?
What is the use of jsonvalidation?