husted 2003/06/25 03:27:00
Modified: doc/userGuide configuration.xml
Log:
Correct module-switching URI, per #20864 ([EMAIL PROTECTED]).
Revision Changes Path
1.22 +10 -1 jakarta-struts/doc/userGuide/configuration.xml
Index: configuration.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/configuration.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- configuration.xml 16 Jun 2003 03:34:58 -0000 1.21
+++ configuration.xml 25 Jun 2003 10:26:59 -0000 1.22
@@ -586,7 +586,16 @@
</p>
<pre><code>
- http://localhost:8080/toModule.do?prefix=moduleB&page=/index.do
+ http://localhost:8080/toModule.do?prefix=/moduleB&page=/index.do
+ </code></pre>
+
+ <p>
+ If you are using the "default" module as well as "named" modules (like
"/moduleB"),
+ you can switch back to the "default" module with a URI like this:
+ </p>
+
+ <pre><code>
+ http://localhost:8080/toModule.do?prefix=&page=/index.do
</code></pre>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]