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/09/19 15:05:35 UTC

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

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

The comment on the change is:
changed namespace from "/extensions" to "/tomahawk"

------------------------------------------------------------------------------
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
  
  <facelet-taglib>
-     <namespace>http://myfaces.apache.org/extensions</namespace>
+     <namespace>http://myfaces.apache.org/tomahawk</namespace>
      <tag>
          <tag-name>aliasBean</tag-name>
          <component>
@@ -138, +138 @@

        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:x="http://myfaces.apache.org/extensions">
+       xmlns:t="http://myfaces.apache.org/tomahawk">
  ...
-            <x:inputDate popupCalendar="true"/>
+            <t:inputDate popupCalendar="true"/>
  }}}