OK guys I have a very strange problem.  I have a page that contains a form
with a bunch of hidden fields and 2 text boxes that the user types into and
submits.  The action page then tests the value of these form controls.  I
also have a custom error page and have a cferror tag (type="exception"
exception="any") in my Application.cfm .  This error page then mails the
error details to me.  This has worked fine in my development environment (CF
4.5) but on the live server (CF 5) something very strange happens.  The page
works as it should but I am getting emails from the error page saying that
it can't find the form controls that I have posted, even though the page
uses the values of these controls quite happily.  In fact if I output the
values of these controls immediately before the line of code that tests for
their value it outputs it to the screen, yet I still get an error message
sent to me.  I think that either I have totally cocked up my error handling
(which I'm sure I haven't) or there must be some difference between CF 4 and
CF 5 as this is not happening in my development environment.

Any Ideas?

Andy

------------------------------------------------------------------ 
Andy Ewings
Director 
Thoughtbubble Ltd
http://www.thoughtbubble.net 
------------------------------------------------------------------ 
United Kingdom 
http://www.thoughtbubble.net 
Tel: +44 (0) 20 7387 8890 
------------------------------------------------------------------ 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
------------------------------------------------------------------ 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to