Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 62110 invoked from network); 22 Dec 2003 02:45:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Dec 2003 02:45:34 -0000 Received: (qmail 44475 invoked by uid 500); 22 Dec 2003 02:45:05 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 44439 invoked by uid 500); 22 Dec 2003 02:45:05 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 44419 invoked from network); 22 Dec 2003 02:45:05 -0000 Received: from unknown (HELO web25005.mail.ukl.yahoo.com) (217.12.10.41) by daedalus.apache.org with SMTP; 22 Dec 2003 02:45:05 -0000 Message-ID: <20031222024513.15486.qmail@web25005.mail.ukl.yahoo.com> Received: from [203.20.109.124] by web25005.mail.ukl.yahoo.com via HTTP; Mon, 22 Dec 2003 02:45:13 GMT Date: Mon, 22 Dec 2003 02:45:13 +0000 (GMT) From: =?iso-8859-1?q?Jerald=20Powel?= Reply-To: jeraldpowel@yahoo.com Subject: error tag To: Struts Users Mailing List In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1441991198-1072061113=:15472" Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-1441991198-1072061113=:15472 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hello, I am handling my errors and constructing an errors object thus: ActionErrors errors = new ActionErrors(); errors.add(ActionErrors.GLOBAL_ERROR, new ActionError("Initialisation error - userID not found")); saveErrors(request, errors); return mapping.findForward(FORWARD_error); how from the JSP do I iterate over the errors object and retrieve the messages please? I have tried but nothing was rendered to the screen? thanks G --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now --0-1441991198-1072061113=:15472--