You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/06/22 16:46:20 UTC

[jira] [Commented] (ISIS-444) Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.

    [ https://issues.apache.org/jira/browse/ISIS-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13691162#comment-13691162 ] 

ASF subversion and git services commented on ISIS-444:
------------------------------------------------------

Commit 050e9e32f2cbc7ccce972675bfe988a38ebdaba2 in branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=050e9e3 ]

ISIS-444: @MinLength for autocomplete methods, and no min length for choices.

* also tiny performance improvement in ServicesInjectorDefault (no jira ticket raised).

                
> Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-444
>                 URL: https://issues.apache.org/jira/browse/ISIS-444
>             Project: Isis
>          Issue Type: Improvement
>          Components: Archetypes, Core, Examples, Viewer: Wicket
>    Affects Versions: archetype-wrj-1.0.3, viewer-wicket-1.2.0, core-1.2.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>             Fix For: archetype-wrj-1.0.4, viewer-wicket-1.3.0, core-1.3.0
>
>
> Introduce @MinLength annotation to add on autoComplete action, eg:
> public Foo someProperty() { ... }
> public List<Foo> autoCompleteSomeProperty(@MinLength(3) String searchArg) { ... }
> or
> public void someAction(Foo a, int b) { ... }
> public List<Foo> autoComplete0SomeAction(@MinLength(3) String searchArg) { ... }
> The default, if not specified, is to enter a single character.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira