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, 7985👍, 0💬
Popular Posts:
How To Concatenate Two Character Strings? - MySQL FAQs - Introduction to SQL Basics If you want conc...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...
How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters? Unicode requires 1...
.NET INTERVIEW QUESTIONS - Can we use events with threading ? Yes, you can use events with thread; t...