Hi,
I have a table which contains a column with struts tags with ajax theme:
<s:url id="showCustomerDetails" value="/showCustomerDetails.action" >
<s:param name="ipNbr" value="%{ipNbr}" />
</s:url>
<td align="right" style="width:20px;">
<div class="info"><s:a theme="ajax"
targets="customerdetailinfo" href="%{showCustomerDetails}"
onclick="showCustomerDetailInfo();"><span>Kundendetailinfo</span></s:a>
</div>
</td>
If I have 100 entries in my table it needs about 6 secs to render the table,
without these tags I need about 1 sec or less.
Is there a way to tune the performance apart from remove these tags? :-)
Thx,
Marc