December 2007
Intermediate to advanced
736 pages
16h 19m
English
Topics in This Chapter
Action or ActionFormhtml:messages tagProbably the most tedious and time-consuming part of developing a Web site is validation of the input data. There is no easy way of getting around it—you have to check for missing or poorly formatted input values. Unfortunately, the servlet and JSP APIs provide no mechanism for easily validating input data!
To the rescue come the Struts Validation framework. The framework is incredibly flexible and easy to use, supporting ...
Read now
Unlock full access