RE: ActionForm.validate() Help

2004-09-01 Thread Matthias Wessendorf
ednesday, September 01, 2004 6:36 PM > To: Struts Users Mailing List > Subject: ActionForm.validate() Help > > > Hello all, > > I just downloaded the latest stable build of Struts 1.2. What is a > "best practice" approach of handling validation in the ActionForm&#

ActionForm.validate() Help

2004-09-01 Thread Matthew J. Vincent
Hello all, I just downloaded the latest stable build of Struts 1.2. What is a "best practice" approach of handling validation in the ActionForm's validate method since ActionError was deprecated? Also, how should one display the messages in the JSP? Currently I use: ${message}