Author: pbenedict
Date: Sat Jun 7 21:00:20 2008
New Revision: 664433
URL: http://svn.apache.org/viewvc?rev=664433&view=rev
Log:
STR-1638: Note that anchor cannot be standalone.
Modified:
struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
Modified:
struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld?rev=664433&r1=664432&r2=664433&view=diff
==============================================================================
--- struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
(original)
+++ struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
Sat Jun 7 21:00:20 2008
@@ -4792,7 +4792,9 @@
<![CDATA[
<p>Optional anchor tag ("#xxx") to be added to the generated
hyperlink. Specify this value <strong>without</strong> any
- "#" character.</p>
+ "#" character. Exactly one of <code>forward</code>,
+ <code>href</code>, or <code>page</code> attribute must still
+ be specified with the anchor.</p>
]]>
</description>
</attribute>