RichFaces <rich:notifyMessage> It is used to display FacesMessages. This component is built on the top of <rich:notify>. Style classes and skin parameters…
rich:fileupload
-
-
RichFaces <rich:calendar> It is used to enter a date and time through a pop-up calendar. The pop-up calendar can navigate through months…
-
RichFaces <rich:notifyStack> This component is used to define the position of messages at the web page. Messages displayed by <rich:notifyStack> or <rich:notifyMessage>…
-
RichFaces <a4j:ajax> It allows Ajax capability to a non-Ajax component. The non-Ajax component must implement the ClientBehaviorHolder interface for all the event…
-
RichFaces <rich:collapsibleSubTable> This component acts as a child element to the <rich:dataTable>. It iterates through the child collections in the currently iterated…
-
RichFaces <rich:orderingList> RichFaces provides this component for ordering items in a list at client-side. We need to use the value attribute to…
-
RichFaces <a4j:commandButton> The <a4j:commandButton> component is similar to the JavaServer Faces ( JSF) <h:commandButton> component, but additionally includes Ajax support. It requires…
-
RichFaces <rich:dataGrid> It is used to arrange data in a grid. We can update data of datagrid dynamically from the data model.…
-
RichFaces <rich:panel> It is a bordered panel with an optional header. For basic usage, it does not require any attribute. A <rich:panel>…
-
RichFaces <a4j:commandLink> It is similar to the JavaServer Faces ( JSF) <h:commandLink> component except that it includes plugged-in Ajax behavior. The <a4j:commandLink>…