RE: CFFORM error

2005-08-11 Thread Russ Michaels
Yes, I have not posted ALL code. 

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 00:17
To: CF-Talk
Subject: Re: CFFORM error

before digging thru this...is that /cfoutput after your cfform supposed
to be there?

On 8/10/05, Russ Michaels [EMAIL PROTECTED] wrote:
 Ok here's the code.

(snipped)

--
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies, and
whenever they catch you, they will kill you. But first they must catch you,
digger, listener, runner, prince with a swift warning. 
Be cunning and full of tricks and your people shall never be destroyed.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214518
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Dave.Phillips
cfform action=#script_name#?action=domains.default method=POST
name=domainform
/cfoutput

I looked through all your code and the only odd thing is the /cfoutput just 
after the cfform  I would move that ABOVE The cfform as I don't believe 
it's needed for the #script_name# to be evaluated since it's contained within a 
CF tag (CFFORM).  And that's what could be causing yourp roblem.  I don't see 
anything else wrong with it.  

If that's NOT it, then something else on your page is causing the problem and 
unless you post all the code, we will never be able to help you figure it out.  
Remember, sometimes, the CF error handler does NOT report the correct line 
where the error really is, but instead reports the line where it couldn't 
continue processing (which are not both always one and the same).  

Try moving the /cfoutput above your cfform and if that doesn't work, then 
post your code at http://www.nomorepasting.com and let us know the pasting code 
and we will take a look at it and help you find the culpritwe have all 
banged our heads against our keyboards for times when it took us forever to 
find a simple typo that caused major headaches

Dave
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214522
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Russ Michaels
There is an opening cfouput in the code above the cfform (not posted as it's
just a bunnch of cfsets and cfparams and comments), and I have tried moving
the cfoutputs around as well.

Russ 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 12:16
To: CF-Talk
Subject: RE: CFFORM error

cfform action=#script_name#?action=domains.default method=POST
name=domainform
/cfoutput

I looked through all your code and the only odd thing is the /cfoutput
just after the cfform  I would move that ABOVE The cfform as I don't
believe it's needed for the #script_name# to be evaluated since it's
contained within a CF tag (CFFORM).  And that's what could be causing yourp
roblem.  I don't see anything else wrong with it.  

If that's NOT it, then something else on your page is causing the problem
and unless you post all the code, we will never be able to help you figure
it out.  Remember, sometimes, the CF error handler does NOT report the
correct line where the error really is, but instead reports the line where
it couldn't continue processing (which are not both always one and the
same).  

Try moving the /cfoutput above your cfform and if that doesn't work,
then post your code at http://www.nomorepasting.com and let us know the
pasting code and we will take a look at it and help you find the
culpritwe have all banged our heads against our keyboards for times when
it took us forever to find a simple typo that caused major headaches

Dave

**
The information contained in this message, including attachments, may
contain privileged or confidential information that is intended to be
delivered only to the person identified above. If you are not the intended
recipient, or the person responsible for delivering this message to the
intended recipient, ALLTEL requests that you immediately notify the sender
and asks that you do not read the message or its attachments, and that you
delete them without copying or sending them to anyone else. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214527
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Dave.Phillips
I understand that, but my point is I don't think you need the /cfoutput AFTER 
the cfform.  In any case, if moving it above cfform didn't solve the 
problem, then the typo is somewhere else in your code and we're not going to be 
able to help unless you can post all the code in the template AND maybe post 
your exact error message again (all of it).

Dave

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 8:32 AM
To: CF-Talk
Subject: RE: CFFORM error


There is an opening cfouput in the code above the cfform (not posted as it's
just a bunnch of cfsets and cfparams and comments), and I have tried moving
the cfoutputs around as well.

Russ 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 12:16
To: CF-Talk
Subject: RE: CFFORM error

cfform action=#script_name#?action=domains.default method=POST
name=domainform
/cfoutput

