Questions tagged [twirl]

The Play framework Scala template engine repackaged for stand-alone use.

147 questions
2
votes
2 answers

How to add button handler in Scala Play framework?

I'm using scala play framework + scala template engine for front end. How can I add button handler? I need to call some function when clicking on it.

Database interface