what is difference between validation.xml & validation
rules.xml?
Answer Posted / 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 |
Post New Answer View All Answers
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What are functions in java?
Why are global variables used?
What is a local block?
What is array in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What are the types of literals?
What is the java project architecture?
Say any two properties in beans?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Does A Class Inherit The Constructors Of Its Superclass?
What is concurrent hashmap and its features?
Is final static java?
Is boolean a wrapper class in java?
What is thread start?