Question
autosuggest bug?
I have a cfinput with autosuggest:
<cfinput type="text" style="text-transform:uppercase" name="cognome" size="20" maxlength="20" autosuggest="cfc:wedosport.commonfiles.componenti.getTables.getAtl({cfautosuggestvalue})">
It works good on my developement PC, but if I copy the program and cfc on the production server the autosuggest doesn't works! I can't see the image "static.gif" on the right of the field (also if the address is correct) and i had a javascript error "ColdFusion is not defined".
Here is the page in error
<cfinput type="text" style="text-transform:uppercase" name="cognome" size="20" maxlength="20" autosuggest="cfc:wedosport.commonfiles.componenti.getTables.getAtl({cfautosuggestvalue})">
It works good on my developement PC, but if I copy the program and cfc on the production server the autosuggest doesn't works! I can't see the image "static.gif" on the right of the field (also if the address is correct) and i had a javascript error "ColdFusion is not defined".
Here is the page in error
