Annotation Interface Sprout.FormName

Enclosing class:
Sprout

@Target(METHOD) @Retention(RUNTIME) protected static @interface Sprout.FormName
Override the default form name for this action. Equivalent to setting name property in an action mapping in struts-config.xml.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Form name.
  • Element Details

    • value

      Form name. Corresponds to a form-bean mapping in struts-config.xml.