You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/10/03 15:05:27 UTC

[jira] [Commented] (WICKET-5986) NumberTextField should use Models for minimum, maximum and step

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

ASF subversion and git services commented on WICKET-5986:
---------------------------------------------------------

Commit 51c18160c29da5f643cd928b65104990bfdf0885 in wicket's branch refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=51c1816 ]

WICKET-5986 NumberTextField<N> should use Models for minimum, maximum and step


> NumberTextField<N> should use Models for minimum, maximum and step
> ------------------------------------------------------------------
>
>                 Key: WICKET-5986
>                 URL: https://issues.apache.org/jira/browse/WICKET-5986
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 7.0.0
>            Reporter: Gregor Nikolaus
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 8.0.0-M1
>
>
> Currently in a NumberTextField<N> the fields
> minimum
> maximum
> step
> are all defined as fields of generic type N.
> If they were changed to IModel<N> this would allow a much more dynamic validation process.



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