RichFaces <rich:progressBar> It is used to display a progress bar to indicate the status of a process. It can update either through…
Richfaces Tutorial
-
-
RichFaces Application 1) After adding JARs, create a JavaServer Faces project and integrate this library to the project. Selecting project type as…
-
RichFaces <rich:fileUpload> It is used to upload files to the server. It provides lots of attributes that we can use in our…
-
RichFaces <rich:select> This component provides a drop-down list box for selecting a single value from multiple options. It is similar to the…
-
RichFaces Architecture RichFaces has an architecture which consists of the following important elements. Ajax Action Components Ajax Containers Ajax Output Skins and…
-
RichFaces InplaceInput RichFaces provides <rich:inplaceInput> component which is used to create a editable text box. It allows text to be entered in-line…
-
RichFaces <rich:toolbar> The <rich:toolbar> component is a horizontal toolbar. Any JavaServer Faces ( JSF) component can be added to the toolbar. The…
-
Component overview The RichFaces framework is made up of two tag libraries. rich tag library: It includes the high-level components for building…
-
RichFaces <rich:inplaceSelect> This component is similar to the <rich:inplaceInput> component, except that it uses a drop-down selection box to enter text instead…
-
RichFaces Configuration To configure, we are using NetBeans IDE. We have downloaded RichFaces libraries from the official site. The following steps are…