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

Coldfusion 11

New Here ,
Jun 05, 2014 Jun 05, 2014

Copy link to clipboard

Copied

I migrated to Coldfusion 11 and there is a problem with the cfgrid and bind.

<cfgrid name="theGrid"

     target="pbdetail"

     pagesize="3000"

     format="html"

     onload="load"

     bind="cfc:internal/p/_com/pblock.pblockData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection},'#trim(url.varpblocknumber)#','#trim(url.varrefno)#')"

     bindonload="true"

     striperows="true"

     selectcolor="lightyellow"

     height="200">

This works on Coldfusion 10 but no longer works on Coldfusion 11. The loading spinner just spins and the grid never appears. Will this be patched anytime soon?

Thanks.

Views

947

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
Guide ,
Jun 05, 2014 Jun 05, 2014

Copy link to clipboard

Copied

If you can, put together a small code sample that demonstrates the problem.  Then file a bug report with Adobe and include the sample.

-Carl V.

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 ,
Jun 09, 2014 Jun 09, 2014

Copy link to clipboard

Copied

I have the same issue. I'm trying to do a proof of concept for CF8 -> CF11 upgrade on a custom back-end web app for a client (using CF11 developer edition). If the upgrade is easy/successful, then they will proceed with ordering new CF licenses.

Everything looks good except the grids are all broken due to this issue.

The problem is a bug was introduced in CF11 that prevents more than 1 custom field binding on a CFGRID.

This appears to be logged and fixed already BUG #3759630.

Is there any way to get access to this patch? Or is it going to be several months for a maintenance release? (Is there an email address I can send a message to to get a patch)?

3759630.

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 ,
Jun 19, 2014 Jun 19, 2014

Copy link to clipboard

Copied

We're getting same issue.  Would you please tell us if you were able to resolve?

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
Community Expert ,
Jun 20, 2014 Jun 20, 2014

Copy link to clipboard

Copied

It is a well-known problem, and there is already a bug report for it. You should all vote to get it fixed.

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 ,
Jun 20, 2014 Jun 20, 2014

Copy link to clipboard

Copied

Does that mean there is no fix for it?

Have you ref to -

https://bugbase.adobe.com/index.cfm?event=bug&id=3759630

How about patch 289972?

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 26, 2014 Sep 26, 2014

Copy link to clipboard

Copied

LATEST

I was also facing the same issue,  this bug is reported and fixed by Adobe fixed in ColdFusion 11 Update 1.

As this update is still not available on Adobe site you can ask Adobe team (cfinstal@adobe.com) to send you update .

You can refer the the below link also for reference

Ref: https://bugbase.adobe.com/index.cfm?event=bug&id=3759630).

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