You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2011/01/04 21:25:49 UTC

[jira] Resolved: (WICKET-3308) Turn the FormComponent#getConvertedInput method to protected

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

Igor Vaynberg resolved WICKET-3308.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

needs to stay public because it is called from outside the component by components that compose their values from multiple form components

> Turn the FormComponent#getConvertedInput method to protected
> ------------------------------------------------------------
>
>                 Key: WICKET-3308
>                 URL: https://issues.apache.org/jira/browse/WICKET-3308
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.5-M3
>            Reporter: Pedro Santos
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>
> Pasting a message from the irc:
> "whats the "right" way of retreiving values from a simple formcomponent such as textfield<String>: youve got getModel, getValue, getInput, getConvertedValue, ......."
> getConvertedInput is mainly used by updateModel and FormComponent subclasses, an protected access modifier would make the API clearer

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