Bud wrote:

>OK. I'm REALLY at a loss now.
>
>This doesn't return an error.
>
><CFIF isDefined('form.includeorders')>
><textarea rows="10" cols="50" wrap="off">
><CFOUTPUT>#orders#</CFOUTPUT>
></textarea>
></CFIF>
>
>If I copy that code and paste it right under it, still no error. If I 
>copy it and paste it a THIRD time, I get the error. I ended up 
>checking like that because I have 5 of these statements in my code 
>for different variables. I can use any 2 of them. This is depressing.
>
>Searching the KB for undefined value or null pointer returns 0 results.
>  
>

What happens if you do:

<cfoutput>

<CFIF isDefined('form.includeorders')>
        <textarea rows="10" cols="50" wrap="off">
                #orders#
        </textarea>
</CFIF>

(5x)
</cfoutput>

Jesse

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to