Hi Richard, The lines need to be added to WEB-INF\build\build.properties not Torque.properties.
David -----Original Message----- From: Richard Han [mailto:Richard Han] Sent: Tuesday May 4, 2004 8:15 PM To: [EMAIL PROTECTED] Subject: config Torque for Retrievable in TDK2.3 Is there a way to configure Torque to make the OM classes implement Retrievable interface? I am having problem of mapping intake group to a business object (an OM object), I found that the torque generated OM objects do not implement Retrievable interface in TDK2.3, I am thinking this is the cause that the mapping fails. I've tried to put the following lines into Torque.properties addIntakeRetrievable=true retrievableInterface=org.apache.turbine.om.Retrievable but it doesn't solve the problem Thanks for your help! Richard --------------------------------------------------------------------- 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]
