Here is the code in one of my page:

...
<s:url id="editUrl" action="edit">
        <s:param name="attributeA" value="attributeA" />
</s:url>
<s:a href="%{editUrl}" id="a_%{attributeA}" theme="ajax" 
targets="editDiv">Edit</s:a> 
...

The edit action will load a page that contains tabbed panel into a div tag. The 
first time I click 'Edit'
link, the response is quite fast, but after so many times I clicked the link, 
the response become slower and slower. If I refresh the whole page and click 
'Edit' link again the response will be fast again.
Does anyone know why that happen? and How to fix this problem?

Thanks in advance


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

Reply via email to