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/02/17 19:36:39 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 t:message tag.

------------------------------------------------------------------------------
              <renderer-type>org.apache.myfaces.InputHtml</renderer-type>
          </component>
      </tag>    
+     <tag>
+         <tag-name>message</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlMessage</component-type>
+             <renderer-type>org.apache.myfaces.Message</renderer-type>
+         </component>
+     </tag>
      <tag>
          <tag-name>messages</tag-name>
          <component>