I looked through all your code and the only odd thing is the /cfoutput
just after the cfform  I would move that ABOVE The cfform as I don't
believe it's needed for the #script_name# to be evaluated since it's
contained within a CF tag (CFFORM).  And that's what could be causing yourp
roblem.  I don't see anything else wrong with it.  

If that's NOT it, then something else on your page is causing the problem
and unless you post all the code, we will never be able to help you figure
it out.  Remember, sometimes, the CF error handler does NOT report the
correct line where the error really is, but instead reports the line where
it couldn't continue processing (which are not both always one and the
same).  

Try moving the /cfoutput above your cfform and if that doesn't work,
then post your code at http://www.nomorepasting.com and let us know the
pasting code and we will take a look at it and help you find the
culpritwe have all banged our heads against our keyboards for times when
it took us forever to find a simple typo that caused major headaches

Dave

**
The information contained in this message, including attachments, may
contain privileged or confidential information that is intended to be
delivered only to the person identified above. If you are not the intended
recipient, or the person responsible for delivering this message to the
intended recipient, ALLTEL requests that you immediately notify the sender
and asks that you do not read the message or its attachments, and that you
delete them without copying or sending them to anyone else. 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214529
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Dave.Phillips
FYI - when I run that code you gave us without the /cfoutput below the 
cfform I don't get the error message.  I would look above your cfform for 
the error and definitely move the /cfoutput above it. 

Hope this helps.

Dave

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214530
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Russ Michaels
As my CFFORM action has a coldfusion variable in it

cfform action=#script_name#?action=domains.default method=POST
name=domainform

A cfoutput is required. Otherwise what will happen is that the actual text
#script_name# will be output instead of it's value.

As I stated in another reply, I have tried moving the cfoutputs, and evenin
getting rid of them altogether to see if that was the problem, and it
wasn;t.

Russ
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 13:45
To: CF-Talk
Subject: RE: CFFORM error

I understand that, but my point is I don't think you need the /cfoutput
AFTER the cfform.  In any case, if moving it above cfform didn't solve
the problem, then the typo is somewhere else in your code and we're not
going to be able to help unless you can post all the code in the template
AND maybe post your exact error message again (all of it).

Dave

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 8:32 AM
To: CF-Talk
Subject: RE: CFFORM error


There is an opening cfouput in the code above the cfform (not posted as it's
just a bunnch of cfsets and cfparams and comments), and I have tried moving
the cfoutputs around as well.

Russ 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 11 August 2005 12:16
To: CF-Talk
Subject: RE: CFFORM error

cfform action=#script_name#?action=domains.default method=POST
name=domainform
/cfoutput

I looked through all your code and the only odd thing is the /cfoutput
just after the cfform  I would move that ABOVE The cfform as I don't
believe it's needed for the #script_name# to be evaluated since it's
contained within a CF tag (CFFORM).  And that's what could be causing yourp
roblem.  I don't see anything else wrong with it.  

If that's NOT it, then something else on your page is causing the problem
and unless you post all the code, we will never be able to help you figure
it out.  Remember, sometimes, the CF error handler does NOT report the
correct line where the error really is, but instead reports the line where
it couldn't continue processing (which are not both always one and the
same).  

Try moving the /cfoutput above your cfform and if that doesn't work,
then post your code at http://www.nomorepasting.com and let us know the
pasting code and we will take a look at it and help you find the
culpritwe have all banged our heads against our keyboards for times when
it took us forever to find a simple typo that caused major headaches

Dave

**
The information contained in this message, including attachments, may
contain privileged or confidential information that is intended to be
delivered only to the person identified above. If you are not the intended
recipient, or the person responsible for delivering this message to the
intended recipient, ALLTEL requests that you immediately notify the sender
and asks that you do not read the message or its attachments, and that you
delete them without copying or sending them to anyone else. 








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214532
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Dave.Phillips
A cfoutput is required. Otherwise what will happen is that the actual text
#script_name# will be output instead of it's value.

Russ,

