ActionErrors aes = (ActionErrors);<-- where is the object you are casting?

Where is your ActionErrors object? You're casting nothing to aes.

Brandon Goodin
 

-----Original Message-----
From: Carlos Saraiva [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 12:22 PM
To: Struts Users Mailing List
Subject: ActionErrors cannot be resolved


Would someone please tell me what I'm doing wrong here? This same code
compiled well yesterday, and is giving me the error "ActionErrors cannot be
resolved" today.

..
<%@ page import="org.apache.struts.action.*,java.util.*"%>
..
                        <%

                        ActionErrors aes = (ActionErrors);
                        if (aes != null) {

..

Thanks in advance,

--
Best regards,
Carlos Saraiva
Raleigh, NC



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to