ColdFusioning: Pronunciation \kold-fy�-zhn-ing\ Noun: The action of one that writes ColdFusion.

Eror java.lang.ArrayIndexOutOfBoundsException: 88 with ColdFusion and WDDX

I was working with moving some WDDX around and I kept getting a "java.lang.ArrayIndexOutOfBoundsException: 88" error when I would try to convert the WDDX to a Query using:


<cfwddx action="wddx2cfml" input="#theWDDX#" output="theQuery">    

Apparently, I had a Input field that had an ID but not a name. I added a name to the field, and it started working!



Comments