Hello,
I am trying upgrade some code from the wicket-1.3.0-incubating-SNAPSHOT.jar
to the latest wicket.
It appears that the IConverterLocatorFactory no longer exists.
I need to register a custom converter to the application.
Here is my code which will not compile now.
.
getApplicationSettings().setConverterLocatorFactory( new
IConverterLocatorFactory()
{
public IConverterLocator newConverterLocator()
{
return new OmsConverter();
}
} );
Is there other solution for this?
Thanks
Karen
(wicket newbie)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]