I think it's something with the CF Server , because one week before it works
great....
I have this site working in our intranet in our company and work great if i
copy via ftp these files to my laptop , config the site when all is ready
..wao doesn't work the same error message..
Look at the page who process the submit
It's the more important code ....
<cfset UserId=0>
<cfset session.mission=0>
<cfset MyUser=CreateObject("component","aplicaciones.cfcomponents.users")>
<cfif NOT IsDefined("Form.chkPass")>
<!--- Define la app para la cual estamos chequeando el acceso, en este
caso Protocolo --->
<!--- Comporbando que dado un Login y Pass existe un usuario --->
<cfset UserId=MyUser.GetUserId(form.txtLogin, form.txtPass)>
<cfif UserId GT 0>
<!--- Si existe el usuario entonces chequearemos si tiene permisos
adecuados en la Aplicación --->
<cfset MySt=StructNew()>
<cfset MySt=MyUser.GetUserInfo(UserId)>
.
.
.
.
.
.
In the red code i got the error message
Regards
__
M.Sc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer
DIGI-Grupo de Desarrollo
COPEXTEL, S.A.
_____
From: Ben Forta [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 10:05 AM
To: CF-Talk
Subject: RE: What can I do..
A) Check that your form fields are spelled correctly.
B) Make sure METHOD="post" in your form.
C) Make sure quotes are all matched up.
Those 3 account for most occurrences of the problem you are seeing.
If those don't help, turn on debugging to see what form fields (if any) are
present.
--- Ben
_____
From: Joe Rinehart [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 12:55 PM
To: CF-Talk
Subject: Re: What can I do..
Hassan,
Can you post the code of your form?
-joe
----- Original Message -----
From: Hassan Arteaga Rodriguez <[EMAIL PROTECTED]>
Date: Wed, 7 Jul 2004 11:22:25 -0700
Subject: What can I do..
To: CF-Talk <[EMAIL PROTECTED]>
Hi all:
I have a simple cfform with two cfinput txtLogin and txtPass when i click
submit button i got the message in my Error template:
"Element TXTLOGIN is undefined in FORM." it's not true.
Any help ? Please
Regards
__
M.Sc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer
DIGI-Grupo de Desarrollo
COPEXTEL, S.A.________________________________
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

