Re: [S2] Problems using spring plugin and struts 2.0.6

2007-02-27 Thread cilquirm
I'm not sure type converters are instantiated via the ObjectFactory mechanism, but you can just as easily say : domain.security.PermissionType = presentation.converter.EnumTypeConverter You will probably need to refactor some code if your EnumTypeConverter expects to be in a Spring context.

Re: [S2] Problems using spring plugin and struts 2.0.6

2007-02-27 Thread João Vieira da Luz
Ok, that's a solution. We were trying to avoid to do that... Hope somebody could help us on this. Thanks again, João On 2/27/07, cilquirm [EMAIL PROTECTED] wrote: I'm not sure type converters are instantiated via the ObjectFactory mechanism, but you can just as easily say :