Package

examples

formvalidation

Permalink

package formvalidation

Visibility
  1. Public
  2. All

Type Members

  1. case class Age extends Product with Serializable

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

    Permalink
  3. class GreetingDatabase extends AnyRef

    Permalink

    Represents a remote system - ie.

    Represents a remote system - ie. Async

  4. case class Name extends Product with Serializable

    Permalink
  5. case class NameAndAgeForm(names: Seq[String], values: Map[String, String], errors: Map[String, String]) extends View with Product with Serializable

    Permalink
  6. class ReportAge extends ServerRoutes[Request, View]

    Permalink

    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

    Permalink
  2. object FormValidationApp extends App

    Permalink

    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

    Permalink
  4. object NameAndAgeForm extends Serializable

    Permalink

Ungrouped