Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 56849 invoked from network); 3 Dec 2002 23:20:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2002 23:20:17 -0000 Received: (qmail 19391 invoked by uid 97); 3 Dec 2002 23:21:11 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 19329 invoked by uid 97); 3 Dec 2002 23:21:10 -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 19317 invoked by uid 98); 3 Dec 2002 23:21:10 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <20021203232003.67400.qmail@web40512.mail.yahoo.com> Date: Tue, 3 Dec 2002 15:20:03 -0800 (PST) From: Kevin HaleBoyes Subject: question about findForward() To: struts-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm having trouble explaining what I want but I'll have a go of it anyway... I'm in a "Save" action as a result of the POSTing of a form via a button. I do the test: if (isCancelled(request)) {} and detect the cancel. I'd like to go to another Action but I don't want to "propagate" the POST. I want it to be a GET where the input ActionForm is empty. I'm calling ActionForward forward = mapping.findForward(forwardName); return forward; to go to the new action but it propagates the POST. Is there anyway turn the POST into a GET? Should I just call form.reset() manually? I hope this makes sense. Kevin. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: