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
Why put method is used?
What is the difference between a field variable and a local variable?
Is static variable stored in heap?
What is bytecode in java ?
When is update method called?
What does mean in regex?
Which data type is a class in java?
Which data type is class in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
How to create an immutable class?
What is bufferedreader in java?
What is the major advantage of external iteration over internal iteration?
What about abstract classes in java?
How to optimize the javac output?
Can a java program have 2 main methods?