Thats how all formcomponents work. If you dont set a type and it cant resolve it themselfs or the type is resolved to a string then convertValue() is used and not the converter. If you want a converter to be called on a string you have to set the type yourself.
On 4/5/08, Jan Kriesten <[EMAIL PROTECTED]> wrote: > > hi erik, > > > Regardless of the reason (I don't know it), you can use a model wrapper > > to circumvent this. > > you don't need a wrapper if you set the type on the ael - that's why i'm > curious > why the converterlocator isn't used in the first place. > > best regards, --- jan. > > > > --------------------------------------------------------------------- > 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]
