sweetdev-ria-el
Tag fileUpload


Description : displays a file upload component. Nested in tag : any


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELFileUploadTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameFile Upload

Attributes
NameRequiredRequest-timeTypeDescription
callbackfalsetruejava.lang.StringJavascript callback.
stylefalsetruejava.lang.Stringcss style.
labelStylefalsetruejava.lang.Stringlabel css style.
labelfalsetruejava.lang.StringLabel associated to the component. Accepts either EL, i18n key, HTML content or simple text.
sizefalsetrueintsize of the input element.
deleteTextfalsetruejava.lang.StringDelete text associated to the component. Accepts either EL, i18n key, HTML content or simple text. Default is 'Delete'.
simpleFilterfalsetruejava.lang.StringSet a simple regexp as filter (managing *, ?). The filter is executed both on client and server side.
regexpFilterfalsetruejava.lang.StringSet a complex regexp as filter (see the regexp spec). The filter is executed both on client and sever side.
generateFormfalsetruebooleanDefine if a form should be generated around the fileupload component .Default is true. A form is REQUIRED, set it to false if you already have defined one.
statefulfalsetruebooleanDefine whether this attribute must keep its state according to the page configuration
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.