We are using CF4.5 with IIS5 on W2K server and SQL 2000 DB for our website. I have a big problem with users getting random errors about missing parameters - either form data or url parameters. The required form fields are validated for using javascript, which ensures that the problem is not caused by necessary fields being left unfilled. A sample of such an error is shown below :
----------------------------------------------------------------------------------------------------------- 203.199.247.72 Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) An error occurred while evaluating the expression: #form.job_id# Error near line 57, column 13. Error resolving parameter FORM.JOB_ID The specified form field cannot be found. This problem is very likely due to the fact that you have misspelled the form field name. The error occurred while processing an element with a general identifier of (#form.job_id#), occupying document position (57:12) to (57:24) in the template file D:\Inetpub\wwwroot\mysite\myfilename.cfm. -------------------------------------------------------------------------------------------------------------------- The page doing the referring is validated, and the error log shows that they are in fact being referred from the correct template. I know that the template doing the referring contains the specified form field. Is the browser somehow losing data? Is CF or IIS to blame ? Would like to know if anyone else has faced this problem, and what I can do to handle it. Thanks in anticipation. Vishal. ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

