You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/12/18 11:09:00 UTC

svn commit: r892204 - /myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java

Author: weber
Date: Fri Dec 18 10:09:00 2009
New Revision: 892204

URL: http://svn.apache.org/viewvc?rev=892204&view=rev
Log:
(TOBAGO-740) Alternative SheetRenderer which produce simpler html. Currently only in sandbox
<https://issues.apache.org/jira/browse/TOBAGO-740>
  add facelet support

Modified:
    myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java

Modified: myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java?rev=892204&r1=892203&r2=892204&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/java/org/apache/myfaces/tobago/facelets/TobagoSandboxTagLibrary.java Fri Dec 18 10:09:00 2009
@@ -33,6 +33,8 @@
 
     super(NAMESPACE);
 
+    addComponent("simpleSheet", "org.apache.myfaces.tobago.Data", "SimpleSheet", TobagoComponentHandler.class);
+
     addComponent("tree", "org.apache.myfaces.tobago.Tree", "Tree", TobagoComponentHandler.class);
 
     addComponent("treeNode", "org.apache.myfaces.tobago.TreeNode", "TreeNode", TobagoComponentHandler.class);