Perhaps more information is needed. I am able to call Struts actions through jQuery Ajax calls. In the URL option of my Ajax request, I simply put "/mypage.do" and as long as the action is set up properly in Struts, it works.
Post your jquery code that makes that ajax request. On Apr 28, 7:19 am, RecursiveBrain <[EMAIL PROTECTED]> wrote: > Hi Experts - > > Jquery is able to call the regular servlets defined in the web.xml but > was not able to call the struts action servlet? > > Any insight into the issue would be of great help!! > > Thanks,