jmitchell 2002/10/28 20:17:34
Modified: doc/userGuide building_view.xml
Log:
Fixed bad links to userGuide from API docs.
Thanks Alan.
Revision Changes Path
1.16 +2 -2 jakarta-struts/doc/userGuide/building_view.xml
Index: building_view.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- building_view.xml 13 Oct 2002 15:55:12 -0000 1.15
+++ building_view.xml 29 Oct 2002 04:17:34 -0000 1.16
@@ -478,7 +478,7 @@
with the ability to dynamically modify the URLs specified by the
"src" and
"lowsrc" attributes in the same manner that <html:link> can.
</li>
- <li>[bean] <a href="../struts-bean.html#parameter">parameter</a>
retrieves the value of the
+ <li>[bean] <a
href="../userGuide/struts-bean.html#parameter">parameter</a> retrieves the value of the
specified request parameter, and defines the result as a page scope
attribute of
type String or String[].</li>
</ul>
@@ -627,7 +627,7 @@
can conditionally perform the include by nesting it within a tag
like <a href="../struts-logic.html#equals">equals</a> by using it's
parameter attribute.</li>
- <li>The <a href="../struts-bean.html#include">bean:include</a> tag takes
either a
+ <li>The <a href="../userGuide/struts-bean.html#include">bean:include</a>
tag takes either a
an argument "forward" representing a logical name mapped to the jsp to
include,
or the "id" argument, which represents a page context String variable
to print
out to the jsp page.</li>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>