Author: wsmoak
Date: Sun Sep 24 12:00:56 2006
New Revision: 449459

URL: http://svn.apache.org/viewvc?view=rev&rev=449459
Log:
Document a known issue with MyFaces 1.1.4, which does not recognize the family 
of the Struts Faces form component.  Add a link to the wiki, and correct the 
link to the JSF RI page.

Modified:
    struts/struts1/trunk/faces/src/site/xdoc/index.xml

Modified: struts/struts1/trunk/faces/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/faces/src/site/xdoc/index.xml?view=diff&rev=449459&r1=449458&r2=449459
==============================================================================
--- struts/struts1/trunk/faces/src/site/xdoc/index.xml (original)
+++ struts/struts1/trunk/faces/src/site/xdoc/index.xml Sun Sep 24 12:00:56 2006
@@ -36,13 +36,24 @@
   <p>
     The Struts-Faces Integration Library should work with any implementation
     of JavaServer Faces, version 1.0 or later.  It has primarily been tested
-    against <a href="http://java.sun.com/j2ee/javaserverfaces/";>
-    version 1.1 of the JavaServer Faces reference implementation.</a>
+    against version 1.1 of the 
+    <a href="http://java.sun.com/javaee/javaserverfaces/";>JavaServer Faces</a>
+    reference implementation.
   </p>
 
   <p>
     For more information, consult the
-    <a href="README.txt" target="_blank">README</a> file.
+    <a href="README.txt" target="_blank">README</a> file or the
+    <a href="http://wiki.apache.org/struts/StrutsFaces";>StrutsFaces</a>
+    wiki page.
+  </p>
+  
+  <p>Known issues with some JSF implementations:
+    <ul>
+      <li><a href="http://issues.apache.org/jira/browse/MYFACES-1421";>
+      [MYFACES-1421]</a> - MyFaces 1.1.4 does not recognize the family of the
+      Struts Faces form component.</li>
+    </ul>
   </p>
   
   <p>


Reply via email to