From issues-return-12528-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue Mar 10 14:48:27 2009 Return-Path: Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: (qmail 4045 invoked from network); 10 Mar 2009 14:48:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2009 14:48:27 -0000 Received: (qmail 85280 invoked by uid 500); 10 Mar 2009 14:48:25 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 85256 invoked by uid 500); 10 Mar 2009 14:48:25 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 85247 invoked by uid 99); 10 Mar 2009 14:48:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 07:48:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 14:48:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B88B234C004 for ; Tue, 10 Mar 2009 07:48:02 -0700 (PDT) Message-ID: <321517280.1236696482439.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 07:48:02 -0700 (PDT) From: "Wes Wannemacher (JIRA)" To: issues@struts.apache.org Subject: [jira] Resolved: (WW-3031) FormTag does not have onreset property In-Reply-To: <2035202752.1236696365170.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/WW-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes Wannemacher resolved WW-3031. --------------------------------- Resolution: Fixed fix committed > FormTag does not have onreset property > -------------------------------------- > > Key: WW-3031 > URL: https://issues.apache.org/struts/browse/WW-3031 > Project: Struts 2 > Issue Type: Bug > Components: Core Actions > Affects Versions: 2.1.6 > Environment: any > Reporter: Wes Wannemacher > Assignee: Wes Wannemacher > Priority: Minor > Fix For: 2.1.7 > > > The FormTag class does not have an onreset property, but Form and the Form freemarker files assume it is there. If you attempt to set the onreset attribute on the s:form tag, you will get a freemarker error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.