Annotation Type FormField


@Documented @Inherited @Target(FIELD) @Retention(RUNTIME) public @interface FormField

Annotates an otherwise non-annotated form field (whether on a Struts Action or model of ModelDriven Struts Action) so it's not ignored by AnnotationValidationInterceptor2 instances configured to ignore non-annotated fields. Usually, this only applies to member fields of viewer Actions that receive URL parameters.