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/11/29 00:55:16 UTC

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

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

The comment on the change is:
Component Table added

------------------------------------------------------------------------------
              <renderer-type>org.apache.myfaces.Table</renderer-type>
          </component>
      </tag>
+ 
      <tag>
          <tag-name>div</tag-name>
          <component>
@@ -347, +348 @@

          <component>
              <component-type>org.apache.myfaces.Stylesheet</component-type>
          </component>
+     </tag>
+     <tag>
+         <tag-name>table</tag-name>
+ 	<component>
+ 	    <component-type>
+ 		org.apache.myfaces.HtmlDataTable
+ 	    </component-type>
+ 	    <renderer-type>org.apache.myfaces.Table</renderer-type>
+ 	</component>
      </tag>
      <!-- Note that "tree" will not work as-is.  Tree either needs a facelets 
           TagHandler, or a refactoring of