checking boolean property in XML(Spring)

Posted by Abhishek Bhandari on Stack Overflow See other posts from Stack Overflow or by Abhishek Bhandari
Published on 2012-06-26T09:13:45Z Indexed on 2012/06/26 9:15 UTC
Read the original article Hit count: 216

Filed under:
|
|

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 .

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml