Question
How to send a null date to <cfqueryparam and avoid NullPointerException
how can I avoid the error
faultCode:Server.Processing faultString:'Unable to invoke CFC - The cause of this output exception was that: java.lang.NullPointerException.' faultDetail:''
when I send a null date to
,<cfqueryparam cfsqltype="cf_sql_timestamp" value="#ARGUMENTS.object.dateAcknowledged#" null="#isNull(ARGUMENTS.object.dateAcknowledged)#">
