I wrote a TypeConverter and configured S2 with xwork-conversion.properties to use it so:

org.permacode.patternrepo.domain.Market=org.permacode.atomic.web.DomainObjectTypeConverter

as per the wiki.

However, from debugging it looks as though struts is completely ignoring the TypeConverter and instantiating my Market objects as it needs them from scratch, for instance with nested objects in my form:

instrument.market.id=13

What am I doing wrong? I use the ParamsInterceptor. Should I be using a different interceptor?


Thanks
Adam

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

Reply via email to