Play 2.0 では次のように "name" -> text などのマッピングを定義してコメントのフォームを作ります。 例 case class User(name: String, email: Option[String]) val userForm = Form( mapping( "name" -> text, "email" -> optional(text) )(User.apply, U…
Quote saved.
Login to quote this blog
Failed to save quote. Please try again later.
You cannot quote because this article is private.