Stephen,

Is this what you're experiencing?

https://forums.adobe.com/thread/1490328



Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Wed, Jul 23, 2014 at 5:38 AM, Stephen Hait <stephenh...@gmail.com> wrote:

>
> On Tue, Jul 22, 2014 at 3:04 PM, Andrew Scott <andr...@andyscott.id.au>
> wrote:
>
> >
> > You could check your Chrome developer tools, to then see what ColdFusion
> > via its Ajax / JS stuff is actually sending across as parameters as well.
> > This would help to see what is actually being passed.
>
>
> Andrew, That's a good suggestion, too. With Chrome developer tools and
> inspecting pilot_search.cfc, when using CF10, under Headers, Query String
> Parameters, it reports argumentCollection which includes a list of all the
> arguments and values passed from the CFGRID tag. When using CF11, under
> Headers, Query String Parameters, there is no argumentCollection item
> displayed. Instead, the four main built-in CFGRID arguments are each
> displayed on separate lines along with their values - page, pagesize,
> gridsortcolumn, gridsortdirection.
>
> I'm not sure what this means but it does seem to indicate that in CF11, the
> 3 additional arguments are not making it to the .cfc to be used there using
> the method that accomplishes this in CF10.
>
> If I can't get this sorted out soon, I may see if simply moving our app to
> a CF10 instance would resolve this for now. I could then concentrate on a
> longer term fix before CF10 is no longer supported.
>
> Thanks,
> Stephen
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358970
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to