You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ma...@apache.org on 2007/02/26 13:41:00 UTC

svn commit: r511792 - in /shale/framework/branches/SHALE_1_0_X: shale-dialog-basic/src/site/xdoc/index.xml shale-dialog/src/site/xdoc/index.xml

Author: matzew
Date: Mon Feb 26 04:40:59 2007
New Revision: 511792

URL: http://svn.apache.org/viewvc?view=rev&rev=511792
Log:
doc fix ported back to 10x branch

Modified:
    shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/src/site/xdoc/index.xml
    shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml

Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/src/site/xdoc/index.xml?view=diff&rev=511792&r1=511791&r2=511792
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-dialog-basic/src/site/xdoc/index.xml Mon Feb 26 04:40:59 2007
@@ -38,7 +38,7 @@
         Shale Dialog Manager facilities.  It is designed to be as simple
         as possible to configure and use, while encapsulating advanced
         state management capabilities.  It is fundamentally similar in
-        in configuration and use with the legacy Dialog Manager support in
+        configuration and use with the legacy Dialog Manager support in
         Shale versions up through 1.0.3, but many bugs and limitations of
         the original code have been corrected.</p>
 

Modified: shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml?view=diff&rev=511792&r1=511791&r2=511792
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml Mon Feb 26 04:40:59 2007
@@ -130,7 +130,7 @@
                 with the user.  There will be one such instance for each
                 window or frame running a dialog, stored in session scope.</li>
             <li><a href="apidocs/org/apache/shale/dialog/DialogContextManager.html">
-                DialogContextFactory</a> - Factory for creating new
+                DialogContextManager</a> - Factory for creating new
                 <code>DialogContext</code> instances.  The Shale Dialog implementation
                 that you select will provide a suitable factory as a session scope
                 managed bean under a well-known key.  At most one active
@@ -322,7 +322,7 @@
             <li>When a POST request for this window is processed, the active
                 <code>DialogContext</code> instance for the logical dialog 
                 identifier for this window will be retrieved from the
-                <code>DialogContextFactory</code> for this user, and stored
+                <code>DialogContextManager</code> for this user, and stored
                 as a request scope attribute under key <code>dialog</code>
                 for easy reference in expressions.</li>
             <li>During <em>Invoke Application</em> phase of the request