Skip to content Skip to sidebar Skip to footer
Showing posts with the label Playframework

How Do I Pass A Java Map Into Scala-play?

In my play framework project I have a confirmed functional Java map of the form Java that is passed… Read more How Do I Pass A Java Map Into Scala-play?

How To Enable Minified Javascript Files In Play 2.3.1 Templates?

I was able to load the sbt-uglify 1.0.3 plugin in my Play Framework 2.3.1 app. Loading of the non-m… Read more How To Enable Minified Javascript Files In Play 2.3.1 Templates?

Play Framework: Controller Action Runs Every Load

Does anyone know why my action runs every time I reload a page. I have a page with a button that sh… Read more Play Framework: Controller Action Runs Every Load

Sticky Cookies In Scala

I've set a cookie in Scala similar to the following: val cookies:Seq[Cookie] = new Seq() val nD… Read more Sticky Cookies In Scala

How To Pass A Script To Main.scala.html - Play! 2

I am trying to pass javascripts specific to a page as a parameter to the main template. This is wha… Read more How To Pass A Script To Main.scala.html - Play! 2