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, 8073👍, 0💬
Popular Posts:
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...
How do we host a WCF service in IIS? Note: - The best to know how to host a WCF in IIS is by doing a...
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...