Hi,
I want to know what the state-of-the-art practices about Struts validation
are. It is well-known that there are some problems in automatic validation.
Here is a good article:
http://www.reumann.net/struts/articles/request_lists.jsp Are the ideas in
this article obsolete?
As far as I understand, the best practice is calling the validate() method
manually. This requires that we write ... validate="false" ... in the
action-mapping definition. However, if we do this, we cannot use javascript
(client-size) validation. I want to use javascript validation. What are the
possible solutions?
Thank you in advance.