Join Slack
Powered by
Is there a way to re-route from a handler method?
# box-products
r
ryan
03/14/2023, 5:47 PM
Is there a way to re-route from a handler method?
d
Daniel Mejia
03/14/2023, 5:49 PM
relocate(event="dev.index",persist="format");
Daniel Mejia
03/14/2023, 5:50 PM
I was just in my coldbox app and done it this way. here are the docs:
https://coldbox.ortusbooks.com/the-basics/event-handlers/relocating
r
ryan
03/14/2023, 6:33 PM
Thanks so much, Daniel
Open in Slack
Previous
Next