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 24DF5F5A7 for ; Fri, 5 Jul 2013 14:34:14 +0000 (UTC) Received: (qmail 60174 invoked by uid 500); 5 Jul 2013 14:34:11 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 59961 invoked by uid 500); 5 Jul 2013 14:34:11 -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 59839 invoked by uid 99); 5 Jul 2013 14:34:11 -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:34:11 +0000 Date: Fri, 5 Jul 2013 14:34:11 +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=13700873#comment-13700873 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jul 5, 2013, at 7:32 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=13700855#comment-13700855 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jul 5, 2013, at 7:30 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=13700823#comment-13700823 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jul 5, 2013, at 7:28 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=13700779#comment-13700779 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jul 5, 2013, at 7:24 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=13700755#comment-13700755 ] 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=13700703#comment-13700703 ] Nathan.Comstock@wellsfargo.com commented on WW-4129: ---------------------------------------------------- I will be out of the office until July 5th On Jun 28, 2013, at 12:47 AM, "Maurizio Cucchiara (JIRA)" wrote: [ https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13695307#comment-13695307 ] Maurizio Cucchiara commented on WW-4129: ---------------------------------------- I'm wondering if it is still a problem, after you realized that it happens only when {{devMode}} is enabled. Please, note that devMode is not intended for production purpose. 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 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 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 > 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