JBoss Community Archive (Read Only)

Portlet Bridge 3.3

Only Execute RESTORE_VIEW during Portlet Render

By default a Portlet Render Response will execute the full Faces Lifecycle before rendering the portlet content to be returned.

It's possible to disable this behavior by specifying the following context param in web.xml:

<context-param>
  <param-name>org.jboss.portletbridge.VIEW_PARAMETERS_DISABLED</param-name>
  <param-value>true</param-value>
</context-param>

Disabling full execution of the Faces Lifecycle will break the functionality of some components, such as f:viewParam.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:28:52 UTC, last content change 2013-09-04 20:44:14 UTC.