craigmcc 2004/09/02 22:13:57 Modified: contrib/struts-faces README.txt Log: Add a note about the fact that the tag library URI has changed, in response to the fact that Struts is now a top level project. Revision Changes Path 1.17 +11 -2 jakarta-struts/contrib/struts-faces/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/README.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- README.txt 21 Aug 2004 18:25:10 -0000 1.16 +++ README.txt 3 Sep 2004 05:13:57 -0000 1.17 @@ -33,6 +33,15 @@ This release of the Struts-Faces Integration Library (Version 1.0) has the following new features relative to the previous (0.4) release: +* As of the nightly build 20040902, the URI for the struts-faces tag library + has changed. You should now be using: + + <%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %> + + instead of: + + <%@ taglib prefix="s" uri="http://jakarta.apache.org/struts/tags-faces" %> + * It is now possible to mix pure JavaServer Faces pages, and those using the struts-faces integration library, in the same webapp. Previously, it was required to use only Struts-based handlers for form submits. @@ -400,7 +409,7 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %> - <%@ taglib prefix="s" uri="http://jakarta.apache.org/struts/tags-faces" %> + <%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %> - The Struts-Faces tag library (prefix "s" above) contains replacements for functionality in the existing Struts HTML tag library that are
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]