Skip to main content
Participant
June 5, 2014
Question

Coldfusion 11

  • June 5, 2014
  • 2 replies
  • 1138 views

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.

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
June 20, 2014

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

Participant
June 20, 2014

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?

MAHI
Known Participant
September 26, 2014

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).

Carl Von Stetten
Legend
June 5, 2014

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.

Participant
June 9, 2014

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.

Participant
June 19, 2014

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