event.setView anchor?

Hi,

I'm incredibly green with ColdBox, and I am trying to pass a page
anchor via event.setView, but when I do this:

event.setView("folder/view##anchor");

Coldbox outputs it as ".../folder/view#anchor.cfm".

What is the correct syntax to output ".../folder/view.cfm#anchor" ?

Thank you!

Set view is just a way to telltale framework to render a page not to go to an anchor. For that you redirect to it as anchors are tied to the URL