Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created November 28, 2012 13:23
Show Gist options
  • Save mplacona/4161256 to your computer and use it in GitHub Desktop.
Save mplacona/4161256 to your computer and use it in GitHub Desktop.
ColdFusion - Java Null (2)
// Returns a Java null from ColdFusion
function createJavaNull(){
return javacast("null","");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment