|
hi,
pl check..
do u have dashboard defined in the application resources??
do u have the "input" attribute defined for the corresponding action
mapping??
-- nagi
-------Original Message-------
Date: Monday, August
25, 2003 03:16:58 PM
Subject: bnot able to
display error messages
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
|