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/05/09 23:00:25 UTC

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

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

The comment on the change is:
added convertBoolean

------------------------------------------------------------------------------
      <namespace>http://myfaces.apache.org/sandbox</namespace>
  
      <tag>
+         <tag-name>convertBoolean</tag-name>
+         <converter>
+             <converter-id>org.apache.myfaces.custom.convertboolean.BooleanConverter</converter-id>
+         </converter>
+     </tag>
+     <tag>
          <tag-name>planner</tag-name>
          <component>
              <component-type>org.apache.myfaces.Planner</component-type>