Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-alpha-1
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
A class that will be use by all actions. This is to eliminate code repetition when actions implements the LogEnabled interface.
Added AbstractActionLogger that extends ActionSupport and implements LogEnabled. Edited 15 actions that has e.printStackTrace(). Added a logger that prints a more user friendly error message.