Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 55380 invoked from network); 3 May 2005 21:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2005 21:32:09 -0000 Received: (qmail 24153 invoked by uid 500); 3 May 2005 21:32:31 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 24092 invoked by uid 500); 3 May 2005 21:32:28 -0000 Mailing-List: contact user-help@struts.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 user@struts.apache.org Received: (qmail 24002 invoked by uid 99); 3 May 2005 21:32:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jmikus@gmail.com designates 64.233.184.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 03 May 2005 14:32:26 -0700 Received: by wproxy.gmail.com with SMTP id 36so72606wra for ; Tue, 03 May 2005 14:30:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a3Vf5Oq5NZIOVaxQiIhU3EVuzXxwDMa2Wqp2F69H5lrlsfrkLCz3feSJ26pUJpRz3nvJuX1J89UrhteHcjLy0odKNFmod67spHC+vClEPuC+tyaqDggVZj4t6iGaXOYHriJqAfftMjZWYhPaCrQA3RNIIIjhhlHuI/UdPCq0x2s= Received: by 10.54.146.14 with SMTP id t14mr95174wrd; Tue, 03 May 2005 14:30:30 -0700 (PDT) Received: by 10.54.45.24 with HTTP; Tue, 3 May 2005 14:30:30 -0700 (PDT) Message-ID: <1db1153405050314307a62b2bf@mail.gmail.com> Date: Tue, 3 May 2005 14:30:30 -0700 From: Michael Jouravlev Reply-To: Michael Jouravlev To: Struts Users Mailing List Subject: Re: Does cancel button work? In-Reply-To: <1db11534050503134960eee724@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1db11534050503134960eee724@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oops, it works. RequestProcessor remaps tag key to action key. Sorry for the trouble. ---------- Forwarded message ---------- From: Michael Jouravlev Date: May 3, 2005 1:49 PM Subject: Does cancel button work? To: Struts Users Mailing List I never used Cancel button before, as well as Action.isCanceled() method. I tried it now and it does not seem to work. Action checks for Globals.CANCEL_KEY, which equals to "org.apache.struts.action.CANCEL", while tag submits "org.apache.struts.taglib.html.CANCEL" as request parameter. Did I miss something? Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org