You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Johan Doornenbal (JIRA)" <ji...@apache.org> on 2016/04/01 14:49:25 UTC

[jira] [Updated] (ISIS-1359) Action annotated as autoCompleteAction cannot be annotated with @Programmatic. This should be possible.

     [ https://issues.apache.org/jira/browse/ISIS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Doornenbal updated ISIS-1359:
-----------------------------------
    Issue Type: Improvement  (was: Bug)

> Action annotated as autoCompleteAction cannot be annotated with @Programmatic. This should be possible.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-1359
>                 URL: https://issues.apache.org/jira/browse/ISIS-1359
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.12.0
>            Reporter: Johan Doornenbal
>            Assignee: Dan Haywood
>
> For instance:
> {code}
> @DomainObject(
> autoCompleteRepository = Currencies.class, autoCompleteAction = "autoComplete")
> public class Currency ....
> {code}
> Then in Currencies class:
> {code}
> @Programmatic
>  public List<Currency> autoComplete(...) ..
> {code}
> causes a NPE



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)