Questions tagged [coldbox]

ColdBox is a sophisticated framework designed for ColdFusion that prioritizes object-oriented and event-driven development. This powerful toolset provides developers with essential features including bug reporting, logging, enterprise caching, debugging, i18n support, URL rewriting capabilities, ORM integration, testing tools, and mocking options.

Coldbox handler does not receive the data from AJAX call

In my current project, I encountered a strange issue while making an $.ajax call to a Coldbox handler method. When I dump the rc scope at the beginning of the handler, there's no data in it other than my usual additions on each request. Even more bizarre ...