Newbie Question: ActionErrors.

2003-02-18 Thread James Prance
Anyone tell me why the error message specified in the errors.add(ActionErrors.GLOBAL_ERROR,new ActionError(my error here)); code in my Action Servlet doesnt appear on the jsp page. The header and footer appear, but the error message does not.. what have I missed? Code in ActionServlet -

RE: Newbie Question: ActionErrors.

2003-02-18 Thread Chen, Gin
10:31 AM To: [EMAIL PROTECTED] Subject: Newbie Question: ActionErrors. Anyone tell me why the error message specified in the errors.add(ActionErrors.GLOBAL_ERROR,new ActionError(my error here)); code in my Action Servlet doesnt appear on the jsp page. The header and footer appear, but the error