
1 resposta
I'm not entirely sure you *can* catch that error. However, you can adjust the timeout value on your action function with the timeout parameter: <apex:actionFunction action="{!methodOne}" name="methodOneInJavascript" rerender="showstate" timeout="Some Number of Milliseconds higher than 200">
<apex:param name="firstParam" assignTo="{!state}" value="" />
</apex:actionFunction>