Dear all, I already try to follow what's written on the document regarding how to use Autocomplete component, but still can not get it working.
Here's what I've done: Template: <input t:type="TextField" t:value="prop:clientName" t:mixins="autocomplete" /> Page: private String clientName; String[] onProvideCompletionsFromClientName(String input) { logger.info("Inside Autocompletion Event Handler"); return null; } Have I missed on something here? Thanks in advance. -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]