I'm interested to know if there is the possibility of having a property that will render itself as a "field auto-complete", whose values are extracted dynamically from a web service or a query on a db table
Hi, I've done this few month ago. I am using grails framework. Form is generated based on gsp template. Inside gsp , you can render combobox (select) as result from query on db table. i have an online sample http://www.aktifbisnis.com
thanks suseno, but i'm interested to know if it's possible to achieve the result of autocomplete using the standard form engine. you are using a complete custom solution for the UI, right?