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 2005/08/25 22:29:35 UTC

[Myfaces Wiki] Trivial Update of "myfaces.taglib.xml" by AlanBiggs

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 AlanBiggs:
http://wiki.apache.org/myfaces/myfaces%2etaglib%2exml

The comment on the change is:
Added entries for InputDate, NewspaperTable and InputHtml components.

------------------------------------------------------------------------------
              <renderer-type>org.apache.myfaces.HtmlTree2</renderer-type>
          </component>
      </tag>
-     
+     <tag>
+         <tag-name>inputDate</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.HtmlInputDate</component-type>
+             <renderer-type>org.apache.myfaces.Date</renderer-type>
+         </component>
+     </tag>
+     <tag>
+         <tag-name>newspaperTable</tag-name>
+         <component>
+ 	    <component-type>org.apache.myfaces.HtmlNewspaperTable</component-type>
+ 	    <renderer-type>org.apache.myfaces.HtmlNewspaperTable</renderer-type>
+         </component>                
+     </tag>
+     <tag>
+         <tag-name>inputHtml</tag-name>
+         <component>
+             <component-type>org.apache.myfaces.InputHtml</component-type>
+             <renderer-type>org.apache.myfaces.InputHtml</renderer-type>
+         </component>
+     </tag>    
  </facelet-taglib>
- }}} 
+ }}}