> However, wicket never calls the getConverter() method and simply uses > SomePOJO.toString() to retrieve the text for the choices. What am I > doing wrong?
One possibility is that in all the nested classes in the typical Wicket source file you have added the method to the wrong class. Try adding @Override to indicate that you intend to override a superclass method, and see if the compiler or IDE complains. - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
