jmitchell 2002/10/28 20:31:07
Modified: src/share/org/apache/struts/taglib/html package.html
Log:
Fixed bad links to userGuide from API docs.
Thanks Alan.
Revision Changes Path
1.18 +12 -12
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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- package.html 28 Oct 2002 02:12:53 -0000 1.17
+++ package.html 29 Oct 2002 04:31:07 -0000 1.18
@@ -321,7 +321,7 @@
<p> </p>
-<p>See the <a href="../../../../../../struts-html.html">HTML Tags Reference</a>
+<p>See the <a href="../../../../../../userGuide/struts-html.html">HTML Tags
Reference</a>
for detailed information about the available tags in this tag library,
and the complete list of valid attributes for each tag.</p>
@@ -438,7 +438,7 @@
</h4>
<ul>
- <li><a href="../../../../../../struts-html.html#base">base</a>
+ <li><a href="../../../../../../userGuide/struts-html.html#base">base</a>
</li>
</ul>
@@ -469,13 +469,13 @@
it easy to write "session-aware" hyperlink references:</p>
<ul>
- <li><a href="../../../../../../struts-html.html#link">link</a>
+ <li><a href="../../../../../../userGuide/struts-html.html#link">link</a>
- Renders an HTML anchor or hyperlink.</li>
- <li><a href="../../../../../../struts-html.html#rewrite">rewrite</a>
+ <li><a href="../../../../../../userGuide/struts-html.html#rewrite">rewrite</a>
- Renders a request URI, but without creating the <a> hyperlink.
This tag is useful when you want to generate a string constant for use
by a JavaScript procedure.</li>
- <li><a href="../../../../../../struts-html.html#img">img</a>
+ <li><a href="../../../../../../userGuide/struts-html.html#img">img</a>
- Renders an HTML <img> element with the image at the specified
URL.</li>
@@ -676,7 +676,7 @@
</table>
</p>
-<p>See the <a href="../../../../../../struts-html.html">HTML Tags Reference</a>
+<p>See the <a href="../../../../../../userGuide/struts-html.html">HTML Tags
Reference</a>
for the complete list of valid attributes for each tag.. </p>
<h4><a name="doc.Other.i18n">Internationalization</a>
@@ -685,26 +685,26 @@
<p>Internationalization is automatically supported by the HTML tags where
appropriate. </p>
-<p><a href="../../../../../../struts-html.html#errors">Errors</a>
+<p><a href="../../../../../../userGuide/struts-html.html#errors">Errors</a>
- By default, the text for your messages will be returned by the default
message resource, which will select the appropriate language for the user.
You may also specify another message resource using the <code>bundle</code>
attribute.</p>
-<p><a href="../../../../../../struts-html.html#html">HTML</a>
+<p><a href="../../../../../../userGuide/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>
+<p><a href="../../../../../../userGuide/struts-html.html#image">image</a>
+ and <a href="../../../../../../userGuide/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">
+, and <code>bundle</code> attributes in the <a
href="../../../../../../userGuide/struts-html.html">
HTML Tags Reference</a>
.</p>
-<p><a href="../../../../../../struts-html.html#messages">Messages</a>
+<p><a href="../../../../../../userGuide/struts-html.html#messages">Messages</a>
- By default, the text for your messages will be returned by the default
message resource, which will select the appropriate language for the user.
You may also specify another message resource using the <code>bundle</code>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>