checking boolean property in XML(Spring)

heksleexy

New Member
I am using Spring Framework .While writing custom queries, I am unable check a parameter of boolean value.For example this is not working:\[code\]<isEqual property="booleanVariable" compareValue="http://stackoverflow.com/questions/11204110/0">do some SQl codes</isEqual>\[/code\]The above checking is not working, it is evaluating as equal in both the cases when \[code\]booleanVariable\[/code\] is true and false .I tried to replace \[code\]compareValue="http://stackoverflow.com/questions/11204110/true"\[/code\] and "false".Is it possible to check the boolean property in XML like above?
 
Back
Top