Visit the javapronews Directory
Blogs
Blogger, Blogosphere, Web 2.0...
Design Agencies
Professional, Design, Job...
Education
Communicate, Help, Learn...
Forums
Search, Learn, Communicate...
Java Developers
Skills, Build, Distribute...
Java Tutorials
books, help, Learning...
Javascript Tutorials
Help, Learn, Read...
News
Technology, Business, Web...

Submit your site for FREE

Archive for February, 2007

Null Java References In Coldfusion 6 Vs 7

Monday, February 12th, 2007

ColdFusion 7 appears to be much better at passing null values to a java object.

ColdFusion 6 however likes to block you from doing it, even when you want to.

I am tring to work with a java API that requires me to pass a null value to a method.

Since CFMX 6 has no way of creating a null value I though I would use the Java API to concoct one.

So I did something like this:
(more…)