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 2005/07/11 20:48:10 UTC

[Myfaces Wiki] Trivial Update of "UsingPortletModes" by StanSilvert

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 StanSilvert:
http://wiki.apache.org/myfaces/UsingPortletModes

------------------------------------------------------------------------------
  
  ''Note 2: This will not work with MyFaces 1.0.9.  Until the next release, you will need to build MyFaces from head in order to have the latest MyFacesGenericPortlet changes.''
  
- === Step 1: extend MyFacesGenericPortlet ===
+ === Step 1: Extend MyFacesGenericPortlet ===
  {{{
  public class MyOwnPortlet extends MyFacesGenericPortlet
  }}}