autocomplete is (currently) only for entities. Options: - keep with string and use List<String> choices11Xxx - if string is derived from an entity (eg its name), then use that entity instead.
Dan On 1 July 2014 14:43, Erik de Hair <[email protected]> wrote: > Hi, > > I try to use a autocomplete method for an action param but it doesn't get > triggered. The signature is: > > public List<String> autoComplete11InportMSISDN(String search) > > Any idea? > > Thanks, > Erik >
