RichFaces Configuration To configure, we are using NetBeans IDE. We have downloaded RichFaces libraries from the official site. The following steps are…
a4j:log
-
-
RichFaces <rich:inputNumberSlider> It provides a slider for changing numerical values. It is used to select numerical value by selecting from the slider’s…
-
RichFaces <rich:tree> This component is used to create a hierarchical tree. It uses <rich:treeNode> as a child component. We can create customize…
-
RichFaces Features JSF Integration Error handling Resource Loading Processing Management Skinability Component Development Kit Ajax components JSF Integration The RichFaces is an…
-
RichFaces <rich:inputNumberSpinner> This component is a single-line input field with buttons to increase and decrease a numerical value. It is used to…
-
Sending Ajax Request RichFaces provides tag libraries which are capable to send Ajax request from JavaServer Faces pages. Following are the important…
-
Rich Faces Introduction RichFaces is an open source, advanced user interface component framework which is used to easily integrate Ajax capabilities into…
-
RichFaces <rich:list> This component is used to render a list of items. We can create numerically ordered list, an un-ordered, bullet-point list…
-
Partial Tree Processing RichFaces allows us to render partial tree by using RichFaces attributes. The execute attribute is used to specify that…
-
RichFaces <rich:message> This component is used to render a message. We can customize apppearance of this message. The tool-tip attrubute is used…