When a Coldfusion form calls a cfc as the action, is it possible for the browser to stay on the form page or does the component function have to reroute it back to the form page?
<cfform name="crops" action="cfc/stages.cfc?method=update" method="post">
Once the form above is posted, it stays on the component page rather than rerouting back to the form page.