Look, I'm trying to help here.  I told you before that you don't need to put 
the cfoutput around the cfform to have the #script_name# evaluated.  It 
will evaluate just fine because it is IN a CF TAG (cfform).  If you were just 
using form action=#script_name#... then you WOULD need a cfoutput around 
it, but since you're using CFFORM, you don't.

I tested it to be sure I'm write and the script_name evaluates fine WITHOUT any 
CFOUTPUT.  

As I stated in another reply, I have tried moving the cfoutputs, and evenin
getting rid of them altogether to see if that was the problem, and it
wasn;t.

However, I have also acknowledged that you moved the cfoutput's 'around' 
(although I don't know where you moved them) and that to help you, you need to 
post all the code for the template.

Remember, I'm trying to help you solve a problem.  The more information you can 
provide, the better job I can do.  If you don't want help, then just don't 
reply.

Dave
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214533
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFORM error

2005-08-11 Thread Charlie Griefer
On 8/11/05, Russ Michaels [EMAIL PROTECTED] wrote:
 As my CFFORM action has a coldfusion variable in it
 
 cfform action=#script_name#?action=domains.default method=POST
 name=domainform
 
 A cfoutput is required. Otherwise what will happen is that the actual text
 #script_name# will be output instead of it's value.

The error message notwithstanding...the statement above is incorrect.

As a value of an attribute of a CF tag...it will be evaluated if
surrounded by # signs (the cfoutput/cfoutput is completely
unnecessary).

As far as the error message goes...I still don't see anything glaring.
 My suggestion would be to remove everything between the
cfform/cfform tags, and add code line by line if necessary,
testing each time to see at what point it breaks.

-- 
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies, 
and whenever they catch you, they will kill you. But first they must catch 
you, digger, listener, runner, prince with a swift warning. 
Be cunning and full of tricks and your people shall never be destroyed.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214534
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Russ Michaels
Sorry, I have actually replaced the CFFORM with a FORM tag since, and [EMAIL 
PROTECTED]
why the cfoutput is there.
When I pasted the code here I just edited it back to CFFORM. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 14:15
To: CF-Talk
Subject: RE: CFFORM error

A cfoutput is required. Otherwise what will happen is that the actual 
text #script_name# will be output instead of it's value.

Russ,

Look, I'm trying to help here.  I told you before that you don't need to put
the cfoutput around the cfform to have the #script_name# evaluated.  It
will evaluate just fine because it is IN a CF TAG (cfform).  If you were
just using form action=#script_name#... then you WOULD need a cfoutput
around it, but since you're using CFFORM, you don't.

I tested it to be sure I'm write and the script_name evaluates fine WITHOUT
any CFOUTPUT.  

As I stated in another reply, I have tried moving the cfoutputs, and 
evenin getting rid of them altogether to see if that was the problem, 
and it wasn;t.

