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/02 17:15:27 UTC

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

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

The comment on the change is:
Added inputSecret, commandButton to example

------------------------------------------------------------------------------
          </component>
      </tag>
      <tag>
+         <tag-name>commandButton</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlCommandButton</component-type>   
+         </component>
+     </tag>
+     <tag>
          <tag-name>commandLink</tag-name>
          <component>
              <component-type>org.apache.myfaces.HtmlCommandLink</component-type>
@@ -144, +150 @@

              <renderer-type>org.apache.myfaces.InputHtml</renderer-type>
          </component>
      </tag>    
+     <tag>
+         <tag-name>inputSecret</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlInputSecret</component-type>
+             <renderer-type>org.apache.myfaces.Secret</renderer-type>
+         </component>
+     </tag>
      <tag>
          <tag-name>inputText</tag-name>
          <component>
@@ -524, +537 @@

  }}}
  
  The sandbox-taglib definition for the graphicimageDynamic has been changed to:
-     <tag>
+ {{{
+ <tag>
-         <tag-name>graphicImageDynamic</tag-name>
+     <tag-name>graphicImageDynamic</tag-name>
-         <component>
+     <component>
-             <component-type>org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamic</component-type>
+         <component-type>org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamic</component-type>
-             <renderer-type>org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicRenderer</renderer-type>
+         <renderer-type>org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicRenderer</renderer-type>
-            <handler-class>facelets.GraphicImageDynamicComponentHandler</handler-class>
+         <handler-class>facelets.GraphicImageDynamicComponentHandler</handler-class>
-         </component>
+     </component>
-     </tag>
+ </tag>
- 
+ }}}
  Use as standalone or add these to the taglib that is posted on Facelets wiki(link at the top of the page).