Hi
  I have some problems displaying errors in the jsp page.
In the action class, I am  have the following code
 
catch (Exception exception) {
            errors.add("dashboard",new ActionError("dashboard","error
fetching dashboard valueobject"));
 
            saveErrors(request, errors);
            forwardValue = mapping.findForward("failure");
            return forwardValue;
        }
 
And in the jsp page i am trying to print out the errors by putting
<html:errors/> tag so  that it displays all the errors that are
saved.But the page is not displaying any errors.
Please help
 
Regds
Monojit
 

Reply via email to