|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface InputField
To be used in conjunction with <s:validateForm /> in
Validators that should have their values fetched from a JSF form field.
Example:
public @Field String city;
public @FacesValidator("locationValidator") class
LocationValidator implements Validator {
public @Field String state;
public