Hi I have just started learning Play Framework 2.
Is it possible to not specify any action in the parameter of @helper.form
in the scala template.
Something like:
@helper.form()
instead of
@helper.form(action=@routes.Apllication.create)
I want to make an Ajax call when a user presses enter in a form, rather than calling an action.