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/09/27 16:07:02 UTC

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

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

The comment on the change is:
add commandSortHeader and graphicImage

------------------------------------------------------------------------------
          </component>
      </tag>
      <tag>
+         <tag-name>commandSortHeader</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlCommandSortHeader</component-type>
+             <renderer-type>javax.faces.Link</renderer-type>
+         </component>
+     </tag>
+     <tag>
          <tag-name>dataList</tag-name>
          <component>
              <component-type>org.apache.myfaces.HtmlDataList</component-type>
@@ -66, +73 @@

          <component>
              <component-type>org.apache.myfaces.HtmlDataTable</component-type>
              <renderer-type>org.apache.myfaces.Table</renderer-type>
+         </component>
+     </tag>
+     <tag>
+         <tag-name>graphicImage</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlGraphicImage</component-type>
+             <renderer-type>javax.faces.Image</renderer-type>
          </component>
      </tag>
      <tag>