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 9908FF4B7 for ; Fri, 5 Jul 2013 14:24:22 +0000 (UTC) Received: (qmail 91105 invoked by uid 500); 5 Jul 2013 14:24:22 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 91071 invoked by uid 500); 5 Jul 2013 14:24:22 -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 91036 invoked by uid 99); 5 Jul 2013 14:24:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 14:24:22 +0000 Date: Fri, 5 Jul 2013 14:24:22 +0000 (UTC) From: "Nathan.Comstock@wellsfargo.com (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4129) Tag s:chekbox is very slow when devMode is enabled 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-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700754#comment-13700754 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jul 5, 2013, at 7:16 AM, "Nathan.Comstock@wellsfargo.com (JIRA)" wrote: [ https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700702#comment-13700702 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jun 28, 2013, at 1:05 AM, "Maurizio Cucchiara (JIRA)" wrote: [ https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13695313#comment-13695313 ] Maurizio Cucchiara commented on WW-4129: ---------------------------------------- DevMode enables a lot of things that are disabled by default (cache reloading, log verbosity, etc.). 4s seem too much also for me. No doubt, we have to investigate on it, but the priority is no more major. Tag s:chekbox is very slow when devMode is enabled -------------------------------------------------- Key: WW-4129 URL: https://issues.apache.org/jira/browse/WW-4129 Project: Struts 2 Issue Type: Bug Components: Other Affects Versions: 2.3.14.3, 2.3.15 Environment: Tomcat 7.0.37, Java 1.7.0.21 Reporter: Ferret Renaud Priority: Minor Fix For: 2.3.16 Attachments: sample.war I want to show multible checkbox, in an html table. In my action I have an array of String, with its get/set. In my JSP I have a s:iterator on an list of object (160 in my test page), inside this iterator I create the s:checkbox. Creation of this is taking 2~4s, this is not normal it is far too slow, each checkbox takes between 16 and 32ms to build. {code:html} {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira Tag s:chekbox is very slow when devMode is enabled -------------------------------------------------- Key: WW-4129 URL: https://issues.apache.org/jira/browse/WW-4129 Project: Struts 2 Issue Type: Bug Components: Other Affects Versions: 2.3.14.3, 2.3.15 Environment: Tomcat 7.0.37, Java 1.7.0.21 Reporter: Ferret Renaud Priority: Minor Fix For: 2.3.16 Attachments: sample.war I want to show multible checkbox, in an html table. In my action I have an array of String, with its get/set. In my JSP I have a s:iterator on an list of object (160 in my test page), inside this iterator I create the s:checkbox. Creation of this is taking 2~4s, this is not normal it is far too slow, each checkbox takes between 16 and 32ms to build. {code:html} {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira > Tag s:chekbox is very slow when devMode is enabled > -------------------------------------------------- > > Key: WW-4129 > URL: https://issues.apache.org/jira/browse/WW-4129 > Project: Struts 2 > Issue Type: Bug > Components: Other > Affects Versions: 2.3.14.3, 2.3.15 > Environment: Tomcat 7.0.37, Java 1.7.0.21 > Reporter: Ferret Renaud > Priority: Minor > Fix For: 2.3.16 > > Attachments: sample.war > > > I want to show multible checkbox, in an html table. > In my action I have an array of String, with its get/set. > In my JSP I have a s:iterator on an list of object (160 in my test page), inside this iterator I create the s:checkbox. > Creation of this is taking 2~4s, this is not normal it is far too slow, each checkbox takes between 16 and 32ms to build. > {code:html} > > > > > > > > > > > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira