Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83B2717EC8 for ; Sat, 30 May 2015 15:47:17 +0000 (UTC) Received: (qmail 19111 invoked by uid 500); 30 May 2015 15:47:17 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 19071 invoked by uid 500); 30 May 2015 15:47:17 -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 19060 invoked by uid 99); 30 May 2015 15:47:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2015 15:47:17 +0000 Date: Sat, 30 May 2015 15:47:17 +0000 (UTC) From: "Hudson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4499) s:radio and s:checkbox tag doesn't accept "readonly" attribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566063#comment-14566063 ] Hudson commented on WW-4499: ---------------------------- SUCCESS: Integrated in Struts-JDK7-pull-request #34 (See [https://builds.apache.org/job/Struts-JDK7-pull-request/34/]) WW-4499 - Removed readonly attribute from radio, checkbox and checkboxlist tags. (aleksandr.7m: rev d587a687a85edb771d8d6421e45f7e699f116a94) * core/src/main/java/org/apache/struts2/components/Checkbox.java * core/src/site/resources/tags/radio.html * core/src/main/java/org/apache/struts2/components/CheckboxList.java * core/src/site/resources/tags/checkbox.html * core/src/main/java/org/apache/struts2/components/Radio.java * core/src/main/resources/template/simple/radiomap.ftl * core/src/main/resources/template/simple/checkbox.ftl * core/src/site/resources/tags/checkboxlist.html > s:radio and s:checkbox tag doesn't accept "readonly" attribute > -------------------------------------------------------------- > > Key: WW-4499 > URL: https://issues.apache.org/jira/browse/WW-4499 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Tags > Affects Versions: 2.3.20 > Environment: Struts-2.3.20 > Tomcat 7.0.47 > JDK 1.8.0 (Windows x64) > Reporter: Iwasa Kazmi > > and tag in JSP doesn't accept "readonly" attribute. > On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to find the setter method. > In org.apache.struts2.components package, 5 classes have setReadonly() method. > Checkbox > CheckboxList > Radio > TextArea > TextField > In org.apache.struts2.views.jsp.ui package, only two classes have setReadonly() method. > TextareaTag > TextFieldTag > RadioTag class, CheckboxTag class, and CheckboxListTag class need setReadonly() method ? > According to the struts-tags.tld and tag reference on the web site, these three tags should accept "readonly" attribute. > If "readonly" attribute is not supported on these tags, struts-tags.tld and reference pages should be corrected. -- This message was sent by Atlassian JIRA (v6.3.4#6332)