Author: wsmoak
Date: Sat Sep 17 17:54:12 2005
New Revision: 289877
URL: http://svn.apache.org/viewcvs?rev=289877&view=rev
Log:
Minor editing of website docs
Modified:
struts/shale/trunk/xdocs/features.xml
struts/shale/trunk/xdocs/index.xml
Modified: struts/shale/trunk/xdocs/features.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features.xml?rev=289877&r1=289876&r2=289877&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/features.xml (original)
+++ struts/shale/trunk/xdocs/features.xml Sat Sep 17 17:54:12 2005
@@ -311,7 +311,7 @@
methods return a logical outcome of <strong>dialog:xxxxx</strong>,
which will cause the dialog named <code>xxxxx</code> to be entered
at its starting state. Once that dialog completes, standard
- JavaServer Navigation will resume.</p>
+ JavaServer Faces 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>
@@ -423,7 +423,7 @@
<li>URL</li>
</ul>
- <p>All of the preceeding validators can be executed either on
+ <p>All of the preceding validators can be executed either on
the client or the server, or both. Shale integrates
JavaServer Faces
and the Commons Validator.</p>
@@ -494,7 +494,7 @@
</form>
...
</pre>
- <p>In the preceeding example, we've attached three Commons validators
to a single
+ <p>In the preceding example, we've attached three Commons validators
to a single
JSF input component. To pass validation, the field must
have a value that
starts with a number between 4 and 6 inclusive and
that value must be a valid
credit card number as verified by the <a
href="http://en.wikipedia.org/wiki/Luhn_algorithm">Luhn</a> algorithm. Two of
the
@@ -582,7 +582,7 @@
<p>JNDI supports the concept of <em>environment entries</em> that can
be declared in the deployment descriptor, and optionally modified by
- the deployment configuration when the application is instaled in a
+ the deployment configuration when the application is installed in a
particular environment. Let's assume that you have a boolean
environment entry to define whether your application is running in
debug mode or not, declared in <code>web.xml</code> like this:</p>
@@ -655,7 +655,7 @@
<p>The <strong>Clay</strong> component is a complex JavaServer Faces
component that features a way to build more reusable view fragments.
- As it's name implies, the Clay component can be shaped and molded into
+ As its name implies, the Clay component can be shaped and molded into
a subtree of JSF components acting as a "stand-in"
for the JSP tags normally required to add components
to the view's component tree.</p>
@@ -733,7 +733,7 @@
inheriting <code>attributes</code> and contained <code>element</code>
nodes from the parent component. This is accomplished by using
the <code>extends</code> attribute. The value of the
- <code>extends</code> attribute should be a <code>jsfid</code> of
+ <code>extends</code> attribute should be the <code>jsfid</code> of
the parent <code>component</code> definition.
<blockquote><pre>
<component jsfid="baseLabel" extends="outputLabel" allowBody="false">
Modified: struts/shale/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/index.xml?rev=289877&r1=289876&r2=289877&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/index.xml (original)
+++ struts/shale/trunk/xdocs/index.xml Sat Sep 17 17:54:12 2005
@@ -124,7 +124,7 @@
<ul>
<li>Apache Commons Validator 1.1.4 or later.</li>
<li>Spring Framework 1.2.2 or later.</li>
- <li>Struts Tiles (Stand Alone) - currently in Struts Sandbox.</li>
+ <li>Stand-alone Tiles (currently in the Struts Sandbox).</li>
</ul>
<p>If you wish to work on Shale itself, you will require the following
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]