Hi,

I am using the latest cut of Struts from the nightly build. I need the iterate 
function.

Something has happened to my error messages. In my action class if a method fails I 
set the
following error:

        errors.add(ActionErrors.GLOBAL_ERROR, new 
ActionError("error.invalidBidAmount"));

I then save the error via:

 if(!errors.empty())
    {
      this.saveErrors(request,errors);
      return (new ActionForward(mapping.getInput()));
    }

When the user is redirect back to the page they came from all the user sees is the 
error.header
msg.

I have this tag in my web page after the body tag:

<html:errors/>

I must be missing something. Could someone set me on the right track.

Alex

=====
Regards

Alex Colic, HBA, B. Ed
PopWare Inc. "Driving down the cost of conversions!"
E-Mail: [EMAIL PROTECTED]
Tel: 1-905-777-8171 ext. 104
Fax: 1-905-777-0132

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to