Hi Jean, If it's an action then the naming convention is autoCompleteNXxx where N is the parameter number.
But take a look at the todoapp and the kitchensinkapp, both linked to from the isisaddons site. Cheers, Dan http://www.isisaddons.org On 10 Aug 2015 18:10, "Jean Duarte" <[email protected]> wrote: > 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 >
