Re: Server side form validation & CF8

2007-09-20 Thread Anthony Webb
I tried changing form.fieldnames and replacing the old fieldnames with the new ones on the whim that maybe it was looping over that list for validation, but that did not do anything. It is referencing that element of the form some other way. Is anyone aware of how to just disable form validati

Re: Server side form validation & CF8

2007-09-20 Thread Anthony Webb
Looks to me like the problem is that it is trying to validate the element that you deleted when you inserted the new item with _CFFIX appended. cf8 must be doing form validation by looping over the fieldnames instead of the form structure itself, and when you delete elements from the structure,

Server side form validation & CF8

2007-09-20 Thread Dominic Watson
A little time ago I made a template for developing CF apps for Facebook using FBML (facbook markup language). The template works great in CF6.1 & 7. Someone has just messaged me though saying that they are getting a Null pointer exception when trying to use it in CF8. Ode to joy. Looking at the er