You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/09/21 15:03:19 UTC

DO NOT REPLY [Bug 31340] New: - Use of deprecated API

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31340>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31340

Use of deprecated API

           Summary: Use of deprecated API
           Product: Struts
           Version: 1.2.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Standard Actions
        AssignedTo: dev@struts.apache.org
        ReportedBy: carsten.kaiser@valtech.de


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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org