what is difference between validation.xml & validation
rules.xml?
Answers were Sorted based on User's Feedback
Answer / humera kazi
All the rules of Validation for eg: Numeric rule,Alpha-
numeric rule etc will be specified in the
validationrules.xml and these rules are used in
Validation.xml
| Is This Answer Correct ? | 34 Yes | 1 No |
Answer / sangith
Validation-rules : for global specific rules
Validation.xml: for application specific rules
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / devudu
You can write the your validations in validation.xml.
validationrules.xml is containing all rules of what ever
you given in validation.xml
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / deepak divvela
In validation.xml we can write our own validations,where in
validation-rules.xml have rules for validations,and it will
available as already declared
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / kumar shashank
You can write the your validations in validation.xml.
validationrules.xml is containing all rules of what ever
you given in validation.xml
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / obulkreddy.g
what ever the rules specified in validator-rules.xml, these
rules are used in validation.xml.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vasu
validation.xml is for writing all the validation to be
eprformed on the input form specified by the user and where
as validation-rules .xml is contains all the dtd
information(i.e for jar file(classes,meyhods)to perform the
actual validations based on the file validation-rules.xml
specification...
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / chintan
Validation.xml file contain types of validation and
validationRule.xml contain logic for validation
| Is This Answer Correct ? | 6 Yes | 8 No |
what is the default value of a variable char?(If not assigned)
What is the functionability stubs and skeletons?
what is servlet enginee?
How to prevent a field from serialization ?
How many bytes is double?
What happens when a main method is declared as private?
22 Answers DELL, Infosys, L&T, Sun Microsystems,
Why declare Main() inside the class in java ?
What is the difference between object oriented programming language and object based programming language?
Can we sort hashmap in java?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
what do you mean by marker interface in java?
What are actual parameters?