coldbox-modules / cbwire

CBWIRE is a ColdBox module that makes building reactive, modern apps easy using HTML-over-the-wire technologies and CFML.
https://cbwire.ortusbooks.com
Other
28 stars 5 forks source link

Need ability to call event.method() inside templates #137

Closed grantcopley closed 10 months ago

grantcopley commented 10 months ago

This currently does not work

<cfoutput>
<a href="#event.buildLink(' some.path' )#">Some link</a>
</cfoutput>