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/11/18 18:10:06 UTC

[Myfaces Wiki] Update of "Use Facelets with Tomahawk" 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/Use_Facelets_with_Tomahawk

------------------------------------------------------------------------------
              <validator-id>org.apache.myfaces.validator.Equal</validator-id>
          </validator>
      </tag>
+     <tag>
+         <tag-name>validateRegExpr</tag-name>
+         <validator>
+             <validator-id>org.apache.myfaces.validator.RegExpr</validator-id>
+         </validator>
+     </tag>
  
  </facelet-taglib>
  }}}