Did you supply a primary key converter? If you don't use one Table will create huge hidden variable values for each row, maybe the huge page size is slowing render speed down...


----- Original Message ----- From: "spamsucks" <[EMAIL PROTECTED]>
To: "tapestry" <tapestry-user@jakarta.apache.org>
Sent: Thursday, April 13, 2006 10:48 AM
Subject: Form wrapped contrib table performance problem


If I wrap my table component with a form, the time it takes to display a page goes from 2 seconds to almost 30 seconds....
Hopefully someone can point me to a way to get past this problem.

Thank you!


All I add is a Form component to cause performance issue.

<form jwcid="@Form">

                   <table border="0" jwcid="tableView" width="100%">

                      <tr>
                           <td colspan="4">
<span jwcid="[EMAIL PROTECTED]:TablePages"/>
                           </td>
                       </tr>
                      <tr>
                          <td jwcid="tableColumns"/>

                          </tr>
<tr jwcid="tableRows" class="ognl:beans.rowClass.next">
                          <td jwcid="tableValues" align="left"/>
                       </tr>
                      </table>


</form>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to