From issues-return-25595-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Mon May 18 06:16:00 2015 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 6F3C11780A for ; Mon, 18 May 2015 06:16:00 +0000 (UTC) Received: (qmail 31992 invoked by uid 500); 18 May 2015 06:16:00 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 31954 invoked by uid 500); 18 May 2015 06:16:00 -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 31940 invoked by uid 99); 18 May 2015 06:16:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 06:16:00 +0000 Date: Mon, 18 May 2015 06:15:59 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Lukasz Lenart updated WW-4499: ------------------------------ Fix Version/s: 2.3.x > 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 > Fix For: 2.3.x > > > 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 ? -- This message was sent by Atlassian JIRA (v6.3.4#6332)