ICEfaces EE Composite Components
Tag progressInputFile


The Progress Input File Composite Component wraps the ace:fileEntry component.

How To Use

  1. Add the <ice-cc:progressInputFile/> tag to your page
  2. Add the appropriate styleClass to the h:body tag: styleClass="ice-skin-rime" or styleClass="ice-skin-sam"
  3. Add the CSS file for the chosen theme to the bottom of the page (after closing h:body tag): <h:outputStylesheet library="org.icefaces.component.skins" name="rime.css" />
  4. Bind the 'bean' attribute to an instance of ProgressInputFileBean

Example:
<ice-cc:progressInputFile id="myInputFile" bean="#{progressInputFileExampleBean.progressInputFile}"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameProgress Input File

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
beantruefalsecom.icesoft.faces.facelets.component.progress.ProgressInputFileBeanMust resolve to an instance of ProgressInputFileBean class

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.