RE: where to place form validation logic

2003-02-23 Thread Kola Oyedeji
] Sent: 20 February 2003 22:20 To: Struts Users Mailing List Subject: Re: where to place form validation logic Override the ActionForm.validate() method - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February

where to place form validation logic

2003-02-20 Thread Kola Oyedeji
Hi Just a quick question, where is the best place to put form validation logic is assumed this was the role of the actionForm object but i read somewhere that validation should be in the action object, is this true? Thanks Kola

Re: where to place form validation logic

2003-02-20 Thread Ian Hunter
Override the ActionForm.validate() method - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 4:56 PM Subject: where to place form validation logic Hi Just a quick question, where is the best