You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2010/12/07 01:16:11 UTC

[jira] Resolved: (WICKET-3235) AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable

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

Pedro Santos resolved WICKET-3235.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.15

> AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-3235
>                 URL: https://issues.apache.org/jira/browse/WICKET-3235
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.5-M3
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Pedro Santos
>            Priority: Trivial
>             Fix For: 1.4.15, 1.5-M4
>
>
> AutoCompleteBehavior's base class AbstractAutoCompleteBehavior creates the settings
> instance variable:
>   protected AutoCompleteSettings settings = new AutoCompleteSettings();
> So, this.settings has default value.
> In AutoCompleteBehavior constructor, a new AutoCompleteSettings is created if the
> settings constructor parameter is null and is used to re-set the settings instance variable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.