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]
