76
RichFaces <a4j:outputPanel>
This component is used to group components together to update that as a whole rather than specify the components individually.
We can use the <a4j:outputPanel> component to wrap behaviors when using complex Ajax rendering. It is properly encoded to ensure the wrapped components are correctly rendered.
Example
Here, in the following example, we are implementing <a4j:outputPanel> component. This example contains the following files.
JSF File
// ajax-output-panel.xhtml
Managed Bean
// User.java
Output:
Next TopicSkinning And Theming