Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 75653 invoked from network); 20 Sep 2003 11:13:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Sep 2003 11:13:25 -0000 Received: (qmail 51265 invoked by uid 500); 20 Sep 2003 11:13:03 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 51234 invoked by uid 500); 20 Sep 2003 11:13:03 -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 51220 invoked from network); 20 Sep 2003 11:13:02 -0000 Received: from unknown (HELO localhost.localdomain) (68.81.86.130) by daedalus.apache.org with SMTP; 20 Sep 2003 11:13:02 -0000 Received: from localhost.localdomain (hvar [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.5) with ESMTP id h8KBD2eB002043 for ; Sat, 20 Sep 2003 07:13:03 -0400 Received: (from mail@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id h8KBD2YN002041 for struts-user@jakarta.apache.org; Sat, 20 Sep 2003 07:13:02 -0400 X-Authentication-Warning: localhost.localdomain: mail set sender to struts-user-account@basebeans.net using -f To: struts-user@jakarta.apache.org X-Injected-Via-Gmane: http://gmane.org/ Received: from localhost.localdomain (hvar [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.5) with ESMTP id h8KBD1eB002036 for ; Sat, 20 Sep 2003 07:13:01 -0400 Received: (from news@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id h8KBD1qj002034 for Struts@basebeans.net; Sat, 20 Sep 2003 07:13:01 -0400 Path: not-for-mail From: "Linus Nikander" Subject: How to pass errors occurred in an EJB call to the presentation tier Date: Sat, 20 Sep 2003 12:27:45 +0200 Organization: baseBeans Engineering Lines: 11 Message-ID: NNTP-Posting-Host: c-9edb71d5.013-29-7570701.cust.bredbandsbolaget.se X-Trace: localhost.localdomain 1064056381 2031 213.113.219.158 (20 Sep 2003 11:13:01 GMT) X-Complaints-To: news@news.basebeans.net NNTP-Posting-Date: Sat, 20 Sep 2003 11:13:01 +0000 (UTC) X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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 How do you guys pass error information to the presentation tier when an EJB call within an action results in an error (either a nonfatal error in the form of a statuscode, or a fatal error in the form of an exception) ? I find the mechanism for sendin form validation errors to the presentation tier extremely usefull, i was wondering if there is anything similar for errors that occur wihtin an action ? //Linus Nikander - linus@nikander.net --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org