You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2004/10/13 23:30:34 UTC

svn commit: rev 54751 - incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html

Author: dolander
Date: Wed Oct 13 14:30:33 2004
New Revision: 54751

Modified:
   incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java
Log:
Update the TLDX



Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java	(original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java	Wed Oct 13 14:30:33 2004
@@ -315,6 +315,7 @@
      * @netui:attribute required="false" rtexprvalue="true"
      * description="The URL to go to."
      * @netui.tldx:attribute propertyclass="workshop.jspdesigner.properties.URIPropertyClass"
+     *          reftype="url"
      */
     public void setHref(String href)
             throws JspException