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/04/07 20:51:13 UTC

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

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

------------------------------------------------------------------------------
  
  ----
  
- Sandbox Facelet taglib for s:schedule and s:planner
+ Sandbox Facelet taglib for s:schedule, s:planner and s:focus
  
  {{{
  <?xml version="1.0"?>
@@ -454, +454 @@

              <component-type>org.apache.myfaces.Schedule</component-type>
          </component>
      </tag>
+     <tag>
+         <tag-name>focus</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.Focus</component-type>
+             <renderer-type>org.apache.myfaces.Focus</renderer-type>
+         </component>
+     </tag>
  
  </facelet-taglib>
  }}}