OÄuz_Demirkapı wrote:
>
why not use resource bundles for this & leave the js lib alone?
~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/cold
attribute.
I hope this helps.
Sincerely,
OÄuz Demirkapı
Sr. Developer | TeraTech
http://www.teratech.com
-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Friday, July 06, 2007 1:17 PM
To: CF-Talk
Subject: Translating CFFORM Error Messages
On
One of the gals on our team is trying to translate the error messages
that CFFORM's JS validation displays to the user. Anyone know how to
do that?
thanks,
barneyb
--
Barney Boisvert
[EMAIL PROTECTED]
http://www.barneyb.com/
Got Gmail? I have 100 invites.
~
o: 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 around the
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
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 around the to have t
On 8/11/05, Russ Michaels <[EMAIL PROTECTED]> wrote:
> As my CFFORM action has a coldfusion variable in it
>
> 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 notwithstand
>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 around the to have the #script_name# evaluated. It
will evaluate just fine
together 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
AFTER the . In any case
FYI - when I run that code you gave us without the below the
I don't get the error message. I would look above your above it.
Hope this helps.
Dave
**
The information contained in this message, includin
ost
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
16
To: CF-Talk
Subject: RE: CFFORM error
>name="domainform">
>
I looked through all your code and the only odd thing is the
just after the I would move that ABOVE The as I don't
believe it's needed for the #script_name# to be evaluated since it's
contained wit
>name="domainform">
>
I looked through all your code and the only odd thing is the just
after the I would move that ABOVE The 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.
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 after your supposed
to be there?
On 8/10/05, Russ Michaels <[EMAIL PROTEC
before digging thru this...is that after your
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,
#expires#
?
?
No Records Found
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 10 August 2005 21:26
To: CF-Talk
Subject: RE: CFF
I stopped using CFFORM about a year ago...know I just write JavaScript
validations instead
:(
- Original Message -
From: "Russ Michaels" <[EMAIL PROTECTED]>
To: "CF-Talk"
Sent: Wednesday, August 10, 2005 3:23 PM
Subject: SPAM-LOW: CFFORM error
> OK t
would need to see what's inside of the 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 encoutered o
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 he
OK this is doing my head in, I am getting this error.
Context validation error for tag cfform.
The end tag 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
This must be a duplicate of the original from 2 hours ago.
-Original Message-
From: Daniel Kessler [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 02, 2004 1:48 PM
To: CF-Talk
Subject: cfif in cfform error
I have a page that is completely generated with cfoutput. I'm trying
to p
Thanks everyone. It's working.
I didn't need the second cfoutput, like a few of you said. I had done it because it seemed like the pseudo code in my head was saying if this, then output that, else output that. It had the word output in it.
And Ian, thanks also for the string example. That's gr
Thanks everyone. It's working.
I didn't need the second cfoutput, like a few of you said. I had done it because it seemed like the pseudo code in my head was saying if this, then output that, else output that. It had the word output in it.
And Ian, thanks also for the string example. That's gr
Well, why do you have the embedded tags? You don't need the
ones that are within the
John Burns
-Original Message-
From: daniel kessler [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 02, 2004 1:32 PM
To: CF-Talk
Subject: Re: cfif in cfform error
Thank you, you were correct th
I think this is a simple abstract of what you are trying to do.
#aString#
This produces the following result.
one flew over the cookies nest {ts '2004-03-02 11:44:31'}
I think you may just need to remove the 's from you string generation?
HTH.
--
Ian Skinner
Web Prog
What is the inside 's supposed to do?
Looking at the original page.
The name must have at least one letter.
I do not see any variables inside the cfoutput. I'm not even sure why they exist?
Also It looks like you missed the tags. Your output is outside the table structur
The name must have at least one letter.
The second is not a closing tag, it's a second opening tag. Misiing the "/" IE
Confidentiality Notice: This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
infor
Thank you, you were correct that my second should have been a close tag. This was because I was wrestling with anothe problem.
Initially I had an error for a cfoutput within a cfoutput. Because my whole page is a cfoutput this causes some problem in that way.
My structure is the external cfout
cfif must either encompass the entire cfform /cffrom area
or be wholly in between.
tony
-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 02, 2004 1:52 PM
To: CF-Talk
Subject: RE: cfif in cfform error
Basically it is telling you that you have a
bject: cfif in cfform error
I have a page that is completely generated with cfoutput. I'm trying
to put an cfif in the middle of a cfform, like described in one of my
tutorials*, though they're using a form, rather than a cfform. I'm
getting an error:
---
Context validation error in
I have a page that is completely generated with cfoutput. I'm trying
to put an cfif in the middle of a cfform, like described in one of my
tutorials*, though they're using a form, rather than a cfform. I'm
getting an error:
---
Context validation error in tag CFIF
The tag is not correctly pos
31 matches
Mail list logo