Does Ajax work in Direct Connect Mode?
Does Ajax work in Direct Connect Mode?
- Subject: Does Ajax work in Direct Connect Mode?
- From: MAI NGUYEN <email@hidden>
- Date: Thu, 12 Sep 2013 13:56:07 -0700
Hello List, I have to run the WebObjects application in Direct Connect Mode as we use a custom load balancer, and do not want to have Apache involved.
Does anyone know if it is possible to use Ajax in Direct Connect Mode?
I am using AjaxExpansion, but an "onclick" on the Ajax Request does not show the expansion at all as if the Ajax Request is not responding?
<td align = "left"> <a href="" title="Contacts" id="e_0_19_11_15_3_0_1_7" _onclick_="new Ajax.Request('/cgi-bin/WebObjects/MyApplication.woa/ajax/hIx5tfcvDbtSkix65OJQQw/9.0.19.11.15.3.0.1.7', {asynchronous:false, evalScripts:false, onSuccess:function(v) {openAMD_ContactInfoModalDialog();}}); return false;" >Contacts</a> </td>
I use Apache to serve static resources contents, so maybe I need to send an explicit request to the web server for Ajax requests?
Thanks for any suggestions,
-mai |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden