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 2010/09/10 06:48:56 UTC

[jira] Updated: (WICKET-810) Converters using instanceof instead of class toString

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

Igor Vaynberg updated WICKET-810:
---------------------------------

    Fix Version/s: 1.5-M3
                       (was: 1.5-M2)

> Converters using instanceof instead of class toString
> -----------------------------------------------------
>
>                 Key: WICKET-810
>                 URL: https://issues.apache.org/jira/browse/WICKET-810
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>         Environment: Any
>            Reporter: Francis De Brabandere
>            Priority: Minor
>             Fix For: 1.5-M3
>
>
> It would be nice to have a converter for an interface or abstract class so all implementing classes can be caught by the converter.
> This might not be as simple as it looks because a class might have implemented 2 interfaces that have a converter defined. Also for example a sql date converter should get priority over a util date converter.

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