Yup, in your application override newConverterLocator and let it
return the IConverterLocator instance you want.

Eelco

On Jan 12, 2008 3:28 PM, Karen Schaper <[EMAIL PROTECTED]> wrote:
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to