Hi Thiago,

public class Search {
>>>    public List<String> onProvideCompletionsFromFieldName(String partial)
>>> {
>>>        return new ArrayList<String>();
>>>    }
>>>
>>>
>> this method name is quite long. Did you try to use a shorter one?
>>
>
> Example:
>
> @OnEvent(EventConstants.PROVIDE_COMPLETIONS)
> public List<String> completions(String partial) {... }

Thx for this feedback.

I am still a bit puzzled by the whole thing but encouraged enough by your
and Gunters tips to not yet drop T5 and switch to Wicket.

Much appreciated.

Cheers,

Fermin DCG

Reply via email to