Hello

Is it possible to add an extra context parameter to the providecompletions method?

For example like this:

List<String> onProvideCompletionsFromAccountName(Long categoryId, String 
partial) {
        List<Product> matches = productDAO.findByPartialNameInCategory(partial, 
categoryId);
        ...
}

How can I do this without an @Persist on my categoryId?

Leon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to