this is not a problem. yoru textfield's input is already a string, so there is no need to convert it to a string. String convertToObject(String) doesnt make sense.
-igor On Thu, Jul 7, 2011 at 4:36 PM, T P D <[email protected]> wrote: > I've added an IConverter to a TextField<String>, to do formatting. > > The converter's convertToString method is called on render, but > convertToObject is not called on form submit. > > Some of the Wicket 1.3 examples suggest that this is a known problem, and > suggest using a wrapper type as a work-around. > > As my experience suggests, is this stil teh problem in 1.4.x? > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
