You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/08 23:51:38 UTC

svn commit: r230907 - /struts/core/trunk/doc/shale/features.xml

Author: wsmoak
Date: Mon Aug  8 14:51:34 2005
New Revision: 230907

URL: http://svn.apache.org/viewcvs?rev=230907&view=rev
Log:
Fixed typos

Modified:
    struts/core/trunk/doc/shale/features.xml

Modified: struts/core/trunk/doc/shale/features.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/shale/features.xml?rev=230907&r1=230906&r2=230907&view=diff
==============================================================================
--- struts/core/trunk/doc/shale/features.xml (original)
+++ struts/core/trunk/doc/shale/features.xml Mon Aug  8 14:51:34 2005
@@ -62,7 +62,7 @@
             this backing bean is associated with is created.  (Technically, it
             happens when <code>ViewManager.createView()</code> is called.)
             For a postback, this happens during the <em>Restore View</em>
-            phase of the request processing lifecycle, once it ha been
+            phase of the request processing lifecycle, once it has been
             determined which view should be restored.  If your application
             navigates from one page to another, the <code>init()</code> method
             of the second page will be called as part of the
@@ -314,7 +314,7 @@
         JavaServer Navigation will resume.</p>
 
         <p>The configuration of a Dialog is represented as a tree of
-        JavaBeans defined in the <code>org.apache.shale.dialog</code>code>
+        JavaBeans defined in the <code>org.apache.shale.dialog</code>
         package, rooted at an instance <code>Dialog</code>.  The set of
         all known <code>Dialog</code> instances is stored in a <code>Map</code>,
         keyed by dialog identifier, which is stored in an application scope



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org