Ask a Question related to Coldfusion Database Access, Design and Development.
-
kshawver@makingideaswork.com #1
cfm newbie invalid parser construct error
hi! i am using the cfmail server tag with the following
FROM: #first_name# #last_name#
PHONE: #phone#
EMAIL: #email#
COMPANY: #company#
WEBSITE: #00N30000000rbZO#
BEST TIME TO CALL: #00N30000000rbZd#
NATURE OF BUSINESS: #00N30000000rbZs#
NUMBER OF PAGES: #00N30000000rbbo#
NEEDS SUMMARY/SERVICE: #00N30000000rbg0#
URL LIKES: #00N30000000rbg5#
ADDITIONAL DETAILS: #00N30000000rbgF#
DISCOVERED US BY: #00N30000000rbgj#
and getting the following error message:
--------------
Error Diagnostic Information
Just in time compilation error
Invalid parser construct found on line 8 at position 11. ColdFusion was
looking at the following text:00Invalid expression format. The usual
cause is an error in the expression structure.
----------------------------
where is my error? please help! the input field names are as
"00N30000000rbZO", etc, because they are identified as such by another
program that I use to keep track of web leads.
thanks for your help
kshawver@makingideaswork.com Guest
-
Parser Error
Hi, I have a custom control, defined in the file LinkLabel.cs, compiled into assembly MyControl.dll namespace MyControl { public class... -
"Invalid CFML Construct" for array evaluation
Hello, I'm setting the value of an input field to be that of an array like so: value="#SESSION.Question#" where QuNu is a variable. This... -
Parser Error: Type XYZ does not have a property named 'cc3:MyItems' (complete posting) ASP.NET Web Control Error
I am having problems trying to get this part of the functionality working on my control and I hope somebody has a clue about how to resolve it. ... -
Error Creating Control: Parser Error DocHeader does not have a property named 'cc3:MyItems'
I am having problems getting this webcontrol working properly. Everything else works fine except having items. So here is the low-down on the... -
PHP + Parser Generator (newbie question)
Hi, What do I do if I need a parser too parse more complex user input? Is there a parser generator like lex/yacc for PHP? Or Can I call a parser...



Reply With Quote

