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/08 18:06:59 UTC

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

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

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