Questions tagged [cfml]

CFML stands out as a versatile programming language that excels in web and intranet development. Various platforms such as Adobe ColdFusion, Lucee, Railo, and Open BlueDragon offer distinct implementations of CFML, each with unique strengths while sharing a common CFML core.

What is the best approach for running a database query using the value selected from a form dropdown?

Currently, my application server is ColdFusion and I am using SQL Server for the database. Within a select form element on my webpage, users can choose from a list of vehicles such as Volvo S60, BMW M6, and VW Jetta. Once a user selects a vehicle, I need ...

Integrating Vue Router with a CFML (Lucee) server

I have a Vue Router set up that is working flawlessly for navigation using <router-link to="/test">test</router-link>, but when I manually type the URL into the browser like , it reloads the page and shows a 404 error. On the server-side, I ...