Author: pbenedict
Date: Sat Apr 7 22:49:03 2007
New Revision: 526529
URL: http://svn.apache.org/viewvc?view=rev&rev=526529
Log:
STR-1305: Correct forId attribute description
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?view=diff&rev=526529&r1=526528&r2=526529
==============================================================================
--- 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 Apr 7 22:49:03 2007
@@ -4364,11 +4364,9 @@
<rtexprvalue>true</rtexprvalue>
<description>
<![CDATA[
- <p>Identifier to be assigned to this HTML element (renders
- an "id" attribute).</p>
-
- <p><strong>N.B.</strong> If present, the
<code>errorStyleId</code>
- overrides this attribute in the event of an error for the
element.</p>
+ <p>Identifier to be attached to this label (renders
+ a "for" attribute) when the identifier is different
+ than the property name.</p>
]]>
</description>
</attribute>