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]