husted 01/02/20 04:33:21
Modified: src/share/org/apache/struts/taglib/html package.html
Log:
Document new attributes for img and image tags (source revision 1.12 and 1.7).
Revision Changes Path
1.3 +6 -0
jakarta-struts/src/share/org/apache/struts/taglib/html/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.html 2001/02/19 20:48:16 1.2
+++ package.html 2001/02/20 12:33:19 1.3
@@ -534,6 +534,12 @@
<p><a href="../../../../../../struts-html.html#html">HTML</a> - Renders an HTML
element with language attributes extracted from the user's current Locale object,
if there is one. </p>
+<p><a href="../../../../../../struts-html.html#image">image</a> and <a
href="../../../../../../struts-html.html#img">img</a>
+ - Can optionally retrieve the value for its binary source and alt text from
+ the message resource, so that different images and/or text can be provided for
+ different locales. See the tag's <code>altKey</code>, <code>srcKey</code>, and
+ <code>bundle</code> attributes in the <a
href="../../../../../../struts-html.html">HTML
+ Tags Reference</a>.</p>
<p>See the <a href="../../../../../../userGuide/building_view.html#i18n">Users
Guide</a> for more on how Struts helps you internationalize your applications.</p>
<p> </p>