cfform inside cfdiv...
I have a cfform nested inside a cfdiv and it works great. The cfform submits inside the cfdiv container and life is good. However... If any of the form values don't pass processing logic I have written when the form submits (I've already done as much frontend checking as I can) then I want to redirect to an entirely new page. Right now the redirect loads the new page inside the cfdiv. I don't want that. I want to get outside the cfdiv container and load an entirely new page. Is this possible? How?
