Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Give the Details of XML files used in Validator Framework
Give the Details of XML files used in Validator Framework?
✍: Guest
The Validator Framework uses two XML configuration files validator-rules.xml and validation.xml. The validator-rules.xml defines the standard validation routines, these are reusable and used in validation.xml to define the form specific validations. The validation.xml defines the validations applied to a form bean.
How you will display validation fail errors on jsp page? - The following tag displays all the errors: <html:errors/>
2007-12-28, 6076👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y...
How To Retrieve the Count of Updated Rows? - Oracle DBA FAQ - Working with Database Objects in PL/SQ...
How To Specify Two Background Images on a Page? - CSS Tutorials - Page Layout and Background Image D...
How can I implement a thread-safe JSP page? You can make your JSPs thread-safe by having them implem...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...