Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
1.2.4
-
None
-
None
-
Operating System: All
Platform: All
-
31340
Description
The class org.apache.struts.action.ActionForm still uses the deprecated
ActionErrors class in its API, in particular within the method declarations
- public ActionErrors validate(ActionMapping a_mapping, HttpServletRequest
a_request) - public ActionErrors validate(ActionMapping a_mapping, ServletRequest a_request)
I assume, this should be changed before the deprecated class is removed...
Regards,
CAK