300+ TOP RichFaces Interview Questions [UPDATED]

  1. 1. What Are The Features Of Richfaces?

    RichFaces has following features:

    • JSF Integration
    • Error handling
  2. 2. What Is Richfaces Tool-tip?

    It is used to provide an informational tool-tip. We can attach tool-tip to any control and is displayed when hovering the mouse cursor over the control.


  3. J2EE Interview Questions

  4. 3. How To Implement Richfaces Progress Bar In Jsf?

    Progress Bar is used to display the status of a process. It can update either through Ajax or on the client side, and the look and feel can be fully customized.

  5. 4. What Is Richfaces Notifystack?

    It is used to define the position of messages at the web page. Messages displayed by or are displayed in top-right corner of the web page by default.


  6. J2EE Tutorial

  7. 5. What Is Difference Between Richfaces Message And Messages?

    The component works similar to the component and automatically rendered after an Ajax request. It is used to display all the validation messages of the current web page collectively.


  8. JavaServer Faces (JSF) Interview Questions

  9. 6. How To Create Richfaces Toolbar In Jsf?

    • The component is used to create a horizontal toolbar. Any JavaServer Faces ( JSF) component can be added to the toolbar.
    • The component does not require any attributes to be defined for basic usage.
  10. 7. How To Create Richfaces Drop-dow Menu In Jsf?

    The component is used to create a drop-down or a hierarchical menu. We can use it with the component to create menus in an application?s toolbar.


  11. JavaServer Faces (JSF) Tutorial
    Java Interview Questions

  12. 8. How To Implement Richfaces Tree In Jsf?

    The component is used to create a hierarchical tree. It uses as a child component.

    We can create customize tree according to our requirement.

  13. 9. How To Make Table Scrollable Using Richfaces?

    The is used for navigate through multiple pages of tables. It must be places in a facet of the table. We can also use the for attribute to bind parent tables to the scroller.


  14. JBOSS Interview Questions

  15. 10. What Is Richfaces List?

    RichFaces provides to render a list of items. We can create numerically ordered list, an un-ordered, bullet-point list etc. It uses a data model for managing the list items which can be updated dynamically.


  16. Java Tutorial

  17. 11. What Is Difference Between Richfaces Datatable And Collapsiblesubtable?

    This component acts as a child element to the . It iterates through the child collections in the currently iterated object to create detailed tables.


  18. Eclipse (software) Interview Questions

  19. 12. How To Implement Richfaces Datatable In Jsf?

    It is used to render a table which displays data in tabular form. It works with the and components to list the contents of a data model.


  20. J2EE Interview Questions

  21. 13. What Is The Richfaces Panel?

    It is a bordered panel with an optional header. For basic usage, it does not require any attribute. A without any attributes defined renders a bordered region with no header.

    We should use header attribute to specify the text to appear in the header.


  22. JBOSS Tutorial

  23. 14. What Is The Richfaces Picklist?

    It is used to select items from a list. It allows us to change order of selected items at client-side. We can add, remove items from the source list to the target list and vice-versa.

  24. 15. What Is The Richfaces Orderinglist?

    RichFaces provides component for ordering items in a list at client-side. We need to use the value attribute to the list to be ordered.


  25. jBPM Interview Questions

  26. 16. How To Use Richface Select In Jsf?

    We can use it in an auto-completing mode, where the values in the drop-down list are provided dynamically using either the autocompleteMethod or autocompleteList attributes.


  27. jBPM Tutorial

  28. 17. What Is Richfaces Inputnumberspinner?

    This component is a single-line input field with buttons to increase and decrease a numerical value. It is used to input values by using provided spinner.


  29. Eclipse Interview Questions

  30. 18. What Is Richfaces Inputnumberslider?

    It provides a slider for changing numerical values. It is used to select numerical value by selecting from the slider’s range.


  31. JavaServer Faces (JSF) Interview Questions

  32. 19. What Is Difference Between Inplaceinput And Inplaceselect?

    InplaceSelect component is similar to the component, except that it uses a drop-down selection box to enter text instead of a text field.


  33. Eclipse Tutorial

  34. 20. What Is Richfaces Inplaceinput?

    RichFaces provides component which is used to create a editable text box. It allows text to be entered in-line in blocks of text.


  35. GlassFish Interview Questions

  36. 21. How To Upload File Using Richfaces?

    RichFaces provides the component which is used to upload files to the server. It provides lots of attributes that we can use in our application.

  37. 22. How To Implement Richfaces Editor In Jsf?

    RichFaces provides the component which is used to create a WYSIWYG editor in the HTML page.

    The component is based on the CKEditor implementation.


  38. JAVA Persistence API (JPA) Tutorial

  39. 23. How To Implement Richfaces Calendar In Jsf?

    RichFaces provides calendar component that we can implement in the JSF file.

  40. 24. Why Do We Use Richfaces Outputpanel?

    This component is used to group components together to update that as a whole rather than specify the components individually.


  41. Java Interview Questions

  42. 25. Why Do We Use Richfaces Component?

    The component generates JavaScript that opens a debug window, logging application information such as requests, responses, and DOM changes.

  43. 26. How To Send Ajax Request In Richfaces ?

    • RichFaces provides tag libraries which are capable to send Ajax request from JavaServer Faces pages.
    • The and tags are used to send an Ajax request on the click JavaScript event.
  44. 27. What Is The Architecture Of Richfaces?

    Architecture of RichFaces consist of the following components:

    • Ajax Action Components.
    • Ajax Containers

  45. JBOSS Interview Questions

  46. 28. How To Configure Richfaces In Jsf?

    To configure RichFaces, we need to download JARs provided by Jboss. After downloading, we can add that in our project.

  47. 29. What Are The Advantages Of Richfaces?

    RichFaces provides numerous advantages like:

    • Provides rich user interface components library.
    • Allows to create custom components with built in ajax support.
  48. 30. What Is Richfaces?

    RichFaces is an open source, advanced user interface component framework which is used to easily integrate Ajax capabilities into JavaServer application.