RichFaces <rich:messages> This component works similar to the <rich:message> component and automatically rendered after an Ajax request. It is used to display…
richfaces
-
-
RichFaces <rich:autocomplete> This component is an auto-completing input-box with built-in Ajax capabilities. It supports client-side suggestions, browser-like selection and customization of the…
-
RichFaces <rich:notifyMessage> It is used to display FacesMessages. This component is built on the top of <rich:notify>. Style classes and skin parameters…
-
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: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:commandButton> The <a4j:commandButton> component is similar to the JavaServer Faces ( JSF) <h:commandButton> component, but additionally includes Ajax support. It requires…
-
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:commandLink> It is similar to the JavaServer Faces ( JSF) <h:commandLink> component except that it includes plugged-in Ajax behavior. The <a4j:commandLink>…