I have an object that contains a Boolean property. This is either true, false or null
<isEqual compareProperty="topVacancy" compareValue="true"> top_vacancy = 'Y', </isEqual> If the value of the topVacancy property was true, I would expect the above to put a Y in top_vacancy column. This does not seem to be working. I am 100% sure that the property is true (checked in breakpoints) Is there a problem with comparing Booleans? I would expect it to have called the toString() method... I am using ibatis-2.3.0.677 Thanks -- View this message in context: http://www.nabble.com/isEqual-compareProperty-tf4353239.html#a12404247 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
