How to carryout the validations in struts if the validator
frame work cant handle the validation
Answer Posted / sitaram
There are two types of validations in Struts.
1.by using validator method in form bean.
2.by using validator.XML file in the struts. that
vlalidators are declared in validator.XML.
The validator frame work handle the validation. he
validation are declaring in validator.xml.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is use of i18n interceptor?
What is the difference between session scope and request scope when saving formbean ?
Explain about the future of struts?
What are the custom tags?
What is the front controller in struts2?
How many struts config file can be created in struts?
What is strut web xml?
Why are struts tightly coupled?
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 the difference between validation.xml and validator-rules.xml files in struts validation framework?
How the exceptions are handled in struts?
What is the life cycle of actionform?
What are the aware interfaces in struts2?
Why do we use struts?
Give the details of xml files used in validator framework?