I am planning to user Ajax framework in my currect application running on Websphere. Do I have to import any libraries to make it work or can anyone tell me how I can set up my environment for using Ajax.
Never tired...
SCJP SCWCD INS21 INS22 INS23 Salesforce Dev401
I tried this out and it is working fine only when the servlet returns a text response. For XML response, I am not able to parse it. I guess, the javascript does not recognize it. Can anyone help me in this regard?
Never tired...
SCJP SCWCD INS21 INS22 INS23 Salesforce Dev401
Ajax will parse the XML document for you. The parsed DOM is available via the responseXML property. [ February 22, 2008: Message edited by: Bear Bibeault ]