[jQuery] Re: Jquery Ajax and Struts Issue

2008-04-28 Thread motob
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,

[jQuery] Re: Jquery Ajax and Struts Issue

2008-04-28 Thread Jagadeesh Motamarri
$.ajax({ type: GET, dataType: xml, url: /struts/propertylifecycle/save.do?action=ajaxCall, error: function (){ alert (error Calling the serv); }, success: function (xml){