I have a jsp page that is being pre-populated by the action, the action is writing values directly into the form bean. But I also want to display error messages generated by the action.

I am doing a:

saveErrors(request, errors);

return mapping.findForward("success");

at the end of the action, but nothing ever shows up. Any ideas?

The "success" forward mapps to the jsp page in struts-config.xml

Julian


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



Reply via email to