You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/08/30 19:34:12 UTC

[Myfaces Wiki] Update of "from ADF to Trinidad" by JonasJacobi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by JonasJacobi:
http://wiki.apache.org/myfaces/from_ADF_to_Trinidad

The comment on the change is:
Minor updates to context parameters to include DISABLE_CONTENT_COMPRESSION

------------------------------------------------------------------------------
    <param-name>oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER</param-name>
    <param-value>com.sun.facelets.FaceletViewHandler</param-value>
  </context-param>
+ <context-param>
+   <param-name>oracle.adfinternal.view.faces.DISABLE_CONTENT_COMPRESSION</param-name>
+   <param-value>true</param-value>
+ </context-param>
  }}}
  Trinidad
  {{{
@@ -169, +173 @@

  <context-param>
    <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
    <param-value>com.sun.facelets.FaceletViewHandler</param-value>
+ </context-param>
+ <context-param>
+   <param-name>org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION</param-name>
+   <param-value>true</param-value>
  </context-param>
  }}}