Details
Details
Assignee
Unassigned
UnassignedReporter
Andrew Davis
Andrew DavisPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 18 October 2018 at 16:43
Updated 19 May 2021 at 12:00
In the above code `inroll` is a mapped in Application.cfc using this.mappings and the ajax http request tries to hit `/inroll/model/service/ChildService.cfc?method=updateRemote&returnFormat=json&argumentCollection=***` which returns a 404 error.
This works in ACF and the mappings are being used inside the application, so the mapping does in fact exist.