i have a form in my jsp and i want to implement autocomplete. when i insert a letter in the textfield it should show a list with all the Country names that begin with that letter and are stored in the database.
so far i have something like this, but it doesnt work can somebody help me?
If nothing else, the "href" value should be prefaced with "#" as per the autocompleter tag docs:OGNL values created in the stack context (in other words, not pushed on to the stack itself) require the "#" prefix.
Have you confirmed that a request is being made (via Firebug, proxy, or other snooping mechanism)? Have you included the <sx:head> tag? If so, have you set "debug='true'" and are there any dojo errors?