How to use ActionForm validate() method in ADF/Struts project
420101Jun 15 2004 — edited Jun 16 2004Hi
We are developing a project using ADF/Struts. We are not planning to use entity level validation. Rather we prefer to have it at Struts Form Bean level. So we need to have validate() method in Form Bean.
That mean we need to have seperate bean for all the actions /jsp. The ADF's DataForm form bean is not gonna work for us. Is that correct.
Please let me know...am I in the right direction.
That could be a different discussion why we don't prefer entity level validation