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/26 13:53:55 UTC

[Myfaces Wiki] Update of "How to add MyFaces support to a Sun JSF RI application" by RicardoRamirez

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

------------------------------------------------------------------------------
  Note: you may need to change the url-pattern to match whatever pattern you are using (e.g. *.jsf instead of *.faces).
   * Add the following to your JSP page in order to use one of the MyFaces custom components: 
  {{{
- <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%> 
+ <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> 
  }}}
  
  That's it!  You should now be able to add MyFaces components to your .jsp page.