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:
How you will enable front-end validation based on the xml in validation.xml
How you will enable front-end validation based on the xml in validation.xml?
✍: Guest
The <html:javascript> tag to allow front-end validation based on the xml in validation.xml. For example the code: <html:javascript formName=logonForm dynamicJavascript=true staticJavascript=true/> generates the client side java script for the form logonForm as defined in the validation.xml file. The <html:javascript> when added in the jsp file generates the client site validation script.
2007-12-28, 7482👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y...
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...