jon 01/05/31 16:03:36
Modified: docs/howto criteria-howto.html
xdocs/howto criteria-howto.xml
Log:
fixed links...
thanks to Jerome Verleyen <[EMAIL PROTECTED]> for pointing out one
problem
Revision Changes Path
1.7 +2 -2 jakarta-turbine/docs/howto/criteria-howto.html
Index: criteria-howto.html
===================================================================
RCS file: /home/cvs/jakarta-turbine/docs/howto/criteria-howto.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- criteria-howto.html 2001/05/21 00:09:32 1.6
+++ criteria-howto.html 2001/05/31 23:03:33 1.7
@@ -149,7 +149,7 @@
<blockquote>
<p>
For a basic description and examples of the Criteria Object with Peers please
- view the <a href="/howto/peers-howto.html">Peers Howto</a>
+ view the <a href="../howto/peers-howto.html">Peers Howto</a>
document. This document intends to show more advanced techniques using
Criteria,
such as comparators and joins. As always, for more information on the methods
available in the Criteria Object, view the javadocs.
@@ -172,7 +172,7 @@
This example will use the related tables in the Turbine Security system between
the Turbine_Role and Turbine_Permission tables, with the bridging table,
Turbine_Role_Permission. The relationship between these tables are in the
- <a href="turbine-schema.html">Core Schema</a> document, with Turbine_Role and
+ <a href="../turbine-schema.html">Core Schema</a> document, with Turbine_Role
and
Turbine_Permission both having a one-to-many relationships with
Turbine_Role_Permission table. As Role exists as a container for Permissions,
one requirement that may be desired for an application is to show a list of the
1.4 +2 -2 jakarta-turbine/xdocs/howto/criteria-howto.xml
Index: criteria-howto.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine/xdocs/howto/criteria-howto.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- criteria-howto.xml 2001/05/21 00:09:27 1.3
+++ criteria-howto.xml 2001/05/31 23:03:35 1.4
@@ -12,7 +12,7 @@
<p>
For a basic description and examples of the Criteria Object with Peers please
- view the <a href="/howto/peers-howto.html">Peers Howto</a>
+ view the <a href="../howto/peers-howto.html">Peers Howto</a>
document. This document intends to show more advanced techniques using
Criteria,
such as comparators and joins. As always, for more information on the methods
available in the Criteria Object, view the javadocs.
@@ -25,7 +25,7 @@
This example will use the related tables in the Turbine Security system between
the Turbine_Role and Turbine_Permission tables, with the bridging table,
Turbine_Role_Permission. The relationship between these tables are in the
- <a href="turbine-schema.html">Core Schema</a> document, with Turbine_Role and
+ <a href="../turbine-schema.html">Core Schema</a> document, with Turbine_Role
and
Turbine_Permission both having a one-to-many relationships with
Turbine_Role_Permission table. As Role exists as a container for Permissions,
one requirement that may be desired for an application is to show a list of the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]