[ 
https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700875#comment-13700875
 ] 

[email protected] commented on WW-4129:
----------------------------------------------------

I will be out of the office until July 5th

On Jul 5, 2013, at 7:32 AM, "[email protected] (JIRA)" 
<[email protected]>
 wrote:

   [ 
https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700858#comment-13700858
 ]

[email protected] commented on WW-4129:
----------------------------------------------------

I will be out of the office until July 5th

On Jul 5, 2013, at 7:30 AM, "[email protected] (JIRA)" 
<[email protected]>
wrote:

  [ 
https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700825#comment-13700825
 ]

[email protected] commented on WW-4129:
----------------------------------------------------

I will be out of the office until July 5th

On Jul 5, 2013, at 7:28 AM, "[email protected] (JIRA)" 
<[email protected]>
wrote:

 [ 
https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700802#comment-13700802
 ]

[email protected] commented on WW-4129:
----------------------------------------------------

I will be out of the office until July 5th

On Jul 5, 2013, at 7:24 AM, "[email protected] (JIRA)" 
<[email protected]>
wrote:

[ 
https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700754#comment-13700754
 ]

[email protected] commented on WW-4129:
----------------------------------------------------

I will be out of the office until July 5th

On Jul 5, 2013, at 7:16 AM, "[email protected] (JIRA)" 
<[email protected]>
wrote:

[ 
https://issues.apache.org/jira/browse/WW-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700702#comment-13700702
 ]

[email protected] 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)" <[email protected]>
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}
<s:iterator value="#request.domainUsers" var="item">
<tr>
   <td class="center" width="3%">
           <s:checkbox name="usersIdSelected" fieldValue="%{id}"/>
   </td>
   <td></td>
   <td width="0%"><c:out value="${attr.item.fullName}"/></td>
   <td><c:out value="${attr.item.phone}"/></td>
   <td><c:out value="${attr.item.cellularPhone}"/></td>
</tr>
</s:iterator>
{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}
<s:iterator value="#request.domainUsers" var="item">
<tr>
    <td class="center" width="3%">
            <s:checkbox name="usersIdSelected" fieldValue="%{id}"/>
    </td>
    <td></td>
    <td width="0%"><c:out value="${attr.item.fullName}"/></td>
    <td><c:out value="${attr.item.phone}"/></td>
    <td><c:out value="${attr.item.cellularPhone}"/></td>
</tr>
</s:iterator>
{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}
<s:iterator value="#request.domainUsers" var="item">
<tr>
     <td class="center" width="3%">
             <s:checkbox name="usersIdSelected" fieldValue="%{id}"/>
     </td>
     <td></td>
     <td width="0%"><c:out value="${attr.item.fullName}"/></td>
     <td><c:out value="${attr.item.phone}"/></td>
     <td><c:out value="${attr.item.cellularPhone}"/></td>
</tr>
</s:iterator>
{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}
<s:iterator value="#request.domainUsers" var="item">
<tr>
      <td class="center" width="3%">
              <s:checkbox name="usersIdSelected" fieldValue="%{id}"/>
      </td>
      <td></td>
      <td width="0%"><c:out value="${attr.item.fullName}"/></td>
      <td><c:out value="${attr.item.phone}"/></td>
      <td><c:out value="${attr.item.cellularPhone}"/></td>
</tr>
</s:iterator>
{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}
<s:iterator value="#request.domainUsers" var="item">
<tr>
       <td class="center" width="3%">
               <s:checkbox name="usersIdSelected" fieldValue="%{id}"/>
       </td>
       <td></td>
       <td width="0%"><c:out value="${attr.item.fullName}"/></td>
       <td><c:out value="${attr.item.phone}"/></td>
       <td><c:out value="${attr.item.cellularPhone}"/></td>
</tr>
</s:iterator>
{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}
<s:iterator value="#request.domainUsers" var="item">
<tr>
        <td class="center" width="3%">
                <s:checkbox name="usersIdSelected" fieldValue="%{id}"/>
        </td>
        <td></td>
        <td width="0%"><c:out value="${attr.item.fullName}"/></td>
        <td><c:out value="${attr.item.phone}"/></td>
        <td><c:out value="${attr.item.cellularPhone}"/></td>
</tr>
</s:iterator>
{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}
> <s:iterator value="#request.domainUsers" var="item">
> <tr>                                                          
>       <td class="center" width="3%">                                          
>                                 
>               <s:checkbox name="usersIdSelected" fieldValue="%{id}"/> 
>       </td>
>       <td></td>       
>       <td width="0%"><c:out value="${attr.item.fullName}"/></td>
>       <td><c:out value="${attr.item.phone}"/></td>
>       <td><c:out value="${attr.item.cellularPhone}"/></td>
> </tr>
> </s:iterator>
> {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

Reply via email to