Annotation Interface Sprout.Validate

Enclosing class:
Sprout

@Target(METHOD) @Retention(RUNTIME) protected static @interface Sprout.Validate
Instruct Struts to validate the form provided to this method. Equivalent to setting validate property to true.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Unnecessary to specify this, as it defaults to true if present, false otherwise.
  • Element Details

    • value

      boolean value
      Unnecessary to specify this, as it defaults to true if present, false otherwise.
      Default:
      true