Ask a Question related to Coldfusion Database Access, Design and Development.
-
WOLFcfm #1
Error Processing Request
hey, this problem im facing is probably something real simple but i cant figure
it out...everytime i try running the cfm page im working on i get this error
message.
Element SUBMIT is undefined in FORM.
its pointing out this to be the problem
<cfif form.submit is 'submit'>
however, i dont see anything wrong with it..
this is my form:
<form name="cellphone" method="post">
<input type="text" name="covers"><br>
<input type="submit" name="submit" value="submit">
</form>
any type of help would be appreciated, thank you.
WOLFcfm Guest
-
Processing Request
I'm pretty new at this: I keep getting the follwoing error randomly on large request. It works fine with smaller request. I can take the sql and run... -
Error Occurred While Processing Request
Hi, i am new to coldfusion and i was building my first Access database into my website as instructed on the macromedia web. When i preview the... -
"error Occurred while Processing request" uponColdfusion installation
Hello Im aboslutely new to web development, except for being able to produce not dinamic web pages. I am a beginner to Coldfusion, and I have... -
error occured while processing request
i just want to know what is mean by elemenet LOCALE is undefined in REQUEST ? i try to click to server debug and the result is came out with this... -
Error Occurred While Processing Request .
Hello, please somebody help me! I gotta stucked on getting start tutorial. When in the tutorial ask me to launch my browser to see my page a can`t... -
mxstu #2
Re: Error Processing Request
If you are submitting the page back to itself, the "form.submit" element isn't
defined the first time you load the page. It is only defined after you submit
the form. Try using IsDefined("form.submit") .
mxstu Guest
-



Reply With Quote

