• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Binding data to form fields

Explorer ,
Mar 25, 2012 Mar 25, 2012

Copy link to clipboard

Copied

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 25, 2012 Mar 25, 2012

Copy link to clipboard

Copied

I think the line:

{mygrid.id@none}"onSuccess="ColdFusion.Grid.refresh('mygrid', true)">

is missing a ")' and a comma. I think the line should read:

{mygrid.id@none})",onSuccess="ColdFusion.Grid.refresh('mygrid', true)">.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 21, 2012 May 21, 2012

Copy link to clipboard

Copied

In Support for CFCs outside webroot it states:

In addition to accessing CFCs using relative or absolute path, you can also use any of the following methods to access CFCs:

logical mappings (defined in the ColdFusion Administrator)

Yet when I try that I get the error:

The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.

My version of CF from the Administrator page is:

Version 9,0,1,274733

What am I missing?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 28, 2012 Sep 28, 2012

Copy link to clipboard

Copied

LATEST

I've been having this same problem.  Not sure how I fixed it, but try A) to make sure the mapping is in CF Admin; B) the folder and file have at least read and execute permissions for the account logging on to run CF; and 3) that you are using forward slashes as folder delimiters (ie, "/mapped/path/to/file.cfm").

^_^

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 27, 2012 Sep 27, 2012

Copy link to clipboard

Copied

I ran out of query string allowed length. it says: HTTP Error 404.15 - Not Found

The request filtering module is configured to deny a request where the query string is too long.

Is there a way to bind cfc with HTTP form post method??

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation