Re: Exception - General Question

2005-06-30 Thread BHansard
06/30/2005 08:29 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: Exception - General Question Thanks for replying! And what baout the validate() method in struts form? Is it still return ActionErrors or Ac

Re: Exception - General Question

2005-06-30 Thread Martin Gainty
AM cc Subject Please respond to Exception - General Question "Struts Users Mailing List" <[EMAIL PROTECTED]

Re: Exception - General Question

2005-06-30 Thread Gaet
- From: [EMAIL PROTECTED] To: Struts Users Mailing List Cc: Mailing List Struts Sent: Thursday, June 30, 2005 2:16 PM Subject: Re: Exception - General Question In 1.2.7 you simply change the ActionErrors to ActionMessages. you still save the errors with the saveErrors method and it

Re: Exception - General Question

2005-06-30 Thread BHansard
se respond to "Struts Users Mailing List" To "Mailing List Struts" cc Subject Exception - General Question Hi everybody, Up to now, I was handling my exceptions in my Action class as follow : ---

Exception - General Question

2005-06-30 Thread Gaet
Hi everybody, Up to now, I was handling my exceptions in my Action class as follow : ActionErrors errors = new ActionErrors(); try{ .. .. } catch (Exception e) { //Put pr