JBoss.orgCommunity Documentation

Chapter 6. Containers

6.1. <a4j:outputPanel>

This chapter details those components in the a4j tag library which define an area used as a container or wrapper for other components.

The <a4j:outputPanel> component is used to group together components in to update them as a whole, rather than having to specify the components individually.

The layout attribute can be used to determine how the component is rendered in HTML:

Setting ajaxRendered="true" will cause the <a4j:outputPanel> to be updated with each Ajax response for the page, even when not listed explicitly by the requesting component. This can in turn be overridden by specific attributes on any requesting components.