Hi,
I have some problems during evaluation of conditions with JXPath if attributes
are null.
Following processing looks fine:
Integer intValue = null;
context.getValue("intValue = '' ") delivers true
But in this case i would expect also true:
BigDecimal bcdValue = null;
context.getValue("bcdValue = '' ") delivers false
I consider it as an error. Please let me know your opinion.
Thanks
Best regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]