checking boolean property in XML(Spring)
- by Abhishek Bhandari
I am using Spring Framework .
While writing coustum SQL queries , i am unable check a parameter of boolean value.
For example this is not working ..
do some SQl cods
The above checking is not working , it is evaluating as equal in both the cases when booleanVariable is true and false .
i tried to replace compareValue ="tree" and "false". As that is a monkey work i do sometimes .
is it possible to check the boolean property in XML like above .