However, I have also acknowledged that you moved the cfoutput's 'around'
(although I don't know where you moved them) and that to help you, you need
to post all the code for the template.

Remember, I'm trying to help you solve a problem.  The more information you
can provide, the better job I can do.  If you don't want help, then just
don't reply.

Dave

**
The information contained in this message, including attachments, may
contain privileged or confidential information that is intended to be
delivered only to the person identified above. If you are not the intended
recipient, or the person responsible for delivering this message to the
intended recipient, ALLTEL requests that you immediately notify the sender
and asks that you do not read the message or its attachments, and that you
delete them without copying or sending them to anyone else. 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214536
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Dave.Phillips
Ahhh, okay, so is everything working for you now?

Dave

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 9:22 AM
To: CF-Talk
Subject: RE: CFFORM error


Sorry, I have actually replaced the CFFORM with a FORM tag since, and [EMAIL 
PROTECTED]
why the cfoutput is there.
When I pasted the code here I just edited it back to CFFORM. 
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214539
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-11 Thread Russ Michaels
Ok I thought I had removed the cfoutput when I converted from FROM to
CFFORM, but I guess I didn't LOL!
Altho why that should cause such an error is strange.

Russ 

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 14:22
To: CF-Talk
Subject: RE: CFFORM error

Sorry, I have actually replaced the CFFORM with a FORM tag since, and [EMAIL 
PROTECTED]
why the cfoutput is there.
When I pasted the code here I just edited it back to CFFORM. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 11 August 2005 14:15
To: CF-Talk
Subject: RE: CFFORM error

A cfoutput is required. Otherwise what will happen is that the actual 
text #script_name# will be output instead of it's value.

Russ,

Look, I'm trying to help here.  I told you before that you don't need to put
the cfoutput around the cfform to have the #script_name# evaluated.  It
will evaluate just fine because it is IN a CF TAG (cfform).  If you were
just using form action=#script_name#... then you WOULD need a cfoutput
around it, but since you're using CFFORM, you don't.

I tested it to be sure I'm write and the script_name evaluates fine WITHOUT
any CFOUTPUT.  

As I stated in another reply, I have tried moving the cfoutputs, and 
evenin getting rid of them altogether to see if that was the problem, 
and it wasn;t.

However, I have also acknowledged that you moved the cfoutput's 'around'
(although I don't know where you moved them) and that to help you, you need
to post all the code for the template.

Remember, I'm trying to help you solve a problem.  The more information you
can provide, the better job I can do.  If you don't want help, then just
don't reply.

Dave

**
The information contained in this message, including attachments, may
contain privileged or confidential information that is intended to be
delivered only to the person identified above. If you are not the intended
recipient, or the person responsible for delivering this message to the
intended recipient, ALLTEL requests that you immediately notify the sender
and asks that you do not read the message or its attachments, and that you
delete them without copying or sending them to anyone else. 






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214542
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-10 Thread Dave.Phillips
Russ,

I'm guessing some other tag is missing a closing tag or some other syntax 
error.  Can you post your code?

Dave

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 10, 2005 4:24 PM
To: CF-Talk
Subject: CFFORM error


OK this is doing my head in, I am getting  this error.

Context validation error for tag cfform.  
The end tag /cfform encoutered on line 117 at column 3 requires a matching
start tag.  

Which is rubbish.

I have 1 and only 1 CFFORM tag in my page  and it has both a starting and
closing tag.

So why the hell am I getting this error.


Russ





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214463
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFORM error

2005-08-10 Thread Charlie Griefer
would need to see what's inside of the cfform/cfform tags.  if
it's ridiculously long, maybe paste it at www.nomorepasting.com?

On 8/10/05, Russ Michaels [EMAIL PROTECTED] wrote:
 OK this is doing my head in, I am getting  this error.
 
 Context validation error for tag cfform.
 The end tag /cfform encoutered on line 117 at column 3 requires a matching
 start tag.
 
 Which is rubbish.
 
 I have 1 and only 1 CFFORM tag in my page  and it has both a starting and
 closing tag.
 
 So why the hell am I getting this error.
 
 
 Russ
 
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214465
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFORM error

2005-08-10 Thread Russ Michaels
Ok here's the code. 

cfform action=#script_name#?action=domains.default method=POST
name=domainform
/cfoutput
cfoutput
input type=hidden name=action value=domains.default
fieldsetlegend class=defaultWhitestrongSearch
Criteria/strong/legend
table  border=0 cellspacing=0 cellpadding=4
tr
td CLASS=defaultWhiteSearch by Domain
Name/tdtdinput name=domainSearch size=20 class=defaultBlack
value=#domainSearch#/TD
td CLASS=defaultWhiteSearch by Company
Name/tdtdinput name=companySearch size=20 class=defaultBlack
value=#companySearch#/TD
td class=defaultWhiteShow Cancelled Domains /tdtd
class=defaultWhiteinput type=radio name=showcancelled value=1
#IIF(showcancelled,DE('checked'),DE(''))# yes input type=radio
name=showcancelled value=0 #IIF(showcancelled,DE(''),DE('checked'))#
No/td

/tr
tr
TD colspan=2 CLASS=defaultWhiteShow domains that will
expire in the next input type=text name=expireMonths size=2
maxlength=3 value=#expireMonths# months/TD
TD/td
/tr
trtd colspan=6 align=rightinput type=image name=search
src=images/icons/go.gif alt=Search/td/tr
/table
/fieldset
/cfoutput
br


div  class=datatable
table  border=0 cellspacing=0 cellpadding=3 width=100%
tr
tags:recordBrowser mode=sortcolumn
formName=domainform columnName=domainName columnText=Domain Name
class=datacellHead
tags:recordBrowser mode=sortcolumn
formName=domainform columnName=company columnText=Company
class=datacellHead
tags:recordBrowser mode=sortcolumn
formName=domainform columnName=expdate columnText=Expiry Date
class=datacellHead
tags:recordBrowser mode=sortcolumn
formName=domainform columnName=DateDiff(m, GetDate(), expDate)
columnText=Months till expired class=datacellHead
tags:recordBrowser mode=sortcolumn
formName=domainform columnName=renew columnText=Auto Renew
class=datacellHead
tags:recordBrowser mode=sortcolumn
formName=domainform columnName=domains.cancelled columnText=Status
class=datacellHead

/tr
cfif getrecords.recordcount GT 0
cfoutput query=getrecords startrow=#startrow#
maxrows=#maxrows#
TR style=cursor:hand class=datarow height =20
onMouseover=this.className='dataMouseover'
onMouseout=this.className='datarow'
ONCLICK=popup('popup.cfm?action=domains.EditDomainprimaryKEY=#domainID#','
domainEdit')
td ID=datacell#domainName#/td
td ID=datacell#company#/td
td ID=datacell#Dateformat(expDate,'dd mmm
')#/td
td ID=datacell#expires#/td
td ID=datacellcfif renew is 0img
src=images/icons/x_16x16.gif height=16 width=16 border=0cfelseif
renew is 1img src=images/icons/tick_16x16.gif height=16 width=16
border=0cfelse?/cfif/td
td ID=datacellcfif cancelled is 1img
src=images/icons/x_16x16.gif height=16 width=16 border=0cfelseif
cancelled is 0img src=images/icons/tick_16x16.gif height=16 width=16
border=0cfelse?/cfif/td

/tr
/cfoutput
cfelse
TR style=cursor:hand class=datarow height =20
td ID=datacell colspan=6No Records Found/td



/tr
/cfif

/table
table  border=0 cellspacing=0 cellpadding=2 width=100%
tr
tdtags:RecordBrowser mode=buttons query=getrecords
class=defaultBlack/td
/tr
tr
td align=rightinput type=button value=Add New
class=buttonNormal ID=AddNew
onclick=location.href='index.cfm?action=domains.AddDomain'/td
/tr
/table
/div
/cfform 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 10 August 2005 21:26
To: CF-Talk
Subject: RE: CFFORM error

Russ,

I'm guessing some other tag is missing a closing tag or some other syntax
error.  Can you post your code?

Dave

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 10, 2005 4:24 PM
To: CF-Talk
Subject: CFFORM error


OK this is doing my head in, I am getting  this error.

Context validation error for tag cfform.  
The end tag /cfform encoutered on line 117 at column 3 requires a matching
start tag.  

Which is rubbish.

I have 1 and only 1 CFFORM tag in my page  and it has both a starting and
closing tag.

So why the hell am I getting this error.


Russ







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners

Re: CFFORM error

2005-08-10 Thread Charlie Griefer
before digging thru this...is that /cfoutput after your cfform
supposed to be there?

On 8/10/05, Russ Michaels [EMAIL PROTECTED] wrote:
 Ok here's the code.

(snipped)

-- 
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies, 
and whenever they catch you, they will kill you. But first they must catch 
you, digger, listener, runner, prince with a swift warning. 
Be cunning and full of tricks and your people shall never be destroyed.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214503
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54