RE: ActionErrors cannot be resolved

2003-06-09 Thread Carlos Saraiva
> > ActionErrors aes = (ActionErrors);<-- where is the object you are casting? > > Where is your ActionErrors object? You're casting nothing to aes. > > Brandon Goodin Thanks . I guess it's time to take a break and go swimming or something. It did compile yesterday. I must have erased the rest of

RE: ActionErrors cannot be resolved

2003-06-09 Thread Mike Jasnowski
Are you sure this compiled? It looks like your trying to cast something to the ActionErrors type but that "something" is missing: ActionErrors aes = (ActionErrors)something; Maybe?? Mike -Original Message- From: Carlos Saraiva [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 2:22 PM

RE: ActionErrors cannot be resolved

2003-06-09 Thread Brandon Goodin
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 Li