Feature Requests item #1467907, was opened at 2006-04-10 14:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1467907&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.3 Status: Open Priority: 5 Submitted By: jdelajaraf (jdelajaraf) Assigned to: Nobody/Anonymous (nobody) Summary: using superclass converter for subclass instances Initial Comment: Currently to use a particular format, one has to define a converter for each class. It would be nice to use a converter for instances of subclasses if no converter has been defined for this classes. For example, in the get method of wicket.util.convert.converters.StringConverter if there is no ITypeConverter for, then one could search for a superclass converter, and if found return it, otherwise the default converter would be used. If there are more than one converter that could be used, one could return the first found, the closer in the class hierarchy, etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1467907&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
