Packages

p

examples

formvalidation

package formvalidation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Age extends Product with Serializable
  2. case class DisplayUserAge (greeting: String, name: Name, age: Age) extends View with Product with Serializable
  3. class GreetingDatabase extends AnyRef

    Represents a remote system - ie.

    Represents a remote system - ie. Async

  4. case class Name extends Product with Serializable
  5. case class NameAndAgeForm (names: Seq[String], values: Map[String, String], errors: Map[String, String]) extends View with Product with Serializable
  6. class ReportAge extends ServerRoutes[Request, View]

    This is a set of 2 routes which model: 1.

    This is a set of 2 routes which model: 1. GET route - form display 2. POST route - submission of form

Value Members

  1. object Age extends Serializable
  2. object FormValidationApp extends App

    This example shows how to use Body.webform() and a templating engine to construct a validating form, with custom messages for each field.

  3. object Name extends Serializable
  4. object NameAndAgeForm extends Serializable

Ungrouped