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 2007/02/14 16:57:32 UTC

[Myfaces Wiki] Update of "Use Facelets with Tomahawk" by SebastienLever

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

------------------------------------------------------------------------------
              <component-type>org.apache.myfaces.HtmlOutputText</component-type>
              <renderer-type>org.apache.myfaces.Text</renderer-type>
          </component>
-     </tag>    
+     </tag>
+     <tag>
+         <tag-name>panelGrid</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlPanelGrid</component-type>
+             <renderer-type>org.apache.myfaces.Grid</renderer-type>
+         </component>
+     </tag>
+     <tag>
+         <tag-name>panelGroup</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlPanelGroup</component-type>
+             <renderer-type>org.apache.myfaces.Group</renderer-type>
+         </component>
+     </tag>
      <tag>
          <tag-name>panelNavigation</tag-name>
          <component>