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
AM cc
Subject
Please respond to Exception - General Question
"Struts Users
Mailing List"
<[EMAIL PROTECTED]
-
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
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 :
---
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
5 matches
Mail list logo