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 2007/03/14 09:38:08 UTC

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

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

The comment on the change is:
moved  schedule from sandbox to tomahawk

------------------------------------------------------------------------------
          <tag-name>saveState</tag-name>
          <component>
              <component-type>org.apache.myfaces.SaveState</component-type>
+         </component>
+     </tag>
+     <tag>
+         <tag-name>schedule</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.Schedule</component-type>
          </component>
      </tag>
      <tag>
@@ -722, +728 @@

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

          <tag-name>planner</tag-name>
          <component>
              <component-type>org.apache.myfaces.Planner</component-type>
-         </component>
-     </tag>
-     <tag>
-         <tag-name>schedule</tag-name>
-         <component>
-             <component-type>org.apache.myfaces.Schedule</component-type>
          </component>
      </tag>
      <tag>