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

Preserve Page State For Revisiting Using Browser Back Button

I have a page that dynamically loads content based on a user pushing a button: ${document).ready(fu… Read more Preserve Page State For Revisiting Using Browser Back Button

Playframework Html, Variable Into Javascript?

Imagine a simple Play Action defined as def reactTest = Action { request => Ok(views.html.he… Read more Playframework Html, Variable Into Javascript?

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

Putting Javascript Variable Into Play Function

For my public files, I usually use: @routes.Assets.at('data/table.txt') in regular html Ho… Read more Putting Javascript Variable Into Play Function