Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 22178 invoked from network); 17 Sep 2002 11:07:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Sep 2002 11:07:48 -0000 Received: (qmail 5595 invoked by uid 97); 17 Sep 2002 11:08:13 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 5579 invoked by uid 97); 17 Sep 2002 11:08:13 -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 5567 invoked by uid 98); 17 Sep 2002 11:08:12 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3D870B4C.7040809@usa.net> Date: Tue, 17 Sep 2002 13:00:28 +0200 From: kiuma User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/00200203 MIME-Version: 1.0 To: Struts Users Mailing List Subject: [STRUTS] Form error handling References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, mine is a newbie question: When validate fails i put some code like this: newError = new ActionError("myform.error", "") errors.add( ActionErrors.GLOBAL_ERROR, newError ); in my properties file I put the key relative to myform.error. in struts-config.xml When validate() returns error, struts should dirve me to input page. How can I parse errors in my jsp page, then? thanks, kiuma -- To unsubscribe, e-mail: For additional commands, e-mail: