Hi Guys,
I am trying to make an autocomplete work with a java serverside script. The combo complains with a javascript alert:
Error type: LoadXML
Description: Incorrect XML
My servlet responds properly and when I type “1” in the combobox I make it return:
<?xml version="1.0" ?> one I also tested hitting the url separately with the browser and it returns the same.Request parameters arrive properly in my servlet:
a_dhx_rSeed/1286978723241
mask/1
pos/0
This is how I set up the combo:
dhtmlxcombo.js is //v.2.5 build 91111
The scripts are:
Any idea what’s going wrong?
Warm regards,
Wolfgang