Author: jholmes
Date: Wed Feb 8 20:47:52 2006
New Revision: 376183
URL: http://svn.apache.org/viewcvs?rev=376183&view=rev
Log:
Fixed a couple typos.
Modified:
struts/faces/trunk/README.txt
Modified: struts/faces/trunk/README.txt
URL:
http://svn.apache.org/viewcvs/struts/faces/trunk/README.txt?rev=376183&r1=376182&r2=376183&view=diff
==============================================================================
--- struts/faces/trunk/README.txt (original)
+++ struts/faces/trunk/README.txt Wed Feb 8 20:47:52 2006
@@ -53,7 +53,7 @@
* It is now possible to use the Struts-Faces Integration Library in conjunction
with application modules using Tiles.
-* You many now use a managed bean named "struts" at the beginning of any
+* You may now use a managed bean named "struts" at the beginning of any
value binding expression in order to gain access to request, session, and
application scope objects provided by Struts. See the Javadocs for the
implementation class (org.apache.struts.faces.util.StrutsContext)
@@ -473,7 +473,7 @@
components instead of traditional Struts tags, modify any <forward>
elements in your webapp's struts-config.xml file to include "/faces"
in front of the path to that page (if you are using prefix mapping),
- or a ".faces" extension (if you are using extenaion mapping. For
+ or a ".faces" extension (if you are using extension mapping. For
example, change:
<forward name="registration" path="/registration.jsp"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]