Hi guys Is there any autocomplete implementation other than such autoCompleteAction and autoCompleteRepository attributes of DomainObject annotation in Apache Isis?
I've tried writing a method using prefixes as recommended in documentation, such*autoCompleteXXX* and *choicesXXX*, but I didn't work. Inspecting the source code of Apache Isis, I've found a method called *attachPropertyAutoCompleteFacetIfChoicesMethodIsFound* that executes accordingly, but when running my code, my autocomplete method isn't called as expected. Cheers, Jean Duarte
