We can call the action listeners such as the following one
actionListener="#{ClipboardBean.copyNode}"from browse.jsp, preview-space.jsp etc jsp files.
I am working on a web-client where I need to call "actionListener="#{ClipboardBean.copyNode}" kind of bean method from the freemarker template by supplying required parameter such as Node Id.
How can I call a bean method from freemarker template?