Skip to main content
Participant
January 28, 2009
Question

autosuggest bug?

  • January 28, 2009
  • 1 reply
  • 292 views
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
This topic has been closed for replies.

1 reply

Inspiring
January 28, 2009
Hi,

You need to map your CFIDE in your IIS.. Ask your hosting provider, he will get that done for you.

HTH