note potential problems with mixed-case form field names
Brought to you by:
egravel
I discovered that I had problems getting length and checkbox validation to work in Netscape 4.6 until I converted my form field names to all lowercase instead of mixed case. I am not sure why this was a problem, but I know that WDDX converts variable names to all lower-case when deserializing to JavaScript because ColdFusion is case-insensitive, so it may be the culprit (but then I would expect it to show up in Netscape 6 and IE5 as well, which wasn't the case). You might want to make note of it in the docs.