You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2004/09/01 13:34:00 UTC

cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
I didn't change anything that referenced Struts 1.1 or Struts 1.2 - just the
struts-faces tld and the referencs in the struts-faces jsps for that tld.
Just means that struts-faces now reflects the Strut's TLP status. If it
causes a problem I'm happy for the changes to be reversed, but I can't see
why it would.

Niall

----- Original Message ----- 
From: "Craig McClanahan" <cr...@gmail.com>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Wednesday, September 01, 2004 6:16 PM
Subject: Re: cvs commit: jakarta-struts/contrib/struts-faces/web/systest
context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp


> On 1 Sep 2004 11:34:00 -0000, niallp@apache.org <ni...@apache.org> wrote:
> > 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
> >
>
> Doesn't this mean that the apps would not run in a Struts 1.1
> environment?  If so, that's not acceptable, and I'm -1 on this change.
>  (Struts 1.2.x should recognize both the old and new tag library URIs,
> but shouldn't require applications to switch.)
>
> Craig
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
Perhaps I am missing something,
but the only change was
jakarta.apache.org/struts
--> struts.apache.org

in .TLD-file and in JSPs (for 'uri'-attribute)

Regards,
Matthias

> -----Original Message-----
> From: Craig McClanahan [mailto:craigmcc@gmail.com] 
> Sent: Wednesday, September 01, 2004 7:17 PM
> To: Struts Developers List
> Subject: Re: cvs commit: 
> jakarta-struts/contrib/struts-faces/web/systest context.jsp 
> context1.jsp logon.jsp logon1.jsp simple.jsp
> 
> 
> On 1 Sep 2004 11:34:00 -0000, niallp@apache.org 
> <ni...@apache.org> wrote:
> > 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
> > 
> 
> Doesn't this mean that the apps would not run in a Struts 1.1 
> environment?  If so, that's not acceptable, and I'm -1 on 
> this change.  (Struts 1.2.x should recognize both the old and 
> new tag library URIs, but shouldn't require applications to switch.)
> 
> Craig
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

Posted by Craig McClanahan <cr...@gmail.com>.
On 1 Sep 2004 11:34:00 -0000, niallp@apache.org <ni...@apache.org> wrote:
> 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
> 

Doesn't this mean that the apps would not run in a Struts 1.1
environment?  If so, that's not acceptable, and I'm -1 on this change.
 (Struts 1.2.x should recognize both the old and new tag library URIs,
but shouldn't require applications to switch.)

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org