| Declares that the bean property that corresponds to the annotated setter
will be used to inject an uploaded submission file. The property type
should be
UploadedFile , and the file will be added to the previous
submission that has been declared.
If no submission has been declared beforehand, either through
Submission or
SubmissionHandler , an exception will be thrown when the
annotations of this element are evaluated.
When the element is processed and the file was uploaded through its
submission, the corresponding instance of
UploadedFile will be injected
into the element through the setter.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3687 $ since: 1.5 See Also: File See Also: FileRegexp |