I am using Struts2 jQuery Plugin 3.2.1 for ajax and widgets. my actions are taking time in executing when i use sj actions. Without Struts2 jQuery tags , it is working fine. I searched on net but i am unable to find appropriate answer. Please share your views. Thanks in advance.
In local server it is working fine.
sj actions means , when i click on struts 2 jquery button tag it calls one action.
Taking time means , target jsp taking time to be loading.
<s:url id="increasedaycount" action="AddDayAction"/> <!--when i click on this button one action call but in target result jsp taking time to be appear --> <sj:submit href="%{increasedaycount}" button="true" value="Add Day" indicator="indicator" targets="idRightMainDiv" ></sj:submit> <img id="indicator" src="images/indicatorS.gif" alt="Loading..." style="display:none"/>