Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@www.apache.org Received: (qmail 36904 invoked from network); 27 Jan 2004 23:25:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Jan 2004 23:25:26 -0000 Received: (qmail 84379 invoked by uid 500); 27 Jan 2004 23:24:56 -0000 Delivered-To: apmail-jakarta-struts-dev-archive@jakarta.apache.org Received: (qmail 84317 invoked by uid 500); 27 Jan 2004 23:24:56 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 84299 invoked from network); 27 Jan 2004 23:24:55 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 27 Jan 2004 23:24:55 -0000 Received: (qmail 27770 invoked by uid 50); 27 Jan 2004 09:58:31 -0000 Date: 27 Jan 2004 09:58:31 -0000 Message-ID: <20040127095831.27769.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: struts-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 26409] - Document what to do if an Action doesn't need to be forwarded anywhere in the end? 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 DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26409 Document what to do if an Action doesn't need to be forwarded anywhere in the end? husted@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From husted@apache.org 2004-01-27 09:58 ------- The solution is to return null. This behavior is part of the Action's API contract (and JavaDoc): "Return an {@link ActionForward} instance describing where and howcontrol should be forwarded, or null if the response has already been completed." -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-dev-help@jakarta.apache.org