Hmm thats interesting, didnt think I gonna run into this problem :) How can I get back boolean? if I do result.getValue(); I will get true or false, however cannot cast it to boolean ofcourse since its an Object, is there a way to get boolean value? Ofcourse I can cast it to wrapper Boolean and than get booleanValue but is thats the only way?
Thanks Oleg