Skip to content

Instantly share code, notes, and snippets.

@luuhq
Created June 14, 2012 05:47
Show Gist options
  • Save luuhq/2928190 to your computer and use it in GitHub Desktop.
Save luuhq/2928190 to your computer and use it in GitHub Desktop.
Play framework redirect
val newID = Inventory.save(data)
Redirect(
controllers.routes.Inventory.index.toString +
"#record_%d".format(newID)
).flashing("success" -> "Insertion succeeded!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment