niallp 2004/09/01 04:34:00 Modified: contrib/struts-faces/web/example logon.jsp mainMenu.jsp registration.jsp subscription.jsp contrib/struts-faces/web/example2 footer.jsp header.jsp layout.jsp layout1.jsp loggedoff.jsp loggedon.jsp logon.jsp mainMenu.jsp registration.jsp subscription.jsp contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp Log: Change jsp taglib URIs to struts.apache.org - thanks to Matthias Wessendorf for spotting this Revision Changes Path 1.6 +1 -1 jakarta-struts/contrib/struts-faces/web/example/logon.jsp Index: logon.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example/logon.jsp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- logon.jsp 8 Mar 2004 03:07:36 -0000 1.5 +++ logon.jsp 1 Sep 2004 11:33:59 -0000 1.6 @@ -1,7 +1,7 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ 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" %> <!-- 1.6 +1 -1 jakarta-struts/contrib/struts-faces/web/example/mainMenu.jsp Index: mainMenu.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example/mainMenu.jsp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mainMenu.jsp 21 Aug 2004 18:21:33 -0000 1.5 +++ mainMenu.jsp 1 Sep 2004 11:33:59 -0000 1.6 @@ -2,7 +2,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" %> <!-- 1.6 +1 -1 jakarta-struts/contrib/struts-faces/web/example/registration.jsp Index: registration.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example/registration.jsp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- registration.jsp 8 Mar 2004 03:07:36 -0000 1.5 +++ registration.jsp 1 Sep 2004 11:33:59 -0000 1.6 @@ -2,7 +2,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" %> <!-- 1.6 +1 -1 jakarta-struts/contrib/struts-faces/web/example/subscription.jsp Index: subscription.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example/subscription.jsp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- subscription.jsp 8 Mar 2004 03:07:36 -0000 1.5 +++ subscription.jsp 1 Sep 2004 11:33:59 -0000 1.6 @@ -3,7 +3,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" %> <!-- 1.3 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/footer.jsp Index: footer.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/footer.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- footer.jsp 8 Mar 2004 03:07:36 -0000 1.2 +++ footer.jsp 1 Sep 2004 11:33:59 -0000 1.3 @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="http://jakarta.apache.org/struts/tags-faces" %> +<%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %> <!-- 1.3 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/header.jsp Index: header.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/header.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- header.jsp 8 Mar 2004 03:07:36 -0000 1.2 +++ header.jsp 1 Sep 2004 11:33:59 -0000 1.3 @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="http://jakarta.apache.org/struts/tags-faces" %> +<%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %> <!-- 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/layout.jsp Index: layout.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/layout.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- layout.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ layout.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -2,7 +2,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" %> <%@ taglib prefix="t" uri="/WEB-INF/struts-tiles.tld" %> 1.3 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/layout1.jsp Index: layout1.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/layout1.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- layout1.jsp 8 Mar 2004 03:07:36 -0000 1.2 +++ layout1.jsp 1 Sep 2004 11:33:59 -0000 1.3 @@ -1,7 +1,7 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ 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" %> <%@ taglib prefix="t" uri="/WEB-INF/struts-tiles.tld" %> 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/loggedoff.jsp Index: loggedoff.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/loggedoff.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- loggedoff.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ loggedoff.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -1,7 +1,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" %> <%@ taglib prefix="t" uri="/WEB-INF/struts-tiles.tld" %> 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/loggedon.jsp Index: loggedon.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/loggedon.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- loggedon.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ loggedon.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -1,7 +1,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" %> <%@ taglib prefix="t" uri="/WEB-INF/struts-tiles.tld" %> 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/logon.jsp Index: logon.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/logon.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- logon.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ logon.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -1,7 +1,7 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ 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" %> <!-- 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/mainMenu.jsp Index: mainMenu.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/mainMenu.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mainMenu.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ mainMenu.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -2,7 +2,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" %> <!-- 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/registration.jsp Index: registration.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/registration.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- registration.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ registration.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -2,7 +2,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" %> <!-- 1.4 +1 -1 jakarta-struts/contrib/struts-faces/web/example2/subscription.jsp Index: subscription.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/example2/subscription.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- subscription.jsp 8 Mar 2004 03:07:36 -0000 1.3 +++ subscription.jsp 1 Sep 2004 11:33:59 -0000 1.4 @@ -3,7 +3,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" %> <!-- 1.2 +1 -1 jakarta-struts/contrib/struts-faces/web/systest/context.jsp Index: context.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/systest/context.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- context.jsp 28 Aug 2004 07:44:54 -0000 1.1 +++ context.jsp 1 Sep 2004 11:33:59 -0000 1.2 @@ -19,7 +19,7 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ 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" %> <f:view> <s:html locale="true" xhtml="true"> 1.2 +1 -1 jakarta-struts/contrib/struts-faces/web/systest/context1.jsp Index: context1.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/systest/context1.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- context1.jsp 28 Aug 2004 07:44:54 -0000 1.1 +++ context1.jsp 1 Sep 2004 11:33:59 -0000 1.2 @@ -19,7 +19,7 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ 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" %> <f:view> <s:html locale="true" xhtml="true"> 1.3 +1 -1 jakarta-struts/contrib/struts-faces/web/systest/logon.jsp Index: logon.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/systest/logon.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- logon.jsp 21 Aug 2004 18:21:33 -0000 1.2 +++ logon.jsp 1 Sep 2004 11:33:59 -0000 1.3 @@ -19,7 +19,7 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ 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" %> <f:view> <s:html locale="true" xhtml="true"> 1.2 +1 -1 jakarta-struts/contrib/struts-faces/web/systest/logon1.jsp Index: logon1.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/systest/logon1.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- logon1.jsp 8 Aug 2004 03:28:35 -0000 1.1 +++ logon1.jsp 1 Sep 2004 11:33:59 -0000 1.2 @@ -19,7 +19,7 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ 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" %> <f:view> <s:html locale="true" xhtml="true"> 1.3 +1 -1 jakarta-struts/contrib/struts-faces/web/systest/simple.jsp Index: simple.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/web/systest/simple.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- simple.jsp 7 Aug 2004 04:53:35 -0000 1.2 +++ simple.jsp 1 Sep 2004 11:33:59 -0000 1.3 @@ -19,7 +19,7 @@ <%@ page contentType="text/html;charset=UTF-8" %> <%@ 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" %> <f:view> <s:html locale="true" xhtml="true">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]