Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Laverda668 #1
Element <VARIABLE> is undefined in URL
Hi All,
I can't seem to remember how to stop the error "Element DOCTYPE is undefined
in URL". I am using the following code but I can't solve this problem. I want
to be able to run the cfif when the variable 'doctype=pdf'. When the variable
is not available I get the error.
<cfif isDefined(url.docType)>
<cfif url.docType EQ "pdf">
<cfdocument format="pdf" pagetype="a4" />
</cfif>
</cfif>
Any help would be appreciated.
Laverda668 Guest
-
Element is undefined
I get the message Form Element TXTSEARCH is undefined with this code: <cfset Session.Description = #Form.txtSearch#> I have a textbox called... -
Element DS is undefined in APPLICATION
I have followed all the advice from a previous thread but now i get a new error link: www.healthhokkaido.com Element DS is undefined in... -
Undefined element in form - Please Help
I keep on getting a message displayed stating that I have an undefined element in a form - I have checked and everything looks OK - did a <cfdump>... -
Undefined element in form
I keep on getting a message - Element STARTTIME_HOUR is undefined in FORM ??? I have checked everything that I can think of and can see... -
Element (.....) is undefined in FORM
I am getting this error message after I submit a form (parts request):Error Occurred While Processing Request Element LIPSEALS4044 is undefined in... -
Laverda668 #2
Re: Element <VARIABLE> is undefined in URL
I found the answer - I needed to change <cfif isDefined(url.docType)> to <cfif isDefined("url.docType")>
Laverda668 Guest



Reply With Quote

