vinod
Joined: 25 Apr 2006 Posts: 725
|
Posted: Sat May 06, 2006 6:35 am Post subject: Struts Validations Framework Using AJAX |
|
|
Real-time data validation is one of the advantages of AJAX technology
The validation framework is used to validate fields. There are many ways to do validation on a Web application. It falls into two categories: server-side and client-side. A struts validation framework is one of the best frameworks for a Java-based Web application environment. It can configure the application using server-side validation and employ the error message that renders on the validation process invoked during the request processing time, or it can do client-side validation by using the JavaScript rendered on the requested page.
AJAX is a JavaScript technology that can asynchronously call the server and fetch the XML documents that are so popular lately. One of its uses is real-time data validation.
To See more information:
http://jdj.sys-con.com/read/171472.htm |
|