If I have an action Application.show(tag: String), and also have a corresponding routing entry, how can I insert a link to this action to a template without crafting the url manually?
I would like to do something like magiclink(Application.show("tag")).
syntax:
By analogy you can also generate urls in your controllers. ie. for redirecting after some action: