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 2008/01/28 14:11:36 UTC

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

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

The comment on the change is:
Added checkbox component definition

------------------------------------------------------------------------------
          <component>
              <component-type>org.apache.myfaces.Buffer</component-type>
              <renderer-type>org.apache.myfaces.Buffer</renderer-type>
+         </component>
+     </tag>
+     <tag>
+         <tag-name>checkbox</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlCheckbox</component-type>
+             <renderer-type>org.apache.myfaces.Checkbox</renderer-type>
          </component>
      </tag>
      <tag>