[CONF] Confluence Changes in the last 24 hours

2007-03-11 Thread confluence
-
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-

Apache Tiles (TILES) http://cwiki.apache.org/confluence/display/TILES
|
|-Pages Added or Edited in This Space
 |-- tiles-2.0.1 was last edited by ddewolf (10:44 AM).
 |   http://cwiki.apache.org/confluence/display/TILES/tiles-2.0.1
 |-- Release Management was last edited by wsmoak (10:36 AM).
 |   http://cwiki.apache.org/confluence/display/TILES/Release+Management
 |-- tiles-2.0.x was created by wsmoak (10:33 AM).
 |   http://cwiki.apache.org/confluence/display/TILES/tiles-2.0.x

Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW
|
|-Pages Added or Edited in This Space
 |-- Ajax Tags was last edited by [EMAIL PROTECTED] (06:35 AM).
 |   http://cwiki.apache.org/confluence/display/WW/Ajax+Tags
 |-- AJAX was last edited by [EMAIL PROTECTED] (04:02 AM).
 |   http://cwiki.apache.org/confluence/display/WW/AJAX
 |
 |-New Comments in This Space
 |-- http://cwiki.apache.org/confluence/display/WW/FreeMarker (1)
 |-- http://cwiki.apache.org/confluence/display/WW/JSP (1)

Apache Directory Server v1.0 (DIRxSRVx10) 
http://cwiki.apache.org/confluence/display/DIRxSRVx10
|
|-Pages Added or Edited in This Space
 |-- Authenticator was last edited by elecharny (02:58 PM).
 |   http://cwiki.apache.org/confluence/display/DIRxSRVx10/Authenticator
 |-- ADS-1.0 internals was last edited by elecharny (08:57 AM).
 |   http://cwiki.apache.org/confluence/display/DIRxSRVx10/ADS-1.0+internals
 |-- ApacheDS v1.0 Developers's Guide was last edited by elecharny (08:54 AM).
 |   
http://cwiki.apache.org/confluence/display/DIRxSRVx10/ApacheDS+v1.0+Developers%27s+Guide

Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET
|
|-Pages Added or Edited in This Space
 |-- Migrate-1.3 was last edited by ehillenius (09:46 PM).
 |   http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.3
 |-- Backporting features from trunk was last edited by ehillenius (04:37 PM).
 |   
http://cwiki.apache.org/confluence/display/WICKET/Backporting+features+from+trunk


-
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence




svn commit: r516927 - in /struts/struts2/branches/STRUTS_2_0_X: apps/blank/src/main/resources/ apps/mailreader/ apps/mailreader/src/main/java/ apps/showcase/src/main/resources/ backport/ core/src/main

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 08:29:54 2007
New Revision: 516927

URL: http://svn.apache.org/viewvc?view=rev&rev=516927
Log:
WW-1781 - Set DevMode to false for example appliations. Remove other redundant 
or obsolete settings. Conform indentation n struts-default.xml. 

Modified:

struts/struts2/branches/STRUTS_2_0_X/apps/blank/src/main/resources/struts.xml
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml

struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml

struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.xml
struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat

struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/blank/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/src/main/resources/struts.xml?view=diff&rev=516927&r1=516926&r2=516927
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/blank/src/main/resources/struts.xml 
(original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/blank/src/main/resources/struts.xml 
Sun Mar 11 08:29:54 2007
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml?view=diff&rev=516927&r1=516926&r2=516927
==
--- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml Sun Mar 11 
08:29:54 2007
@@ -5,7 +5,7 @@
 
   org.apache.struts
   struts2-apps
-  2.0.7-SNAPSHOT
+  2.1.0-SNAPSHOT
 
 org.apache.struts
 struts2-mailreader
@@ -30,11 +30,6 @@
${pom.groupId}
struts-mailreader-dao
1.3.5
-
-
-org.apache.struts
-struts2-spring-plugin
-${pom.version}
 
 
 

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml?view=diff&rev=516927&r1=516926&r2=516927
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml 
(original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml 
Sun Mar 11 08:29:54 2007
@@ -8,7 +8,6 @@
 
 
 
-
 
 
 

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.xml?view=diff&rev=516927&r1=516926&r2=516927
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.xml
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.xml
 Sun Mar 11 08:29:54 2007
@@ -7,9 +7,22 @@
 
 
 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
+
+
 
 
 

Modified: struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat?view=diff&rev=516927&r1=516926&r2=516927
==
--- struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat (original)
+++ struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat Sun Mar 11 
08:29:54 2007
@@ -1,3 +1,2 @@
-java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar 
../lib/struts2-core-2.0.4.jar -destjar struts2-core-j4-2.0.4.jar 
-java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar 
../lib/struts2-api-2.0.4.jar -destjar struts2-api-j4-2.0.4.jar 
-java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar 
../lib/xwork-2.0.0.jar -destjar xwork-j4-2.0.0.jar 
+java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar 
../lib/struts2-core-2.0.6.jar -destjar struts2-core-j4-2.0.6.jar 
+java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar 
../lib/xwork-2.0.1.jar -destjar xwork-j4-2.0.1.jar 

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml?view=diff&rev=516927&r1=516926&r2=516927
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml 
(original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/

svn commit: r516928 - in /struts/struts2/trunk: apps/blank/src/main/resources/ apps/mailreader/ apps/mailreader/src/main/java/ apps/showcase/src/main/resources/ core/src/main/resources/

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 08:31:14 2007
New Revision: 516928

URL: http://svn.apache.org/viewvc?view=rev&rev=516928
Log:
WW-1781 - Set DevMode to false for example applications. Remove other redundant 
or obsolete settings. Conform indentation n struts-default.xml. 

Removed:
struts/struts2/trunk/apps/showcase/src/main/resources/struts.properties
Modified:
struts/struts2/trunk/apps/blank/src/main/resources/struts.xml
struts/struts2/trunk/apps/mailreader/pom.xml
struts/struts2/trunk/apps/mailreader/src/main/java/struts.xml
struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/apps/blank/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/src/main/resources/struts.xml?view=diff&rev=516928&r1=516927&r2=516928
==
--- struts/struts2/trunk/apps/blank/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/blank/src/main/resources/struts.xml Sun Mar 11 
08:31:14 2007
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 

Modified: struts/struts2/trunk/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?view=diff&rev=516928&r1=516927&r2=516928
==
--- struts/struts2/trunk/apps/mailreader/pom.xml (original)
+++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Mar 11 08:31:14 2007
@@ -31,11 +31,6 @@
struts-mailreader-dao
1.3.5
 
-
-org.apache.struts
-struts2-spring-plugin
-${pom.version}
-
 
 
 

Modified: struts/struts2/trunk/apps/mailreader/src/main/java/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/java/struts.xml?view=diff&rev=516928&r1=516927&r2=516928
==
--- struts/struts2/trunk/apps/mailreader/src/main/java/struts.xml (original)
+++ struts/struts2/trunk/apps/mailreader/src/main/java/struts.xml Sun Mar 11 
08:31:14 2007
@@ -8,7 +8,6 @@
 
 
 
-
 
 
 

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml?view=diff&rev=516928&r1=516927&r2=516928
==
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml Sun Mar 11 
08:31:14 2007
@@ -7,16 +7,27 @@
 
 
 
+
+
+
+
+
+
+
+
+
+
+
 
-
+
 
-
+
 
 
 
-
+
 
-
+
 
 
 
@@ -26,19 +37,19 @@
 
 
 
-   
+
 
 
 
-
+
 
-
+
 
-
+
 
-
+
 
-
+
 
 
 
@@ -48,17 +59,17 @@
 
 
 
-   
+  
 
-   
+
 
 
 
-   
+
 
 showcase.jsp
 
-
+
 
 viewSource.jsp
 
@@ -99,7 +110,7 @@
 
 
 
-   {1}
+  {1}
 /empmanager/editEmployee.jsp
 execute
 

Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?view=diff&rev=516928&r1=516927&r2=516928
==
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Sun Mar 11 
08:31:14 2007
@@ -3,40 +3,38 @@
 http://struts.apache.org/dtds/struts-2.0.dtd";>
-
+
 
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
+  
+  
+
+  
+  
+
+  
+  
+  
+
 
 
 
 
-
+
 
 
-
+
 
-
+
 
 
-
+
 
 
 
 
 
-   
+  
 
-
-
 
 
 
@@ -47,7 +45,7 @@
 
 
 
-   
+
 
 
 
@@ -92,7 +90,7 @@
 
 
 
-
+
 
 
 
@@ -194,7 +192,7 @@
 
 
 
-   dojo\..*
+  dojo\..*
 
 
 
@@ -223,9 +221,9 @@
 input,back,cancel
 
 
-
+

-
+
 
 
 




svn commit: r516929 - /struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.properties

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 08:34:01 2007
New Revision: 516929

URL: http://svn.apache.org/viewvc?view=rev&rev=516929
Log:
WW-1781 - Delete redundant struts.properties file. 


Removed:

struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts.properties



svn commit: r516937 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 08:50:48 2007
New Revision: 516937

URL: http://svn.apache.org/viewvc?view=rev&rev=516937
Log:
WW-1707 Apply consistent naming for the interceptors in struts-default.xml per 
report by Philip Luppens.

Modified:

struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml?view=diff&rev=516937&r1=516936&r2=516937
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml 
(original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml 
Sun Mar 11 08:50:48 2007
@@ -5,15 +5,15 @@
 "http://struts.apache.org/dtds/struts-2.0.dtd";>
 
 
-  
-  
+
+
 
-  
-  
+
+
 
-  
-  
-  
+
+
+
 
 
 
@@ -33,7 +33,7 @@
 
 
 
-  
+
 
 
 
@@ -69,23 +69,23 @@
 
 
 
-
+
 
 
 
 
 
-
-
+
+
 
 
-
+
 
-
+
 
 
 
-
+
 
 
 
@@ -150,14 +150,14 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 
 
@@ -182,17 +182,17 @@
 
 
 
-
+
 
 
 
 
 
-
-
+
+
 
 
-
+
 
   dojo\..*
 
@@ -223,6 +223,14 @@
 input,back,cancel
 
 
+
+
+
+
+
+
+
+
 

 




svn commit: r516940 - in /struts/struts2/trunk: apps/showcase/src/main/resources/ core/src/main/resources/

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 08:51:35 2007
New Revision: 516940

URL: http://svn.apache.org/viewvc?view=rev&rev=516940
Log:
WW-1707 Apply consistent naming for the interceptors in struts-default.xml per 
report by Philip Luppens. Update example applications to use new names. 

Modified:
struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml
struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml
struts/struts2/trunk/apps/showcase/src/main/resources/struts-token.xml
struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml?view=diff&rev=516940&r1=516939&r2=516940
==
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml 
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml Sun 
Mar 11 08:51:35 2007
@@ -2,22 +2,22 @@
 http://struts.apache.org/dtds/struts-2.0.dtd";>
-   
+
 
-   
-   
-   
-   
-   
-   
+  
+
+  
+  
+
+
 
 
 
 
 
 
-
+
 
 
 
@@ -29,62 +29,62 @@
 input,back,cancel,browse
 
 
-   

-   
-   
-   
-   /chat/chatLogin.ftl
-   
-   
-   
-   
-   /chat/roomSelection.ftl
-   
-   
-   
-   
-   /chat/showRooms.action
-   /chat/chatLogin.ftl
-   
-   
-   
-   
-   /chat/main.action
-   
-   
-   
-   
-   /chat/roomSelection.ftl
-   
-   
-   
-   
-   /chat/showRoom.ftl
-   
-   
-   
-   
-   /chat/showRooms.action
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
+  
+
+
+
+  /chat/chatLogin.ftl
+
+
+
+  
+  /chat/roomSelection.ftl
+
+
+
+  
+  /chat/showRooms.action
+  /chat/chatLogin.ftl
+
+
+
+  
+  /chat/main.action
+
+
+
+  
+  /chat/roomSelection.ftl
+
+
+
+  
+  /chat/showRoom.ftl
+
+
+
+  
+  /chat/showRooms.action
+
+
+  
+
+  
+
+  
+  
+
+
 
-
+
 
 
 
 
-
+
 
-
+
 
 
 
@@ -94,42 +94,42 @@
 input,back,cancel,browse
 
 
-   

-   
-   
-   
-   
-   
-   /chat/usersAvailable.ftl
-   
-   
-   
-   
-   /chat/roomsAvailable.ftl
-   
-   
-   
-   
-   /chat/createRoom.ftl
-   /chat/createRoom.ftl
-   
-   
-   
-   
-   /chat/messagesAvailableInRoom.ftl
-   /chat/messagesAvailableInRoom.ftl
-   
-   
-   
-   
-   /chat/sendMessageToRoomResult.ftl
-   /chat/sendMessageToRoomResult.ftl
-   
-   
-   
-   
-   /chat/usersAvailableInRoom.ftl
-   
-
-  
+  
+
+
+
+
+  
+  /chat/usersAvailable.ftl
+
+
+
+  
+  /chat/roomsAvailable.ftl
+
+
+
+  
+  /chat/createRoom.ftl
+  /chat/createRoom.ftl
+
+
+
+  
+  /chat/messagesAvailableInRoom.ftl
+  /chat/messagesA

svn commit: r516983 - /struts/struts2/trunk/core/src/main/resources/struts-default.xml

2007-03-11 Thread mrdon
Author: mrdon
Date: Sun Mar 11 11:41:02 2007
New Revision: 516983

URL: http://svn.apache.org/viewvc?view=rev&rev=516983
Log:
Added back text provider config which broke a bunch of tests
WW-1715

Modified:
struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?view=diff&rev=516983&r1=516982&r2=516983
==
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Sun Mar 11 
11:41:02 2007
@@ -36,6 +36,9 @@
 
 
 
+
+
+
 
 
 




svn commit: r516986 - in /struts/struts2/trunk/plugins/tiles: pom.xml src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java src/main/java/org/apache/struts2/views/tiles/TilesResult.j

2007-03-11 Thread mrdon
Author: mrdon
Date: Sun Mar 11 11:49:39 2007
New Revision: 516986

URL: http://svn.apache.org/viewvc?view=rev&rev=516986
Log:
Changing tiles plugin to use the latest released version
WW-1715

Modified:
struts/struts2/trunk/plugins/tiles/pom.xml

struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java

struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java

Modified: struts/struts2/trunk/plugins/tiles/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/pom.xml?view=diff&rev=516986&r1=516985&r2=516986
==
--- struts/struts2/trunk/plugins/tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/tiles/pom.xml Sun Mar 11 11:49:39 2007
@@ -22,7 +22,7 @@
 
 org.apache.tiles
 tiles-core
-2.0-SNAPSHOT
+2.0.1
 
 
 javax.servlet

Modified: 
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java?view=diff&rev=516986&r1=516985&r2=516986
==
--- 
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java
 (original)
+++ 
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesContainerFactory.java
 Sun Mar 11 11:49:39 2007
@@ -98,13 +98,13 @@
 return factory.createApplicationContext(context);
 }
 
-public TilesRequestContext 
createRequestContext(TilesApplicationContext tilesApplicationContext, Object... 
requestItems) {
-TilesRequestContext context = 
factory.createRequestContext(tilesApplicationContext, requestItems);
+public TilesRequestContext 
createRequestContext(TilesApplicationContext tilesApplicationContext, 
PageContext pageContext) {
+TilesRequestContext context = 
factory.createRequestContext(tilesApplicationContext, pageContext);
 return new StrutsTilesRequestContext(context);
 }
 
-public TilesRequestContext 
createRequestContext(TilesApplicationContext tilesApplicationContext, 
PageContext pageContext) {
-TilesRequestContext context = 
factory.createRequestContext(tilesApplicationContext, pageContext);
+public TilesRequestContext 
createRequestContext(TilesApplicationContext tilesApplicationContext, Object 
request, Object response) {
+TilesRequestContext context = 
factory.createRequestContext(tilesApplicationContext, request, response);
 return new StrutsTilesRequestContext(context);
 }
 }

Modified: 
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java?view=diff&rev=516986&r1=516985&r2=516986
==
--- 
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
 (original)
+++ 
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
 Sun Mar 11 11:49:39 2007
@@ -101,6 +101,6 @@
 HttpServletRequest request = ServletActionContext.getRequest();
 HttpServletResponse response = ServletActionContext.getResponse();
 
-container.render(location, request, response);
+container.render(request, response, location);
 }
 }




svn commit: r516988 - in /struts/struts2/trunk/plugins/dojo/src: main/resources/template/ajax/a-close.ftl test/resources/org/apache/struts2/dojo/views/jsp/ui/HeadTagTest-1.txt test/resources/struts.pr

2007-03-11 Thread mrdon
Author: mrdon
Date: Sun Mar 11 12:00:38 2007
New Revision: 516988

URL: http://svn.apache.org/viewvc?view=rev&rev=516988
Log:
Fixed dojo tests
WW-1715

Added:

struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/a-close.ftl
  - copied unchanged from r516968, 
struts/struts2/trunk/core/src/main/resources/template/simple/a-close.ftl
struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties
Modified:

struts/struts2/trunk/plugins/dojo/src/test/resources/org/apache/struts2/dojo/views/jsp/ui/HeadTagTest-1.txt

Modified: 
struts/struts2/trunk/plugins/dojo/src/test/resources/org/apache/struts2/dojo/views/jsp/ui/HeadTagTest-1.txt
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/test/resources/org/apache/struts2/dojo/views/jsp/ui/HeadTagTest-1.txt?view=diff&rev=516988&r1=516987&r2=516988
==
--- 
struts/struts2/trunk/plugins/dojo/src/test/resources/org/apache/struts2/dojo/views/jsp/ui/HeadTagTest-1.txt
 (original)
+++ 
struts/struts2/trunk/plugins/dojo/src/test/resources/org/apache/struts2/dojo/views/jsp/ui/HeadTagTest-1.txt
 Sun Mar 11 12:00:38 2007
@@ -3,7 +3,7 @@
djConfig={
baseRelativePath: "/struts/dojo",
isDebug: false,
-   bindEncoding: "UTF-8",
+   bindEncoding: "ISO-8859-1",
debugAtAllCosts: true // not needed, but allows the Venkman 
debugger to work with the includes
};
 

Added: struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties?view=auto&rev=516988
==
--- struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties 
(added)
+++ struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties Sun 
Mar 11 12:00:38 2007
@@ -0,0 +1,18 @@
+struts.i18n.encoding=ISO-8859-1
+struts.locale=de_DE
+struts.multipart.saveDir=\temp
+struts.multipart.maxSize=12345
+
+### Load custom property files (does not override struts.properties!)
+struts.custom.properties=test,org/apache/struts2/othertest
+
+# added the MockTag to the path of Tags that the TagDirective will search 
through
+struts.velocity.tag.path = org.apache.struts2.views.velocity.ui, 
org.displaytag.tags
+
+struts.ui.templateDir = template
+
+### Load custom default resource bundles
+struts.custom.i18n.resources=testmessages,testmessages2
+
+### XSLT Cache
+struts.xslt.nocache = true




svn commit: r516991 - /struts/struts2/trunk/apps/mailreader/pom.xml

2007-03-11 Thread mrdon
Author: mrdon
Date: Sun Mar 11 12:11:15 2007
New Revision: 516991

URL: http://svn.apache.org/viewvc?view=rev&rev=516991
Log:
Adding spring plugin to mailreader as it seems to be required
WW-1715

Modified:
struts/struts2/trunk/apps/mailreader/pom.xml

Modified: struts/struts2/trunk/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?view=diff&rev=516991&r1=516990&r2=516991
==
--- struts/struts2/trunk/apps/mailreader/pom.xml (original)
+++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Mar 11 12:11:15 2007
@@ -31,7 +31,11 @@
struts-mailreader-dao
1.3.5
 
-
+
+org.apache.struts
+struts2-spring-plugin
+${pom.version}
+
 
 
 




svn commit: r516997 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

2007-03-11 Thread mrdon
Author: mrdon
Date: Sun Mar 11 12:40:40 2007
New Revision: 516997

URL: http://svn.apache.org/viewvc?view=rev&rev=516997
Log:
Fixed bad character in file
WW-1767

Modified:

struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml?view=diff&rev=516997&r1=516996&r2=516997
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml 
(original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml 
Sun Mar 11 12:40:40 2007
@@ -224,7 +224,7 @@
 
 
 
-
+
 
 
 




svn commit: r517002 - /struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml

2007-03-11 Thread mrdon
Author: mrdon
Date: Sun Mar 11 12:53:46 2007
New Revision: 517002

URL: http://svn.apache.org/viewvc?view=rev&rev=517002
Log:
Fixed mailreader to use correct version and spring plugin
WW-1767

Modified:
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml?view=diff&rev=517002&r1=517001&r2=517002
==
--- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml Sun Mar 11 
12:53:46 2007
@@ -5,7 +5,7 @@
 
   org.apache.struts
   struts2-apps
-  2.1.0-SNAPSHOT
+  2.0.7-SNAPSHOT
 
 org.apache.struts
 struts2-mailreader
@@ -31,7 +31,11 @@
struts-mailreader-dao
1.3.5
 
-
+
+org.apache.struts
+struts2-spring-plugin
+${pom.version}
+
 
 
 




svn commit: r517020 - /struts/struts2/trunk/core/src/site/resources/tags/ajax/tabbedpanel.html

2007-03-11 Thread wsmoak
Author: wsmoak
Date: Sun Mar 11 14:33:54 2007
New Revision: 517020

URL: http://svn.apache.org/viewvc?view=rev&rev=517020
Log:
Deleted "duplicate" file that was causing problems with svn checkout.  
tabbedPanel.html remains.

Removed:
struts/struts2/trunk/core/src/site/resources/tags/ajax/tabbedpanel.html



svn commit: r517032 - in /struts/struts2/trunk/apps/mailreader: pom.xml src/main/java/applicationContext.xml src/main/java/mailreader-default.xml src/main/java/mailreader2/MailreaderSupport.java src/m

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 15:18:07 2007
New Revision: 517032

URL: http://svn.apache.org/viewvc?view=rev&rev=517032
Log:
WW-1801 Remove Spring dependency by copying properties manually. 
WW-1707 Update interceptor reference. 

Removed:
struts/struts2/trunk/apps/mailreader/src/main/java/applicationContext.xml
Modified:
struts/struts2/trunk/apps/mailreader/pom.xml
struts/struts2/trunk/apps/mailreader/src/main/java/mailreader-default.xml

struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/web.xml

Modified: struts/struts2/trunk/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?view=diff&rev=517032&r1=517031&r2=517032
==
--- struts/struts2/trunk/apps/mailreader/pom.xml (original)
+++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Mar 11 15:18:07 2007
@@ -31,11 +31,6 @@
struts-mailreader-dao
1.3.5
 
-
-org.apache.struts
-struts2-spring-plugin
-${pom.version}
-
 
 
 

Modified: 
struts/struts2/trunk/apps/mailreader/src/main/java/mailreader-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/java/mailreader-default.xml?view=diff&rev=517032&r1=517031&r2=517032
==
--- struts/struts2/trunk/apps/mailreader/src/main/java/mailreader-default.xml 
(original)
+++ struts/struts2/trunk/apps/mailreader/src/main/java/mailreader-default.xml 
Sun Mar 11 15:18:07 2007
@@ -18,7 +18,7 @@
 
 
 
-
+
 
 
 

Modified: 
struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java?view=diff&rev=517032&r1=517031&r2=517032
==
--- 
struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
 (original)
+++ 
struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
 Sun Mar 11 15:18:07 2007
@@ -32,8 +32,6 @@
 import org.apache.struts.apps.mailreader.dao.UserDatabase;
 import org.apache.struts.apps.mailreader.dao.impl.memory.MemorySubscription;
 import org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUser;
-import org.springframework.beans.BeanUtils;
-
 import java.util.Map;
 
 /**
@@ -63,6 +61,28 @@
 return Constants.CANCEL;
 }
 
+/**
+ * Convenience method to copy User properties.
+ **/
+protected void copyUser(User source, User target) {
+  if ((source==null) || (target==null)) return;
+  target.setFromAddress(source.getFromAddress());
+  target.setFullName(source.getFullName());
+  target.setPassword(source.getPassword());
+  target.setReplyToAddress(source.getReplyToAddress());
+}
+
+/**
+ * Convenience method to copy Subscription properties.
+ **/
+protected void copySubscription(Subscription source, Subscription target) {
+  if ((source==null) || (target==null)) return;
+  target.setAutoConnect(source.getAutoConnect());
+  target.setPassword(source.getPassword());
+  target.setType(source.getType());
+  target.setUsername(source.getUsername());
+}
+
 
 //  ApplicationAware 
 
@@ -435,7 +455,7 @@
 input.setPassword(_password);
 User user = createUser(_username, _password);
 if (null != user) {
-BeanUtils.copyProperties(input,user);
+copyUser(input,user);
 setUser(user);
 }
 }
@@ -532,7 +552,7 @@
 Subscription input = getSubscription();
 Subscription sub = createSubscription(host);
 if (null != sub) {
-BeanUtils.copyProperties(input, sub);
+copySubscription(input, sub);
 setSubscription(sub);
 setHost(sub.getHost());
 }

Modified: struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/web.xml?view=diff&rev=517032&r1=517031&r2=517032
==
--- struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/web.xml 
(original)
+++ struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/web.xml Sun 
Mar 11 15:18:07 2007
@@ -4,11 +4,6 @@
 
 Struts 2 Mailreader
 
-
-contextConfigLocation
-classpath*:applicationContext*.xml
-
-
 
 Struts2
 
@@ -21,19 +16,13 @@
 /*
 
 
-
-
-org.springframework.web.context.ContextLo

svn commit: r517026 - in /struts/struts2/branches/STRUTS_2_0_X/apps/mailreader: pom.xml src/main/java/applicationContext.xml src/main/java/mailreader2/MailreaderSupport.java src/main/webapp/WEB-INF/we

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 14:58:50 2007
New Revision: 517026

URL: http://svn.apache.org/viewvc?view=rev&rev=517026
Log:
WW-1801 Remove Spring dependency by copying properties manually. 


Removed:

struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/applicationContext.xml
Modified:
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml

struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java

struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/WEB-INF/web.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml?view=diff&rev=517026&r1=517025&r2=517026
==
--- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml Sun Mar 11 
14:58:50 2007
@@ -31,11 +31,6 @@
struts-mailreader-dao
1.3.5
 
-
-org.apache.struts
-struts2-spring-plugin
-${pom.version}
-
 
 
 

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java?view=diff&rev=517026&r1=517025&r2=517026
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java
 Sun Mar 11 14:58:50 2007
@@ -32,8 +32,6 @@
 import org.apache.struts.apps.mailreader.dao.UserDatabase;
 import org.apache.struts.apps.mailreader.dao.impl.memory.MemorySubscription;
 import org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUser;
-import org.springframework.beans.BeanUtils;
-
 import java.util.Map;
 
 /**
@@ -63,6 +61,28 @@
 return Constants.CANCEL;
 }
 
+/**
+ * Convenience method to copy User properties.
+ **/
+protected void copyUser(User source, User target) {
+  if ((source==null) || (target==null)) return;
+  target.setFromAddress(source.getFromAddress());
+  target.setFullName(source.getFullName());
+  target.setPassword(source.getPassword());
+  target.setReplyToAddress(source.getReplyToAddress());
+}
+
+/**
+ * Convenience method to copy Subscription properties.
+ **/
+protected void copySubscription(Subscription source, Subscription target) {
+  if ((source==null) || (target==null)) return;
+  target.setAutoConnect(source.getAutoConnect());
+  target.setPassword(source.getPassword());
+  target.setType(source.getType());
+  target.setUsername(source.getUsername());
+}
+
 
 //  ApplicationAware 
 
@@ -435,7 +455,7 @@
 input.setPassword(_password);
 User user = createUser(_username, _password);
 if (null != user) {
-BeanUtils.copyProperties(input,user);
+copyUser(input,user);
 setUser(user);
 }
 }
@@ -532,7 +552,7 @@
 Subscription input = getSubscription();
 Subscription sub = createSubscription(host);
 if (null != sub) {
-BeanUtils.copyProperties(input, sub);
+copySubscription(input, sub);
 setSubscription(sub);
 setHost(sub.getHost());
 }

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/WEB-INF/web.xml?view=diff&rev=517026&r1=517025&r2=517026
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/WEB-INF/web.xml
 Sun Mar 11 14:58:50 2007
@@ -4,11 +4,6 @@
 
 Struts 2 Mailreader
 
-
-contextConfigLocation
-classpath*:applicationContext*.xml
-
-
 
 Struts2
 
@@ -21,19 +16,13 @@
 /*
 
 
-
-
-org.springframework.web.context.ContextLoaderListener
-
-
-
 
 
 
 mailreader2.ApplicationListener
 
 
-   
+
 
 index.html
 




[Struts Wiki] Update of "StrutsRelease138" by Paul Benedict

2007-03-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by Paul Benedict:
http://wiki.apache.org/struts/StrutsRelease138

--
  || A6. || Update all pom.xml files to "1.3.9-SNAPSHOT" || (./) ||
  || A7. || Create a new JIRA version level (1.x next) || (./) ||
  || A8. || Announce the Test Build on dev@ only || (./) ||
- || A9. || Post release-quality vote on dev@ list  || ||
+ || A9. || Post release-quality vote on dev@ list  || (./) ||
  
  == Vote (A) ==
+ 
+ Binding votes:
+ 4 +1 GA
+ Niall Pemberton,
+ Paul Benedict,
+ James Holmes,
+ James Mitchell
+ 
+ Non-binding votes:
+ 2 +1 GA
+ Henri Yandell,
+ yangxcsky 
  
  == Vote (B) ==
  
@@ -113, +125 @@

  
  || '''#''' || '''Description''' || '''Completed''' ||
  || C1. || Update top-level website: index.html, download pages, menus ||  ||
- || C2. || Update the 'current' symlinks in www.apache.org/dist/struts || ||
+ || C2. || Update the 'current' symlinks in www.apache.org/dist/struts || (./) 
||
  || C3. || Post an announcement to lists and website || _ ||
  
  


[Struts Wiki] Update of "StrutsRelease138" by Paul Benedict

2007-03-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by Paul Benedict:
http://wiki.apache.org/struts/StrutsRelease138

--
  || A2. || Check out a clean copy using the 'tag' created in A1 and 
see StrutsMavenRelease || (./) ||
  || A3. || Deploy Test Build to people.apache.org: 
/www/people.apache.org/builds/struts/m2-staging-repository || (./) ||
  || A4. || Upload distributions to 
people.apache.org:/www/people.apache.org/builds/struts/v1.3.x || (./) ||
- || A5. || Refresh default website at /1.x and create archival copy at /1.3.5 
|| (./) ||
+ || A5. || Refresh default website at /1.x and create archival copy at /1.3.8 
|| (./) ||
  || A6. || Update all pom.xml files to "1.3.9-SNAPSHOT" || (./) ||
  || A7. || Create a new JIRA version level (1.x next) || (./) ||
  || A8. || Announce the Test Build on dev@ only || (./) ||


svn commit: r517086 - in /struts/site/src/site/xdoc: announce.xml download.xml downloads.xml index.xml

2007-03-11 Thread niallp
Author: niallp
Date: Sun Mar 11 19:53:30 2007
New Revision: 517086

URL: http://svn.apache.org/viewvc?view=rev&rev=517086
Log:
Update site for Struts 1.3.8 release

Modified:
struts/site/src/site/xdoc/announce.xml
struts/site/src/site/xdoc/download.xml
struts/site/src/site/xdoc/downloads.xml
struts/site/src/site/xdoc/index.xml

Modified: struts/site/src/site/xdoc/announce.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?view=diff&rev=517086&r1=517085&r2=517086
==
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Sun Mar 11 19:53:30 2007
@@ -30,6 +30,30 @@
 Skip to: Announcements - 2005
 
 
+10 March 2007 - Struts v1.3.8 GA Release
+
+
+  The Apache Struts group is pleased to announce that Struts 1.3.8
+  is available as a "General Availability" release. The GA
+  designation is our highest quality grade.
+
+
+
+   Struts 1.3.8 is available in a full distribution, or as separate
+   library, source, example and documentation distributions.
+
+
+
+   http://struts.apache.org/download.cgi#struts138";>
+http://struts.apache.org/download.cgi#struts138
+
+
+
+   It is also available in the central Maven repository under 
Group ID
+   ID "org.apache.struts".
+
+
+
 22 Feb 2007 - Struts v2.0.6 GA Release
 
 

Modified: struts/site/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/download.xml?view=diff&rev=517086&r1=517085&r2=517086
==
--- struts/site/src/site/xdoc/download.xml (original)
+++ struts/site/src/site/xdoc/download.xml Sun Mar 11 19:53:30 2007
@@ -178,11 +178,11 @@
 
 
 
-
-
+
+
 
 
-http://struts.apache.org/1.x/index.html";>Struts 
1.3.5
+http://struts.apache.org/1.x/index.html";>Struts 
1.3.8
 is the latest production release of Struts 1.
 It is available in a full distribution, or as
 separate library, source, example and documentation
@@ -194,9 +194,9 @@
 Full Distribution:
 
 
-struts-1.3.5-all.zip
-[http://www.apache.org/dist/struts/binaries/struts-1.3.5-all.zip.asc";>PGP]
-[http://www.apache.org/dist/struts/binaries/struts-1.3.5-all.zip.md5";>MD5]
+struts-1.3.8-all.zip
+[http://www.apache.org/dist/struts/binaries/struts-1.3.8-all.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/binaries/struts-1.3.8-all.zip.md5";>MD5]
 
 
 
@@ -204,9 +204,9 @@
 Library:
 
 
-struts-1.3.5-lib.zip
-[http://www.apache.org/dist/struts/library/struts-1.3.5-lib.zip.asc";>PGP]
-[http://www.apache.org/dist/struts/library/struts-1.3.5-lib.zip.md5";>MD5]
+struts-1.3.8-lib.zip
+[http://www.apache.org/dist/struts/library/struts-1.3.8-lib.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/library/struts-1.3.8-lib.zip.md5";>MD5]
 
 
 
@@ -214,9 +214,9 @@
 Source:
 
 
-struts-1.3.5-src.zip
-[http://www.apache.org/dist/struts/source/struts-1.3.5-src.zip.asc";>PGP]
-[http://www.apache.org/dist/struts/source/struts-1.3.5-src.zip.md5";>MD5]
+struts-1.3.8-src.zip
+[http://www.apache.org/dist/struts/source/struts-1.3.8-src.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/source/struts-1.3.8-src.zip.md5";>MD5]
 
 
 
@@ -224,9 +224,9 @@
 Examples:
 
 
-struts-1.3.5-apps.zip
-[http://www.apache.org/dist/struts/examples/struts-1.3.5-apps.zip.asc";>PGP]
-  

svn commit: r517092 - /struts/site/src/site/site.xml

2007-03-11 Thread pbenedict
Author: pbenedict
Date: Sun Mar 11 21:06:32 2007
New Revision: 517092

URL: http://svn.apache.org/viewvc?view=rev&rev=517092
Log:
Link to 1.3.8

Modified:
struts/site/src/site/site.xml

Modified: struts/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/site.xml?view=diff&rev=517092&r1=517091&r2=517092
==
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Sun Mar 11 21:06:32 2007
@@ -20,7 +20,7 @@
 href="http://struts.apache.org/2.0.6/"; />
 http://struts.apache.org/1.3.5/"; />
+href="http://struts.apache.org/1.3.8/"; />
 
 
 
@@ -58,8 +58,8 @@
 name="Struts 2.0.6"
 href="http://struts.apache.org/2.0.6/index.html"; />
 http://struts.apache.org/1.3.5/index.html"; />
+name="Struts 1.3.8"
+href="http://struts.apache.org/1.3.8/index.html"; />
 




svn commit: r517093 - /struts/site/src/site/xdoc/index.xml

2007-03-11 Thread niallp
Author: niallp
Date: Sun Mar 11 21:06:46 2007
New Revision: 517093

URL: http://svn.apache.org/viewvc?view=rev&rev=517093
Log:
Correct Struts 1.3.8 anchor

Modified:
struts/site/src/site/xdoc/index.xml

Modified: struts/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?view=diff&rev=517093&r1=517092&r2=517093
==
--- struts/site/src/site/xdoc/index.xml (original)
+++ struts/site/src/site/xdoc/index.xml Sun Mar 11 21:06:46 2007
@@ -64,7 +64,7 @@
 
 
 The latest production release of Struts 1 is
-http://struts.apache.org/download.cgi#struts135";>Struts 1.3.8,
+http://struts.apache.org/download.cgi#struts138";>Struts 1.3.8,
 which was promoted to "General Availability"
 (or "Ready for Primetime") on 10 March 2007.
 Struts 1.3 offers several new features,




svn commit: r517095 - in /struts: sandbox/trunk/continuations/ struts2/trunk/apps/showcase/ struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/ struts2/trunk/apps/showcase/src/main/

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 21:31:08 2007
New Revision: 517095

URL: http://svn.apache.org/viewvc?view=rev&rev=517095
Log:
WW-1548 Remove continuation support from 2.1.x, and move continuations to the 
sandbox. 

Added:
struts/sandbox/trunk/continuations/
  - copied from r517093, struts/struts2/trunk/plugins/continuations/
Removed:

struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/Guess.java

struts/struts2/trunk/apps/showcase/src/main/resources/struts-continuations.xml
struts/struts2/trunk/plugins/continuations/
Modified:
struts/struts2/trunk/apps/showcase/pom.xml
struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
struts/struts2/trunk/assembly/pom.xml
struts/struts2/trunk/plugins/pom.xml

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=517095&r1=517094&r2=517095
==
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Sun Mar 11 21:31:08 2007
@@ -37,7 +37,7 @@
 struts2-struts1-plugin
 ${pom.version}
 
-
+
 
 org.apache.struts
 struts2-dojo-plugin
@@ -65,12 +65,6 @@
 
 org.apache.struts
 struts2-tiles-plugin
-${pom.version}
-
-
-
-org.apache.struts
-struts2-continuations-plugin
 ${pom.version}
 
 

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml?view=diff&rev=517095&r1=517094&r2=517095
==
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml Sun Mar 11 
21:31:08 2007
@@ -22,8 +22,6 @@
 
 
 
-
-
 
 
 

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=517095&r1=517094&r2=517095
==
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Sun Mar 11 21:31:08 2007
@@ -425,13 +425,6 @@
 provided
 
 
-  
- org.rifers
- rife-continuations
- 0.0.2
- provided
- 
-
 
 
 javax.servlet

Modified: struts/struts2/trunk/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?view=diff&rev=517095&r1=517094&r2=517095
==
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Sun Mar 11 21:31:08 2007
@@ -21,7 +21,6 @@
 
 codebehind
 config-browser
-continuations
 jasperreports
 jfreechart
 jsf




svn commit: r517096 - in /struts/struts2/trunk: apps/showcase/src/main/resources/struts-chat.xml plugins/struts1/src/main/resources/struts-plugin.xml

2007-03-11 Thread husted
Author: husted
Date: Sun Mar 11 21:46:27 2007
New Revision: 517096

URL: http://svn.apache.org/viewvc?view=rev&rev=517096
Log:
WW-1707 Apply consistent naming for the interceptors in struts-default.xml

Modified:
struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml
struts/struts2/trunk/plugins/struts1/src/main/resources/struts-plugin.xml

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml?view=diff&rev=517096&r1=517095&r2=517096
==
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml 
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts-chat.xml Sun 
Mar 11 21:46:27 2007
@@ -12,14 +12,14 @@
 
 
 
-
+
 
 
 
 
 
 
-
+
 
 
 

Modified: 
struts/struts2/trunk/plugins/struts1/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/struts1/src/main/resources/struts-plugin.xml?view=diff&rev=517096&r1=517095&r2=517096
==
--- struts/struts2/trunk/plugins/struts1/src/main/resources/struts-plugin.xml 
(original)
+++ struts/struts2/trunk/plugins/struts1/src/main/resources/struts-plugin.xml 
Sun Mar 11 21:46:27 2007
@@ -3,7 +3,7 @@
 http://struts.apache.org/dtds/struts-2.0.dtd";>
-
+
 
 
 
@@ -11,19 +11,19 @@
 
 
 
-   /org/apache/struts/validator/validator-rules.xml,/WEB-INF/validation.xml
+  /org/apache/struts/validator/validator-rules.xml,/WEB-INF/validation.xml
 
 
-   
-   
-   
+  
+  
+  
 
 
 
 
-   
+
 
-
+
 
 
 




svn commit: r517100 - /struts/site/src/site/xdoc/announce.xml

2007-03-11 Thread niallp
Author: niallp
Date: Sun Mar 11 21:59:20 2007
New Revision: 517100

URL: http://svn.apache.org/viewvc?view=rev&rev=517100
Log:
Add 1.3.8 summary to announcement page

Modified:
struts/site/src/site/xdoc/announce.xml

Modified: struts/site/src/site/xdoc/announce.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?view=diff&rev=517100&r1=517099&r2=517100
==
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Sun Mar 11 21:59:20 2007
@@ -39,6 +39,38 @@
 
 
 
+  This release has over 40 bug fixes and improvements since 1.3.5!
+  New Features include:
+
+
+
+
+Action ID
+New actionId attribute to uniquely identify 
action mappings 
+within a module. Just as the TilesRequestProcessor could 
recognize a tile
+definition and resolve it to the intended JSP, so does Struts 
now have
+built-in recognition for URIs that begin with an actionId and 
will
+automatically translate forwards.
+
+
+I18N Properties
+Tag libraries now include the HTML I18N properties. This 
allows sites
+that specialize in internationalization to specify both 
bi-directional
+text and language at the tag level.
+
+
+Dynamic Link Parameters
+The Struts , , 
 tag
+libraries now allow their bodies to nest the new 
 tag.
+
+
+Property MessageResources Modes
+Compatibility mode option which allows message resources to 
operate in
+modes compatible with either JSTL or PropertyResourceBundle.
+
+
+
+
Struts 1.3.8 is available in a full distribution, or as separate
library, source, example and documentation distributions.
 




[CONF] Confluence Changes in the last 24 hours

2007-03-11 Thread confluence
-
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-

Apache CXF 2.0 Documentation (CXF20DOC) 
http://cwiki.apache.org/confluence/display/CXF20DOC
|
|-Pages Added or Edited in This Space
 |-- Index was last edited by dandiep (03:32 PM).
 |   http://cwiki.apache.org/confluence/display/CXF20DOC/Index
 |-- Navigation was last edited by dandiep (03:09 PM).
 |   http://cwiki.apache.org/confluence/display/CXF20DOC/Navigation

Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ
|
|-Pages Added or Edited in This Space
 |-- Configuring ActiveMQ CPP was created by nmittler (10:34 AM).
 |   
http://cwiki.apache.org/confluence/display/ACTIVEMQ/Configuring+ActiveMQ+CPP
 |-- ActiveMQ C++ Clients was last edited by nmittler (10:30 AM).
 |   http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=36191

Apache Struts 2 Plugin Registry (S2PLUGINS) 
http://cwiki.apache.org/confluence/display/S2PLUGINS
|
|-Pages Added or Edited in This Space
 |-- Rome RSS-Atom Plugin was last edited by phil (11:52 AM).
 |   http://cwiki.apache.org/confluence/display/S2PLUGINS/Rome+RSS-Atom+Plugin
 |-- Groovy Standalone Plugin was last edited by phil (11:52 AM).
 |   
http://cwiki.apache.org/confluence/display/S2PLUGINS/Groovy+Standalone+Plugin

Apache Directory SandBox (DIRxSBOX) 
http://cwiki.apache.org/confluence/display/DIRxSBOX
|
|-Pages Added or Edited in This Space
 |-- AUG was last edited by ck (03:29 PM).
 |   http://cwiki.apache.org/confluence/display/DIRxSBOX/AUG

Apache Cayenne Website (CAYSITE) 
http://cwiki.apache.org/confluence/display/CAYSITE
|
|-Pages Added or Edited in This Space
 |-- Index was last edited by ari (01:44 AM).
 |   http://cwiki.apache.org/confluence/display/CAYSITE/Index

Apache Wicket Website (WICKETxSITE) 
http://cwiki.apache.org/confluence/display/WICKETxSITE
|
|-Pages Added or Edited in This Space
 |-- Incubator was last edited by dashorst (11:02 AM).
 |   http://cwiki.apache.org/confluence/display/WICKETxSITE/Incubator
 |-- Community was created by dashorst (09:18 AM).
 |   http://cwiki.apache.org/confluence/display/WICKETxSITE/Community
 |-- Navigation was last edited by dashorst (08:13 AM).
 |   http://cwiki.apache.org/confluence/display/WICKETxSITE/Navigation

Apache Directory Server v1.0 (DIRxSRVx10) 
http://cwiki.apache.org/confluence/display/DIRxSRVx10
|
|-Pages Added or Edited in This Space
 |-- ApacheDS v1.0 Advanced User's Guide was last edited by ck (06:06 PM).
 |   
http://cwiki.apache.org/confluence/display/DIRxSRVx10/ApacheDS+v1.0+Advanced+User%27s+Guide
 |-- Using ApacheDS for unit tests was last edited by ck (05:50 PM).
 |   
http://cwiki.apache.org/confluence/display/DIRxSRVx10/Using+ApacheDS+for+unit+tests
 |-- Navigation was last edited by ck (05:45 PM).
 |   http://cwiki.apache.org/confluence/display/DIRxSRVx10/Navigation
 |-- Authenticator was last edited by elecharny (11:40 AM).
 |   http://cwiki.apache.org/confluence/display/DIRxSRVx10/Authenticator

Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY
|
|-Pages Added or Edited in This Space
 |-- Componentizing our runtime was created by jsdelfino (02:07 PM).
 |   
http://cwiki.apache.org/confluence/display/TUSCANY/Componentizing+our+runtime

Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET
|
|-Pages Added or Edited in This Space
 |-- Backporting features from trunk was last edited by jbq (09:16 AM).
 |   
http://cwiki.apache.org/confluence/display/WICKET/Backporting+features+from+trunk


-
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence