Re: Struts2 + jQuery issue action methods called twice.

2011-09-13 Thread satyanarayana katta
Resolved the issue. My actuon method was getXxx() and json plugin was causing the issue. Look at the post below. http://stackoverflow.com/questions/6061709/struts2-action-being-called-twice-if-result-type-is-json Sent from my iPhone On Sep 13, 2011, at 8:36 AM, satyanarayana katta wrote: >

Struts2 + jQuery issue action methods called twice.

2011-09-13 Thread satyanarayana katta
We are trying to use the struts2 with jQuery (jQgrid + jQuery UI components) and not the struts jQuery plug-in. We are using the json-default . Found that the struts methods are being called twice. Has any one faced this issue before? Regards, Satya -