org.apache.tapestry5.upload.components.Upload
A component to upload a file.
[JavaDoc]
Component Parameters
| Name | Type | Flags | Default | Default Prefix | Description |
|---|
| validate | FieldValidator | NOT Allow Null | | validate | The object that will perform input validation. The "validate:" binding prefix is generally used to provide this
object in a declarative fashion.
|
| value | UploadedFile | Required, NOT Allow Null | | prop | The uploaded file. Note: This is only guaranteed to be valid while processing the form submission. Subsequently
the content may have been cleaned up.
|
Back to index