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/10 08:22:38 UTC

[Myfaces Wiki] Update of "Trinidad FAQ" by MatthiasWessendorf

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

------------------------------------------------------------------------------
  
  Note the ":alias"
  
+ === Does Facelets work with Trinidad? ===
+ 
+ Of course, it does! Please define the Facelets' !ViewHandler '''only''' inside the ''web.xml''
+ 
+ {{{
+ <context-param>
+   <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
+   <param-value>com.sun.facelets.FaceletViewHandler</param-value>
+ </context-param>
+ }}}
+