hi, i created a PersonConverter subclassing StrutsTypeConverter. in that class, i have reference to spring-managed bean. thing is, Struts2 loads my PersonConverter from xwork-conversion.properties, and after instantinating it, Struts doesn't "wire" it with Spring beans.
i tried to make a spring bean called "personConverter" and put it in xwork-conversion.properties like: ..Person=personConverter but Struts complained for not finding personConverter (which means, she doesn't look for it in Spring config) any solution? thx in advance. regards, Thomas Wiradikusuma -- View this message in context: http://www.nabble.com/struts2%3A-make-subclass-of-StrutsTypeConverter-Spring-aware-tf3622286s2369.html#a10114967 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
