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 2007/01/30 23:56:29 UTC

svn commit: r501625 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicTag.java

Author: werpu
Date: Tue Jan 30 14:56:28 2007
New Revision: 501625

URL: http://svn.apache.org/viewvc?view=rev&rev=501625
Log:
enabledonuserrole referenced but not implemented

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicTag.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicTag.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicTag.java?view=diff&rev=501625&r1=501624&r2=501625
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicTag.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicTag.java Tue Jan 30 14:56:28 2007
@@ -58,4 +58,8 @@
     {
         _resourceRendererClass = resourceRendererClass;
     }
+    
+    public void enabledOnUserRole(String enabledOnUserrole) {
+    	//please do something here, because it is referenced by the tld
+    }
 }