Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Antonio Petrelli

Greg Reddin ha scritto:
But I'm not sure if Tiles-Struts Action integration will happen in the 
Tiles Subproject or as a sub-subproject of Action :-)


Maybe in a sub-subproject of Tiles :-P


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392186 - in /struts/action/trunk/taglib: pom.xml src/site/ src/site/site.xml src/site/xdoc/ src/site/xdoc/index.xml src/site/xdoc/navigation.xml xdocs/

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 22:05:57 2006
New Revision: 392186

URL: http://svn.apache.org/viewcvs?rev=392186&view=rev
Log:
Restructure Struts Taglib xdocs for Maven 2.

Added:
struts/action/trunk/taglib/src/site/
struts/action/trunk/taglib/src/site/site.xml   (with props)
struts/action/trunk/taglib/src/site/xdoc/
  - copied from r392181, struts/action/trunk/taglib/xdocs/
struts/action/trunk/taglib/src/site/xdoc/index.xml   (with props)
Removed:
struts/action/trunk/taglib/src/site/xdoc/navigation.xml
struts/action/trunk/taglib/xdocs/
Modified:
struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392186&r1=392185&r2=392186&view=diff
==
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Thu Apr  6 22:05:57 2006
@@ -109,7 +109,6 @@
 

 
-   
+
  

 generate-assembly

Added: struts/action/trunk/taglib/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/src/site/site.xml?rev=392186&view=auto
==
--- struts/action/trunk/taglib/src/site/site.xml (added)
+++ struts/action/trunk/taglib/src/site/site.xml Thu Apr  6 22:05:57 2006
@@ -0,0 +1,65 @@
+
+
+
+Apache Software Foundation
+http://www.apache.org/images/asf-logo.gif
+http://www.apache.org
+
+
+Apache Struts
+http://struts.apache.org/images/struts.gif
+http://struts.apache.org
+ 
+
+
+http://www.apache.org"; /> 
+http://struts.apache.org/struts-action"; 
/> 
+http://struts.apache.org/struts-shale"; /> 
+http://struts.apache.org/struts-tiles"; /> 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+http://displaytag.sourceforge.net/"/>
+
+http://www.rabago.net/struts/html2/"/>
+
+http://java.sun.com/products/jsp/jstl/"/>
+
+http://java.sun.com/j2ee/javaserverfaces/"/>
+
+http://struts-apach.org/struts-faces"/>
+
+http://struts.application-servers.com"/>
+
+http://struts-menu.sourceforge.net/"/>
+
+http://struts.apache.org/struts-shale"/>
+
+http://struts.apache.org"/>
+
+${reports}
+
+

Propchange: struts/action/trunk/taglib/src/site/site.xml
--
svn:eol-style = native

Propchange: struts/action/trunk/taglib/src/site/site.xml
--
svn:keywords = Date Author Id Revision HeadURL

Added: struts/action/trunk/taglib/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/src/site/xdoc/index.xml?rev=392186&view=auto
==
--- struts/action/trunk/taglib/src/site/xdoc/index.xml (added)
+++ struts/action/trunk/taglib/src/site/xdoc/index.xml Thu Apr  6 22:05:57 2006
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+Struts Action - Taglib
+
+
+
+
+
+

Propchange: struts/action/trunk/taglib/src/site/xdoc/index.xml
--
svn:eol-style = native

Propchange: struts/action/trunk/taglib/src/site/xdoc/index.xml
--
svn:keywords = Date Author Id Revision HeadURL



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven 2 build working, more to come

2006-04-06 Thread Craig McClanahan
On 4/6/06, James Mitchell <[EMAIL PROTECTED]> wrote:
>
> Wow!  I really appreciate you guys taking the lead on this.  Great work!


+1.  Watching the dueling commit messages made me think I was watching a
ping-pong match :-).

--
> James Mitchell


Craig


Re: Maven 2 build working, more to come

2006-04-06 Thread James Mitchell

For those that are new to Maven 2, here is a good introductory:

http://www.developer.com/open/article.php/10930_3552026_2


--
James Mitchell




On Apr 6, 2006, at 10:42 PM, James Mitchell wrote:

Wow!  I really appreciate you guys taking the lead on this.  Great  
work!


--
James Mitchell




On Apr 6, 2006, at 10:32 PM, Don Brown wrote:

Wendy and I have converted the artifacts and webapps over to Maven  
2.  They are all building with tests passing.  The assembly build  
works correctly, running all the builds then creating a tarball  
and zip file.


Still to come, we are in the process of migrating the docs and  
site, but hope to have that completed soon.  Please, give the  
build a shot and let us know what is missing.  The plan is to give  
it a week or so, then remove all the old Ant and Maven 1 build files.


We'll get out a unified Action 1 release yet :)

Don

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392176 - /struts/action/trunk/apps/pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 21:18:11 2006
New Revision: 392176

URL: http://svn.apache.org/viewcvs?rev=392176&view=rev
Log:
Added a few more possibilities for , as comments.

Modified:
struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392176&r1=392175&r2=392176&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 21:18:11 2006
@@ -58,9 +58,12 @@
  
 
 
+   

+   

+   

+   

+   

DO NOT REPLY [Bug 39233] - 400 Request [ action name] does not contain handler parameter named 'dispatch param name'

2006-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39233


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2006-04-07 04:30 ---
The Struts Portal Framework (SPF) is a part of IBM's WebSphere commercial
product, and is not part of the Apache Struts project. You may want to take this
issue up with IBM support.

In any case, please ask your questions on the Struts User mailing list rather
than filing a bug report for them.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39233] - 400 Request [ action name] does not contain handler parameter named 'dispatch param name'

2006-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39233


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Priority|P2  |P1




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39233] New: - 400 Request [ action name] does not contain handler parameter named 'dispatch param name'

2006-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39233

   Summary: 400 Request [ action name] does not contain handler
parameter named 'dispatch param name'
   Product: Struts
   Version: 1.1 Final
  Platform: Other
OS/Version: Windows 2000
Status: NEW
  Severity: critical
  Priority: P2
 Component: Action
AssignedTo: dev@struts.apache.org
ReportedBy: [EMAIL PROTECTED]


I am developing a project using struts -portal framework

I am using
IBM WebSphere Application Server for Network Deployment, 5.0.1
Build Number: ptf1M0314.04
Build Date: 04/08/2003
---
IBM WebSphere Application Server Enterprise, 5.0.1
Build Number: ptf10316.01
Build Date: 04/22/2003

and struts 1.1 portal framework.
We are experiencing the following issue often in production.
400 Request [ action name] does not contain handler parameter named 'dispatch 
param name'

Sometime if I close the browser & if I run again, it doesn't appear.
Kindly suggest me the solution.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven 2 build working, more to come

2006-04-06 Thread James Mitchell

Wow!  I really appreciate you guys taking the lead on this.  Great work!

--
James Mitchell




On Apr 6, 2006, at 10:32 PM, Don Brown wrote:

Wendy and I have converted the artifacts and webapps over to Maven  
2.  They are all building with tests passing.  The assembly build  
works correctly, running all the builds then creating a tarball and  
zip file.


Still to come, we are in the process of migrating the docs and  
site, but hope to have that completed soon.  Please, give the build  
a shot and let us know what is missing.  The plan is to give it a  
week or so, then remove all the old Ant and Maven 1 build files.


We'll get out a unified Action 1 release yet :)

Don

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Maven 2 build working, more to come

2006-04-06 Thread Don Brown
Wendy and I have converted the artifacts and webapps over to Maven 2.  They are all building with tests passing.  The 
assembly build works correctly, running all the builds then creating a tarball and zip file.


Still to come, we are in the process of migrating the docs and site, but hope to have that completed soon.  Please, give 
the build a shot and let us know what is missing.  The plan is to give it a week or so, then remove all the old Ant and 
Maven 1 build files.


We'll get out a unified Action 1 release yet :)

Don

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392160 - in /struts/action/trunk/core/src/site: site.xml xdoc/ xdoc/faqs/ xdoc/index.xml xdoc/learning.xml xdoc/milestones.xml xdoc/navigation.xml xdoc/roadmap.xml xdoc/userGuide/ xdocs/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 19:21:14 2006
New Revision: 392160

URL: http://svn.apache.org/viewcvs?rev=392160&view=rev
Log:
Converted core site to maven 2

Added:
struts/action/trunk/core/src/site/site.xml
struts/action/trunk/core/src/site/xdoc/
  - copied from r392157, struts/action/trunk/core/src/site/xdocs/
struts/action/trunk/core/src/site/xdoc/faqs/
  - copied from r392159, struts/action/trunk/core/src/site/xdocs/faqs/
struts/action/trunk/core/src/site/xdoc/index.xml
  - copied unchanged from r392159, 
struts/action/trunk/core/src/site/xdocs/index.xml
struts/action/trunk/core/src/site/xdoc/learning.xml
  - copied unchanged from r392159, 
struts/action/trunk/core/src/site/xdocs/learning.xml
struts/action/trunk/core/src/site/xdoc/milestones.xml
  - copied unchanged from r392159, 
struts/action/trunk/core/src/site/xdocs/milestones.xml
struts/action/trunk/core/src/site/xdoc/roadmap.xml
  - copied unchanged from r392159, 
struts/action/trunk/core/src/site/xdocs/roadmap.xml
struts/action/trunk/core/src/site/xdoc/userGuide/
  - copied from r392159, struts/action/trunk/core/src/site/xdocs/userGuide/
Removed:
struts/action/trunk/core/src/site/xdoc/navigation.xml
struts/action/trunk/core/src/site/xdocs/

Added: struts/action/trunk/core/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/src/site/site.xml?rev=392160&view=auto
==
--- struts/action/trunk/core/src/site/site.xml (added)
+++ struts/action/trunk/core/src/site/site.xml Thu Apr  6 19:21:14 2006
@@ -0,0 +1,69 @@
+
+
+
+Apache Software Foundation
+http://www.apache.org/images/asf-logo.gif
+http://www.apache.org
+
+
+Apache Struts
+http://struts.apache.org/images/struts.gif
+http://struts.apache.org
+ 
+
+
+http://www.apache.org"; /> 
+http://struts.apache.org/struts-action"; 
/> 
+http://struts.apache.org/struts-shale"; /> 
+http://struts.apache.org/struts-tiles"; /> 
+
+
+
+
+
+
+http://struts.apache.org/downloads.html"/>
+
+
+
+
+
+
+
+http://svn.apache.org/viewcvs.cgi/struts/action/trunk/?root=Apache-SVN";
+/>
+http://struts.apache.org"/>
+
+${reports}
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392159 - /struts/current/nightly.sh

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 19:15:23 2006
New Revision: 392159

URL: http://svn.apache.org/viewcvs?rev=392159&view=rev
Log:
Start converting the Struts Action 1.3 nightly builds to Maven 2.  Still needs 
work.

Modified:
struts/current/nightly.sh

Modified: struts/current/nightly.sh
URL: 
http://svn.apache.org/viewcvs/struts/current/nightly.sh?rev=392159&r1=392158&r2=392159&view=diff
==
--- struts/current/nightly.sh (original)
+++ struts/current/nightly.sh Thu Apr  6 19:15:23 2006
@@ -54,8 +54,10 @@
 svn co http://svn.apache.org/repos/asf/struts/current/ struts
 
 echo "--- build and deploy Struts Action 1.3.x ---"
-cd $SVN_DIR/struts/action/build/
-maven nightly
+cd $SVN_DIR/struts/action/
+mvn install -P generate-assembly
+cd assembly
+mvn assembly:assembly
 scp -r $NIGHTLIES $TARGET_1_3_URL
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392158 - in /struts/action/trunk/core/src/site: resources/images/ xdocs/images/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 19:07:37 2006
New Revision: 392158

URL: http://svn.apache.org/viewcvs?rev=392158&view=rev
Log:
Moving images

Added:
struts/action/trunk/core/src/site/resources/images/
  - copied from r392157, struts/action/trunk/core/src/site/xdocs/images/
Removed:
struts/action/trunk/core/src/site/xdocs/images/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392157 - in /struts/action/trunk/core: src/site/ src/site/resources/ src/site/xdocs/ xdocs/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 19:06:54 2006
New Revision: 392157

URL: http://svn.apache.org/viewcvs?rev=392157&view=rev
Log:
Starting to redo the docs for maven 2

Added:
struts/action/trunk/core/src/site/
struts/action/trunk/core/src/site/resources/
struts/action/trunk/core/src/site/xdocs/
  - copied from r392153, struts/action/trunk/core/xdocs/
Removed:
struts/action/trunk/core/xdocs/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392155 - /struts/action/trunk/apps/pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 18:52:51 2006
New Revision: 392155

URL: http://svn.apache.org/viewcvs?rev=392155&view=rev
Log:
Comment out the inclusion of sources in the webapps until problems can be 
resolved.

Modified:
struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392155&r1=392154&r2=392155&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 18:52:51 2006
@@ -57,7 +57,7 @@

  
 
-
+
 
 
 src/main/java



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392153 - /struts/action/trunk/assembly/pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 18:48:55 2006
New Revision: 392153

URL: http://svn.apache.org/viewcvs?rev=392153&view=rev
Log:
Add additional jar and war artifacts to the assembly.

Modified:
struts/action/trunk/assembly/pom.xml

Modified: struts/action/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392153&r1=392152&r2=392153&view=diff
==
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Thu Apr  6 18:48:55 2006
@@ -73,6 +73,24 @@
   ${version}
   javadoc
 
+
+  org.apache.struts.action
+  struts-el
+  ${version}
+  javadoc
+
+
+  org.apache.struts.action
+  struts-extras
+  ${version}
+  javadoc
+
+
+  org.apache.struts.action
+  struts-taglib
+  ${version}
+  javadoc
+
   
   
${project.build.directory}/javadoc
 
@@ -91,6 +109,42 @@
   ${version}
   war
 
+
+  org.apache.struts.action
+  struts-examples
+  ${version}
+  war
+
+
+  org.apache.struts.action
+  struts-mailreader
+  ${version}
+  war
+
+
+  org.apache.struts.action
+  struts-faces-example1
+  ${version}
+  war
+
+
+  org.apache.struts.action
+  struts-cookbook
+  ${version}
+  war
+
+
+  org.apache.struts.action
+  struts-faces-example2
+  ${version}
+  war
+
+
+  org.apache.struts.action
+  struts-blank
+  ${version}
+  war
+
   
   
${project.build.directory}/webapps
 
@@ -117,6 +171,26 @@
 
   org.apache.struts.action
   struts-core
+  ${version}
+
+
+  org.apache.struts.action
+  struts-extras
+  ${version}
+
+
+  org.apache.struts.action
+  struts-el
+  ${version}
+
+
+  org.apache.struts.action
+  struts-taglib
+  ${version}
+
+
+  org.apache.struts.action
+  struts-mailreader-dao
   ${version}
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392152 - in /struts/action/trunk: el/pom.xml extras/pom.xml faces/pom.xml faces/src/conf/struts-tld.xsl mailreader-dao/pom.xml pom.xml scripting/pom.xml taglib/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 18:36:30 2006
New Revision: 392152

URL: http://svn.apache.org/viewcvs?rev=392152&view=rev
Log:
Adding the assembly profile to all the jars

Modified:
struts/action/trunk/el/pom.xml
struts/action/trunk/extras/pom.xml
struts/action/trunk/faces/pom.xml
struts/action/trunk/faces/src/conf/struts-tld.xsl
struts/action/trunk/mailreader-dao/pom.xml
struts/action/trunk/pom.xml
struts/action/trunk/scripting/pom.xml
struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392152&r1=392151&r2=392152&view=diff
==
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Thu Apr  6 18:36:30 2006
@@ -141,5 +141,35 @@
   

-->
+ 
+   
+generate-assembly
+
+
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+
+  
+attach-javadoc
+jar
+  
+
+  
+  
+org.apache.maven.plugins
+maven-source-plugin
+
+  
+attach-source
+jar
+  
+
+  
+   
+   
+  
+
+
 
 

Modified: struts/action/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=392152&r1=392151&r2=392152&view=diff
==
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Thu Apr  6 18:36:30 2006
@@ -95,4 +95,35 @@
 

 
+ 
+   
+generate-assembly
+
+
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+
+  
+attach-javadoc
+jar
+  
+
+  
+  
+org.apache.maven.plugins
+maven-source-plugin
+
+  
+attach-source
+jar
+  
+
+  
+   
+   
+  
+
+
+
 

Modified: struts/action/trunk/faces/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=392152&r1=392151&r2=392152&view=diff
==
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Thu Apr  6 18:36:30 2006
@@ -134,5 +134,35 @@
   

-->
+ 
+   
+generate-assembly
+
+
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+
+  
+attach-javadoc
+jar
+  
+
+  
+  
+org.apache.maven.plugins
+maven-source-plugin
+
+  
+attach-source
+jar
+  
+
+  
+   
+   
+  
+
+
 
 

Modified: struts/action/trunk/faces/src/conf/struts-tld.xsl
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/conf/struts-tld.xsl?rev=392152&r1=392151&r2=392152&view=diff
==
--- struts/action/trunk/faces/src/conf/struts-tld.xsl (original)
+++ struts/action/trunk/faces/src/conf/struts-tld.xsl Thu Apr  6 18:36:30 2006
@@ -32,6 +32,7 @@
   
 
   
+  
   
   
   
@@ -65,6 +66,7 @@
   
 
   
+  
   
 
   
@@ -81,7 +83,24 @@
   
 
   
+  
 
+  
+  
+  
+
+
+  
+  
+  
+  
+  
+  
+
+
+  
+  
+
   
 
   

Modified: struts/action/trunk/mailreader-dao/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=392152&r1=392151&r2=392152&view=diff
==
--- struts/action/trunk/mailreader-dao/pom.xml (original)
+++ struts/action/trunk/mailreader-dao/pom.xml Thu Apr  6 18:36:30 2006
@@ -119,5 +119,35 @@
   

-->
+ 
+   
+generate-assembly
+
+
+  
+org.apache.maven.plugins
+maven-javadoc-plugin
+
+  
+attach-javadoc
+jar
+  
+
+  
+  
+org.apache.maven.plugins
+maven-source-plugin
+
+  
+attach-source
+jar
+  
+
+  
+   
+   
+  
+
+
 
 

Modified: struts/action/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392152&r1=3921

svn commit: r392147 - in /struts/action/trunk/apps/faces-example1: pom.xml src/main/webapp/WEB-INF/struts-config.xml src/main/webapp/WEB-INF/web.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 18:21:01 2006
New Revision: 392147

URL: http://svn.apache.org/viewcvs?rev=392147&view=rev
Log:
Making changes to try to get example to run: new validator rules url, added 
myfaces 1.0.9 (couldn't find 1.0.8-beta)...still more work to go

Modified:
struts/action/trunk/apps/faces-example1/pom.xml

struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml

Modified: struts/action/trunk/apps/faces-example1/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=392147&r1=392146&r2=392147&view=diff
==
--- struts/action/trunk/apps/faces-example1/pom.xml (original)
+++ struts/action/trunk/apps/faces-example1/pom.xml Thu Apr  6 18:21:01 2006
@@ -57,6 +57,12 @@
  2.3
  provided
   
+  
+myfaces
+myfaces-impl
+1.0.9
+ 
+




Modified: 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml?rev=392147&r1=392146&r2=392147&view=diff
==
--- 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
 Thu Apr  6 18:21:01 2006
@@ -184,7 +184,7 @@
 
   
 
   
 

Modified: 
struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml?rev=392147&r1=392146&r2=392147&view=diff
==
--- struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml 
(original)
+++ struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml Thu 
Apr  6 18:21:01 2006
@@ -36,7 +36,7 @@
 MYFACES_BEGIN
   
 
-  net.sourceforge.myfaces.webapp.StartupServletContextListener
+  org.apache.myfaces.webapp.StartupServletContextListener
 
   
 MYFACES_END



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392142 - /struts/action/trunk/apps/examples/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 18:03:06 2006
New Revision: 392142

URL: http://svn.apache.org/viewcvs?rev=392142&view=rev
Log:
Adding fileupload as some examples use it

Modified:
struts/action/trunk/apps/examples/pom.xml

Modified: struts/action/trunk/apps/examples/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=392142&r1=392141&r2=392142&view=diff
==
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Thu Apr  6 18:03:06 2006
@@ -72,6 +72,11 @@
  standard
  1.0.6
   
+  
+ commons-fileupload
+ commons-fileupload
+ 1.1
+ 


 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392139 - in /struts/action/trunk/apps: mailreader/pom.xml mailreader/src/java/ mailreader/src/main/ mailreader/src/main/java/ mailreader/src/main/resources/ mailreader/src/main/webapp/ ma

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 17:47:59 2006
New Revision: 392139

URL: http://svn.apache.org/viewcvs?rev=392139&view=rev
Log:
Converting mailreader to maven 2

Added:
struts/action/trunk/apps/mailreader/pom.xml
struts/action/trunk/apps/mailreader/src/main/
struts/action/trunk/apps/mailreader/src/main/java/
  - copied from r392138, struts/action/trunk/apps/mailreader/src/java/
struts/action/trunk/apps/mailreader/src/main/resources/
  - copied from r392138, struts/action/trunk/apps/mailreader/src/resources/
struts/action/trunk/apps/mailreader/src/main/webapp/
  - copied from r392138, struts/action/trunk/apps/mailreader/src/webapp/
Removed:
struts/action/trunk/apps/mailreader/src/java/
struts/action/trunk/apps/mailreader/src/resources/
struts/action/trunk/apps/mailreader/src/webapp/
Modified:
struts/action/trunk/apps/pom.xml

Added: struts/action/trunk/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/mailreader/pom.xml?rev=392139&view=auto
==
--- struts/action/trunk/apps/mailreader/pom.xml (added)
+++ struts/action/trunk/apps/mailreader/pom.xml Thu Apr  6 17:47:59 2006
@@ -0,0 +1,72 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-mailreader
+   war
+   Struts Action - Apps - Mailreader
+   
+   
+  
+ ${pom.groupId}
+ struts-taglib
+ ${pom.version}
+  
+  
+ ${pom.groupId}
+ struts-extras
+ ${pom.version}
+  
+  
+ ${pom.groupId}
+ struts-mailreader-dao
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+
+

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392139&r1=392138&r2=392139&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 17:47:59 2006
@@ -51,6 +51,7 @@
   faces-example2
   examples
   blank
+  mailreader






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392138 - in /struts/action/trunk: apps/mailreader-dao/ mailreader-dao/ mailreader-dao/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 17:44:05 2006
New Revision: 392138

URL: http://svn.apache.org/viewcvs?rev=392138&view=rev
Log:
Moving mailreader dao to its own artifact since other projects like
Shale depend on it

Added:
struts/action/trunk/mailreader-dao/
  - copied from r392136, struts/action/trunk/apps/mailreader-dao/
struts/action/trunk/mailreader-dao/pom.xml
Removed:
struts/action/trunk/apps/mailreader-dao/

Added: struts/action/trunk/mailreader-dao/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=392138&view=auto
==
--- struts/action/trunk/mailreader-dao/pom.xml (added)
+++ struts/action/trunk/mailreader-dao/pom.xml Thu Apr  6 17:44:05 2006
@@ -0,0 +1,123 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-build
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-mailreader-dao
+   jar
+   Struts Action - Mailreader DAO
+   http://struts.apache.org
+
+   
+
+  src/java
+  src/test
+
+  
+ 
+src/java
+
+   **/*.properties
+
+ 
+ 
+src/tld
+
+   **/*.tld
+
+META-INF/tlds
+ 
+ 
+../build
+
+   LICENSE.txt
+   NOTICE.txt
+
+ 
+  
+
+  
+ 
+src/test
+
+   **/*.java
+
+ 
+  
+
+   
+
+   
+
+commons-digester
+commons-digester
+1.6
+
+
+commons-logging
+commons-logging
+1.0.4
+
+ 
+  
+ junit
+ junit
+ 3.8.1
+ test
+  
+
+   
+
+   
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392133 - /struts/action/trunk/apps/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 17:24:30 2006
New Revision: 392133

URL: http://svn.apache.org/viewcvs?rev=392133&view=rev
Log:
Using absolute path for java source copying

Modified:
struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392133&r1=392132&r2=392133&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 17:24:30 2006
@@ -58,7 +58,7 @@
 
 
src/main/java
-   ../${pom.artifactId}/WEB-INF/src/main/java
+   
${basedir}/target/${pom.artifactId}/WEB-INF/src/main/java

   **/*.java
   **/*.properties



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392127 - in /struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2: LogonAction.java LogonForm.java RegistrationForm.java SaveRegistrationAction.java Sub

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 17:01:01 2006
New Revision: 392127

URL: http://svn.apache.org/viewcvs?rev=392127&view=rev
Log:
fixing compile errors on example2

Modified:

struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonAction.java

struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonForm.java

struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/RegistrationForm.java

struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/SaveRegistrationAction.java

struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/SubscriptionForm.java

Modified: 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonAction.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonAction.java?rev=392127&r1=392126&r2=392127&view=diff
==
--- 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonAction.java
 (original)
+++ 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonAction.java
 Thu Apr  6 17:01:01 2006
@@ -26,7 +26,7 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.struts.action.Action;
-import org.apache.struts.action.ActionError;
+import org.apache.struts.action.ActionMessage;
 import org.apache.struts.action.ActionErrors;
 import org.apache.struts.action.ActionForm;
 import org.apache.struts.action.ActionForward;
@@ -90,15 +90,15 @@
UserDatabase database = (UserDatabase)
  servlet.getServletContext().getAttribute(Constants.DATABASE_KEY);
if (database == null)
-errors.add(ActionErrors.GLOBAL_ERROR,
-   new ActionError("error.database.missing"));
+errors.add(ActionErrors.GLOBAL_MESSAGE,
+   new ActionMessage("error.database.missing"));
else {
user = getUser(database, username);
if ((user != null) && !user.getPassword().equals(password))
user = null;
if (user == null)
-errors.add(ActionErrors.GLOBAL_ERROR,
-   new ActionError("error.password.mismatch"));
+errors.add(ActionErrors.GLOBAL_MESSAGE,
+   new ActionMessage("error.password.mismatch"));
}
 
// Report any errors we have discovered back to the original form

Modified: 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonForm.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonForm.java?rev=392127&r1=392126&r2=392127&view=diff
==
--- 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonForm.java
 (original)
+++ 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/LogonForm.java
 Thu Apr  6 17:01:01 2006
@@ -19,7 +19,7 @@
 
 
 import javax.servlet.http.HttpServletRequest;
-import org.apache.struts.action.ActionError;
+import org.apache.struts.action.ActionMessage;
 import org.apache.struts.action.ActionErrors;
 import org.apache.struts.action.ActionForm;
 import org.apache.struts.action.ActionMapping;
@@ -134,9 +134,9 @@
 
 ActionErrors errors = new ActionErrors();
 if ((username == null) || (username.length() < 1))
-errors.add("username", new ActionError("error.username.required"));
+errors.add("username", new 
ActionMessage("error.username.required"));
 if ((password == null) || (password.length() < 1))
-errors.add("password", new ActionError("error.password.required"));
+errors.add("password", new 
ActionMessage("error.password.required"));
 
 return errors;
 

Modified: 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/RegistrationForm.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/RegistrationForm.java?rev=392127&r1=392126&r2=392127&view=diff
==
--- 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/RegistrationForm.java
 (original)
+++ 
struts/action/trunk/apps/faces-example2/src/main/java/org/apache/struts/webapp/example2/RegistrationForm.java
 Thu Apr  6 17:01:01 2006
@@ -19,7 +19,7 @@
 
 
 import javax.servlet.http.HttpServletRequest;
-import org.apache.struts.action.ActionError;
+import org.apache.struts.action.A

svn commit: r392126 - /struts/action/trunk/apps/examples/pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 16:56:02 2006
New Revision: 392126

URL: http://svn.apache.org/viewcvs?rev=392126&view=rev
Log:
Removed  section which will be inherited from parent pom.

Modified:
struts/action/trunk/apps/examples/pom.xml

Modified: struts/action/trunk/apps/examples/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=392126&r1=392125&r2=392126&view=diff
==
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Thu Apr  6 16:56:02 2006
@@ -74,8 +74,4 @@
   


-   
- ${pom.artifactId}
-  
-
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392125 - in /struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example: LogonForm.java RegistrationForm.java SubscriptionForm.java

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 16:55:49 2006
New Revision: 392125

URL: http://svn.apache.org/viewcvs?rev=392125&view=rev
Log:
Fixing compile errors

Modified:

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/RegistrationForm.java

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SubscriptionForm.java

Modified: 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java?rev=392125&r1=392124&r2=392125&view=diff
==
--- 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java
 Thu Apr  6 16:55:49 2006
@@ -19,6 +19,7 @@
 
 
 import javax.servlet.http.HttpServletRequest;
+import org.apache.struts.action.ActionErrors;
 import org.apache.struts.action.ActionMessage;
 import org.apache.struts.action.ActionMessages;
 import org.apache.struts.action.ActionForm;
@@ -129,10 +130,10 @@
  * @param mapping The mapping used to select this instance
  * @param request The servlet request we are processing
  */
-public ActionMessages validate(ActionMapping mapping,
+public ActionErrors validate(ActionMapping mapping,
  HttpServletRequest request) {
 
-ActionMessages errors = new ActionMessages();
+ActionErrors errors = new ActionErrors();
 if ((username == null) || (username.length() < 1))
 errors.add("username", new 
ActionMessage("error.username.required"));
 if ((password == null) || (password.length() < 1))

Modified: 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/RegistrationForm.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/RegistrationForm.java?rev=392125&r1=392124&r2=392125&view=diff
==
--- 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/RegistrationForm.java
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/RegistrationForm.java
 Thu Apr  6 16:55:49 2006
@@ -20,6 +20,7 @@
 
 import javax.servlet.http.HttpServletRequest;
 
+import org.apache.struts.action.ActionErrors;
 import org.apache.struts.action.ActionMessage;
 import org.apache.struts.action.ActionMessages;
 import org.apache.struts.action.ActionMapping;
@@ -287,11 +288,11 @@
  * @param mapping The mapping used to select this instance
  * @param request The servlet request we are processing
  */
-public ActionMessages validate(ActionMapping mapping,
+public ActionErrors validate(ActionMapping mapping,
  HttpServletRequest request) {
 
 // Perform validator framework validations
-ActionMessages errors = super.validate(mapping, request);
+ActionErrors errors = super.validate(mapping, request);
 
 // Only need crossfield validations here
 if (((password == null) && (password2 != null)) ||

Modified: 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SubscriptionForm.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SubscriptionForm.java?rev=392125&r1=392124&r2=392125&view=diff
==
--- 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SubscriptionForm.java
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SubscriptionForm.java
 Thu Apr  6 16:55:49 2006
@@ -19,6 +19,7 @@
 
 
 import javax.servlet.http.HttpServletRequest;
+import org.apache.struts.action.ActionErrors;
 import org.apache.struts.action.ActionMessage;
 import org.apache.struts.action.ActionMessages;
 import org.apache.struts.action.ActionForm;
@@ -249,10 +250,10 @@
  * @param mapping The mapping used to select this instance
  * @param request The servlet request we are processing
  */
-public ActionMessages validate(ActionMapping mapping,
+public ActionErrors validate(ActionMapping mapping,
  HttpServletRequest request) {
 
-ActionMessages errors = new ActionMessages();
+ActionErrors errors = new ActionErrors();
 
if ((host == null) || (host.length() < 1))
 errors.

svn commit: r392124 - /struts/action/trunk/apps/examples/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 16:50:20 2006
New Revision: 392124

URL: http://svn.apache.org/viewcvs?rev=392124&view=rev
Log:
Adding extras as a dep

Modified:
struts/action/trunk/apps/examples/pom.xml

Modified: struts/action/trunk/apps/examples/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=392124&r1=392123&r2=392124&view=diff
==
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Thu Apr  6 16:50:20 2006
@@ -52,6 +52,11 @@
  ${pom.version}
   
   
+ ${pom.groupId}
+ struts-extras
+ ${pom.version}
+  
+  
  javax.servlet
  servlet-api
  2.3
@@ -71,15 +76,6 @@


  ${pom.artifactId}
- 
-
-   src/main/java
-   ../${pom.artifactId}/WEB-INF/src/main/java
-   
-   **/*.java
-   
-
-
   
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392119 - in /struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example: LogonAction.java LogonForm.java RegistrationForm.java SaveRegistrationAction.java Subs

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 16:34:58 2006
New Revision: 392119

URL: http://svn.apache.org/viewcvs?rev=392119&view=rev
Log:
Fixing ActionError usage

Modified:

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonAction.java

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/RegistrationForm.java

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SaveRegistrationAction.java

struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/SubscriptionForm.java

Modified: 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonAction.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonAction.java?rev=392119&r1=392118&r2=392119&view=diff
==
--- 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonAction.java
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonAction.java
 Thu Apr  6 16:34:58 2006
@@ -25,8 +25,8 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.struts.action.Action;
-import org.apache.struts.action.ActionError;
-import org.apache.struts.action.ActionErrors;
+import org.apache.struts.action.ActionMessage;
+import org.apache.struts.action.ActionMessages;
 import org.apache.struts.action.ActionForm;
 import org.apache.struts.action.ActionForward;
 import org.apache.struts.action.ActionMapping;
@@ -83,7 +83,7 @@
User user = null;
 
// Validate the request parameters specified by the user
-   ActionErrors errors = new ActionErrors();
+   ActionMessages errors = new ActionMessages();
String username = (String)
 PropertyUtils.getSimpleProperty(form, "username");
 String password = (String)
@@ -91,15 +91,15 @@
UserDatabase database = (UserDatabase)
  servlet.getServletContext().getAttribute(Constants.DATABASE_KEY);
if (database == null)
-errors.add(ActionErrors.GLOBAL_ERROR,
-   new ActionError("error.database.missing"));
+errors.add(ActionMessages.GLOBAL_MESSAGE,
+   new ActionMessage("error.database.missing"));
else {
user = getUser(database, username);
if ((user != null) && !user.getPassword().equals(password))
user = null;
if (user == null)
-errors.add(ActionErrors.GLOBAL_ERROR,
-   new ActionError("error.password.mismatch"));
+errors.add(ActionMessages.GLOBAL_MESSAGE,
+   new ActionMessage("error.password.mismatch"));
}
 
// Report any errors we have discovered back to the original form

Modified: 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java?rev=392119&r1=392118&r2=392119&view=diff
==
--- 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java
 (original)
+++ 
struts/action/trunk/apps/faces-example1/src/main/java/org/apache/struts/webapp/example/LogonForm.java
 Thu Apr  6 16:34:58 2006
@@ -19,8 +19,8 @@
 
 
 import javax.servlet.http.HttpServletRequest;
-import org.apache.struts.action.ActionError;
-import org.apache.struts.action.ActionErrors;
+import org.apache.struts.action.ActionMessage;
+import org.apache.struts.action.ActionMessages;
 import org.apache.struts.action.ActionForm;
 import org.apache.struts.action.ActionMapping;
 
@@ -121,22 +121,22 @@
 
 /**
  * Validate the properties that have been set from this HTTP request,
- * and return an ActionErrors object that encapsulates any
+ * and return an ActionMessages object that encapsulates any
  * validation errors that have been found.  If no errors are found, return
- * null or an ActionErrors object with no
+ * null or an ActionMessages object with no
  * recorded error messages.
  *
  * @param mapping The mapping used to select this instance
  * @param request The servlet request we are processing
  */
-public ActionErrors validate(ActionMapping mapping,
+public ActionMessages validate(ActionMapping mapping,
  HttpServletRequest request) {
 
-ActionErrors errors = new ActionErrors();
+ActionMessages errors = new ActionMessages();

svn commit: r392117 - in /struts/action/trunk/apps: cookbook/pom.xml pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 16:26:51 2006
New Revision: 392117

URL: http://svn.apache.org/viewcvs?rev=392117&view=rev
Log:
Include source code for example webapps under WEB-INF/src

Modified:
struts/action/trunk/apps/cookbook/pom.xml
struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/cookbook/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/cookbook/pom.xml?rev=392117&r1=392116&r2=392117&view=diff
==
--- struts/action/trunk/apps/cookbook/pom.xml (original)
+++ struts/action/trunk/apps/cookbook/pom.xml Thu Apr  6 16:26:51 2006
@@ -58,9 +58,5 @@
  provided
   

-   
-   
- ${pom.artifactId}
-   
 
 

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392117&r1=392116&r2=392117&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 16:26:51 2006
@@ -55,14 +55,26 @@


  
+
+
+   src/main/java
+   ../${pom.artifactId}/WEB-INF/src/main/java
+   
+  **/*.java
+  **/*.properties
+  **/*.xml
+   
+
+
 
 src/main/java
 
 **/*.properties
+**/*.xml
 
 
-
+ 
+ ${pom.artifactId}
   
-
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392116 - /struts/action/trunk/apps/faces-example2/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 16:25:54 2006
New Revision: 392116

URL: http://svn.apache.org/viewcvs?rev=392116&view=rev
Log:
Fixed the artifact name

Modified:
struts/action/trunk/apps/faces-example2/pom.xml

Modified: struts/action/trunk/apps/faces-example2/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/pom.xml?rev=392116&r1=392115&r2=392116&view=diff
==
--- struts/action/trunk/apps/faces-example2/pom.xml (original)
+++ struts/action/trunk/apps/faces-example2/pom.xml Thu Apr  6 16:25:54 2006
@@ -41,7 +41,7 @@

 
4.0.0
-   struts-faces-example1
+   struts-faces-example2
war
Struts Action - Apps - Faces Example 2




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392112 - /struts/action/trunk/apps/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 16:12:56 2006
New Revision: 392112

URL: http://svn.apache.org/viewcvs?rev=392112&view=rev
Log:
Adding .properties to resources, adding new webapps

Modified:
struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392112&r1=392111&r2=392112&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 16:12:56 2006
@@ -49,6 +49,20 @@
   cookbook
   faces-example1
   faces-example2
+  examples
+  blank

+   
+   
+ 
+
+src/main/java
+
+**/*.properties
+
+
+
+  
+
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392109 - in /struts/action/trunk/apps/blank: pom.xml src/java/ src/main/ src/main/java/ src/main/java/MessageResources.properties src/main/webapp/ src/main/webapp/WEB-INF/ src/main/webapp

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 16:00:24 2006
New Revision: 392109

URL: http://svn.apache.org/viewcvs?rev=392109&view=rev
Log:
Restructuring blank for new maven 2 build

Added:
struts/action/trunk/apps/blank/pom.xml
struts/action/trunk/apps/blank/src/main/
struts/action/trunk/apps/blank/src/main/java/
  - copied from r392094, struts/action/trunk/apps/blank/src/java/
struts/action/trunk/apps/blank/src/main/java/MessageResources.properties
  - copied unchanged from r392108, 
struts/action/trunk/apps/blank/src/java/MessageResources.properties
struts/action/trunk/apps/blank/src/main/webapp/
  - copied from r392094, struts/action/trunk/apps/blank/src/webapp/
struts/action/trunk/apps/blank/src/main/webapp/WEB-INF/
  - copied from r392108, struts/action/trunk/apps/blank/src/webapp/WEB-INF/
struts/action/trunk/apps/blank/src/main/webapp/index.jsp
  - copied unchanged from r392108, 
struts/action/trunk/apps/blank/src/webapp/index.jsp
struts/action/trunk/apps/blank/src/main/webapp/pages/
  - copied from r392108, struts/action/trunk/apps/blank/src/webapp/pages/
Removed:
struts/action/trunk/apps/blank/src/java/
struts/action/trunk/apps/blank/src/webapp/

Added: struts/action/trunk/apps/blank/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/pom.xml?rev=392109&view=auto
==
--- struts/action/trunk/apps/blank/pom.xml (added)
+++ struts/action/trunk/apps/blank/pom.xml Thu Apr  6 16:00:24 2006
@@ -0,0 +1,66 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-blank
+   war
+   Struts Action - Apps - Blank
+   
+   
+  
+ ${pom.groupId}
+ struts-taglib
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+   
+   
+ ${pom.artifactId}
+   
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392108 - in /struts/action/trunk/apps/blank/src/webapp/WEB-INF: struts-config.xml tiles-defs.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 15:58:07 2006
New Revision: 392108

URL: http://svn.apache.org/viewcvs?rev=392108&view=rev
Log:
Removing tiles dependency in blank, but leaving instructions how to use
it

Removed:
struts/action/trunk/apps/blank/src/webapp/WEB-INF/tiles-defs.xml
Modified:
struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml

Modified: struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml?rev=392108&r1=392107&r2=392108&view=diff
==
--- struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml 
(original)
+++ struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml Thu Apr 
 6 15:58:07 2006
@@ -137,16 +137,17 @@
  false : no validation
 
  Paths found in Tiles definitions are relative to the main context.
-  -->
+
+  To use this plugin, download and add the Tiles jar to your WEB-INF/lib
+  directory then uncomment the plugin definition below.
 
 
 
-  
   
-  
   
 
+  -->  
 
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392107 - in /struts/action/trunk/apps/examples: pom.xml src/java/ src/main/ src/main/java/ src/main/webapp/ src/webapp/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 15:55:06 2006
New Revision: 392107

URL: http://svn.apache.org/viewcvs?rev=392107&view=rev
Log:
Restructuring examples webapp for new maven 2 build

Added:
struts/action/trunk/apps/examples/pom.xml
struts/action/trunk/apps/examples/src/main/
struts/action/trunk/apps/examples/src/main/java/
  - copied from r392094, struts/action/trunk/apps/examples/src/java/
struts/action/trunk/apps/examples/src/main/webapp/
  - copied from r392094, struts/action/trunk/apps/examples/src/webapp/
Removed:
struts/action/trunk/apps/examples/src/java/
struts/action/trunk/apps/examples/src/webapp/

Added: struts/action/trunk/apps/examples/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=392107&view=auto
==
--- struts/action/trunk/apps/examples/pom.xml (added)
+++ struts/action/trunk/apps/examples/pom.xml Thu Apr  6 15:55:06 2006
@@ -0,0 +1,85 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-examples
+   war
+   Struts Action - Apps - Examples
+   
+   
+  
+ ${pom.groupId}
+ struts-taglib
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+  
+ jstl
+ jstl
+ 1.0.6
+  
+  
+ taglibs
+ standard
+ 1.0.6
+  
+   
+   
+   
+ ${pom.artifactId}
+ 
+
+   src/main/java
+   ../${pom.artifactId}/WEB-INF/src/main/java
+   
+   **/*.java
+   
+
+
+  
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392101 - /struts/action/trunk/apps/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 15:32:28 2006
New Revision: 392101

URL: http://svn.apache.org/viewcvs?rev=392101&view=rev
Log:
Adding faces-example1 and faces-example2 to modules list

Modified:
struts/action/trunk/apps/pom.xml

Modified: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392101&r1=392100&r2=392101&view=diff
==
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 15:32:28 2006
@@ -47,6 +47,8 @@
 

   cookbook
+  faces-example1
+  faces-example2

 
-
\ No newline at end of file
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "FormView" by angelozerr

2006-04-06 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 angelozerr:
http://wiki.apache.org/struts/FormView

--
  FormView has usecase WAR, whith an example of tabs which use 
  jsptabControl Taglib (see http://jsptabcontrol.sourceforge.net/).
  
+ You can manage error after validation of your form. So you can :
+ * add style class error to the field which has error.
+ * set focus to the first field which has error.
+ 
  You can find FormView Web Site at http://formview.sourceforge.net/
  and download JAR at http://sourceforge.net/projects/formview.
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392097 - in /struts/action/trunk/assembly: pom.xml src/main/assembly/dep.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 15:27:05 2006
New Revision: 392097

URL: http://svn.apache.org/viewcvs?rev=392097&view=rev
Log:
Add another execution of the dependency plugin to copy the webapps, and include 
them in the assembly.

Modified:
struts/action/trunk/assembly/pom.xml
struts/action/trunk/assembly/src/main/assembly/dep.xml

Modified: struts/action/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392097&r1=392096&r2=392097&view=diff
==
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Thu Apr  6 15:27:05 2006
@@ -77,6 +77,24 @@
   
${project.build.directory}/javadoc
 
   
+  
+copy-war
+package
+
+  copy
+
+
+  
+
+  org.apache.struts.action
+  struts-cookbook
+  ${version}
+  war
+
+  
+  
${project.build.directory}/webapps
+
+  
 
   
 

Modified: struts/action/trunk/assembly/src/main/assembly/dep.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/assembly/src/main/assembly/dep.xml?rev=392097&r1=392096&r2=392097&view=diff
==
--- struts/action/trunk/assembly/src/main/assembly/dep.xml (original)
+++ struts/action/trunk/assembly/src/main/assembly/dep.xml Thu Apr  6 15:27:05 
2006
@@ -27,5 +27,12 @@
 *.jar
   
 
+
+  target/webapps
+  webapps
+  
+*.war
+  
+
   
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392096 - in /struts/action/trunk: apps/faces-example1/src/main/ apps/faces-example1/src/main/java/ apps/faces-example1/src/main/web/ apps/faces-example2/src/main/ apps/faces-example2/src/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 15:22:55 2006
New Revision: 392096

URL: http://svn.apache.org/viewcvs?rev=392096&view=rev
Log:
Moving faces example webapps

Added:
struts/action/trunk/apps/faces-example1/src/main/
  - copied from r392071, struts/action/trunk/faces/example1-webapp/src/
struts/action/trunk/apps/faces-example1/src/main/web/
  - copied from r392094, struts/action/trunk/faces/example1-webapp/src/web/
struts/action/trunk/apps/faces-example2/src/main/
  - copied from r392071, struts/action/trunk/faces/example2-webapp/src/
struts/action/trunk/apps/faces-example2/src/main/web/
  - copied from r392094, struts/action/trunk/faces/example2-webapp/src/web/
Removed:
struts/action/trunk/apps/faces-example1/src/main/java/
struts/action/trunk/apps/faces-example2/src/main/java/
struts/action/trunk/apps/faces-sysclient/
struts/action/trunk/apps/faces-systest/
struts/action/trunk/faces/example1-webapp/src/
struts/action/trunk/faces/example2-webapp/src/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392090 - in /struts/action/trunk/apps: faces-example1/ faces-example1/src/ faces-example2/ faces-example2/src/ faces-sysclient/ faces-sysclient/src/ faces-systest/ faces-systest/src/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 15:10:06 2006
New Revision: 392090

URL: http://svn.apache.org/viewcvs?rev=392090&view=rev
Log:
Adding new faces app directories, moving actual webapps next

Added:
struts/action/trunk/apps/faces-example1/
struts/action/trunk/apps/faces-example1/pom.xml
struts/action/trunk/apps/faces-example1/src/
struts/action/trunk/apps/faces-example2/
struts/action/trunk/apps/faces-example2/pom.xml
struts/action/trunk/apps/faces-example2/src/
struts/action/trunk/apps/faces-sysclient/
struts/action/trunk/apps/faces-sysclient/pom.xml
struts/action/trunk/apps/faces-sysclient/src/
struts/action/trunk/apps/faces-systest/
struts/action/trunk/apps/faces-systest/pom.xml
struts/action/trunk/apps/faces-systest/src/

Added: struts/action/trunk/apps/faces-example1/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=392090&view=auto
==
--- struts/action/trunk/apps/faces-example1/pom.xml (added)
+++ struts/action/trunk/apps/faces-example1/pom.xml Thu Apr  6 15:10:06 2006
@@ -0,0 +1,66 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-faces-example1
+   war
+   Struts Action - Apps - Faces Example 1
+   
+   
+  
+ ${pom.groupId}
+ struts-faces
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+   
+   
+ ${pom.artifactId}
+   
+
+

Added: struts/action/trunk/apps/faces-example2/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/pom.xml?rev=392090&view=auto
==
--- struts/action/trunk/apps/faces-example2/pom.xml (added)
+++ struts/action/trunk/apps/faces-example2/pom.xml Thu Apr  6 15:10:06 2006
@@ -0,0 +1,66 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-faces-example1
+   war
+   Struts Action - Apps - Faces Example 2
+   
+   
+  
+ ${pom.groupId}
+ struts-faces
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+   
+   
+ ${pom.artifactId}
+   
+
+

Added: struts/action/trunk/apps/faces-sysclient/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-sysclient/pom.xml?rev=392090&view=auto
==
--- struts/action/trunk/apps/faces-sysclient/pom.xml (added)
+++ struts/action/trunk/apps/faces-sysclient/pom.xml Thu Apr  6 15:10:06 2006
@@ -0,0 +1,66 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-faces-systest
+   war
+   Struts Action - Apps - Faces System Tests
+   
+   
+  
+ ${pom.groupId}
+ struts-faces
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+   
+   
+ ${pom.artifactId}
+   
+
+

Added: struts/action/trunk/apps/faces-systest/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-systest/pom.xml?rev=392090&view=auto
==
--- struts/action/trunk/apps/faces-systest/pom.xml (added)
+++ struts/action/trunk/apps/faces-systest/pom.xml Thu Apr  6 15:10:06 2006
@@ -0,0 +1,66 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-faces-systest
+   war
+   Struts Action - Apps - Faces System Tests
+   
+   
+  
+ ${pom.groupId}
+ struts-faces
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+   
+   
+ ${pom.artifactId}
+   
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,

svn commit: r392088 - /struts/action/trunk/faces/src/tld/struts-faces.tld

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 14:58:10 2006
New Revision: 392088

URL: http://svn.apache.org/viewcvs?rev=392088&view=rev
Log:
Adding descriptions to tlds and indenting

Modified:
struts/action/trunk/faces/src/tld/struts-faces.tld

Modified: struts/action/trunk/faces/src/tld/struts-faces.tld
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/tld/struts-faces.tld?rev=392088&r1=392087&r2=392088&view=diff
==
--- struts/action/trunk/faces/src/tld/struts-faces.tld (original)
+++ struts/action/trunk/faces/src/tld/struts-faces.tld Thu Apr  6 14:58:10 2006
@@ -1,489 +1,860 @@
 
 http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
 
-0.1
-1.2
-Struts-Faces
-http://struts.apache.org/tags-faces
-
-base
-org.apache.struts.faces.taglib.BaseTag
-
-binding
-false
-false
-
-
-id
-false
-false
-
-
-rendered
-false
-false
-
-
-target
-false
-false
-
-
-
-commandLink
-org.apache.struts.faces.taglib.CommandLinkTag
-
-action
-false
-false
-
-
-actionListener
-false
-false
-
-
-id
-false
-false
-
-
-immediate
-false
-false
-
-
-rendered
-false
-false
-
-
-value
-false
-false
-
-
-accesskey
-false
-false
-
-
-charset
-false
-false
-
-
-dir
-false
-false
-
-
-hreflang
-false
-false
-
-
-lang
-false
-false
-
-
-onblur
-false
-false
-
-
-onclick
-false
-false
-
-
-ondblclick
-false
-false
-
-
-onfocus
-false
-false
-
-
-onkeydown
-false
-false
-
-
-onkeypress
-false
-false
-
-
-onkeyup
-false
-false
-
-
-onmousedown
-false
-false
-
-
-onmousemove
-false
-false
-
-
-onmouseout
-false
-false
-
-
-onmouseover
-false
-false
-
-
-onmouseup
-false
-false
-
-
-rel
-false
-false
-
-
-rev
-false
-false
-
-
-style
-false
-false
-
-
-styleClass
-false
-false
-
-
-tabindex
-false
-false
-
-
-target
-false
-false
-
-
-title
-false
-false
-
-
-type
-false
-false
-
-
-
-errors
-org.apache.struts.faces.taglib.ErrorsTag
-
-binding
-false
-false
-
-
-bundle
-false
-false
-
-
-id
-false
-false
-
-
-property
-false
-false
-
-
-rendered
-false
-false
-
-
-
-form
-org.apache.struts.faces.taglib.FormTag
-
-action
-true
-false
-
-
-binding
-false
-false
-
-
-enctype
-false
-false
-
-
-focus
-false
-false
-
-
-focusIndex
-false
-false
-
-
-id
-false
-false
-
-
-onreset
-false
-false
-
-
-onsubmit
-false
-false
-
-
-rendered
-false
-false
-
-
-style
-false
-false
-
-
-styleClass
-false
-false
-
-
-target
-false
-false
-
-
-
-html
-org.apache.struts.faces.taglib.HtmlTag
-JSP
-
-binding
-false
-false
-
-
-id
-false
-false
-
-
-locale
-false
-false
-
-
-rendered
-false
-false
-
-
-xhtml
-false
-false
-
-
-
-javascript
-
+  0.1
+  1.2
+  Struts-Faces
+  http://struts.apache.org/tags-faces
+  
+  
+  
+base
+org.apache.struts.faces.taglib.BaseTag
+
+  
+
+  binding
+  false
+  false
+  
+  
+
+
+  id
+  false
+  false
+  
+Component id of this component.
+  
+
+
+  rendered
+  false
+  false
+  
+Boolean attribute indicating whether this component should be
+rendered or not.
+  
+
+
+  target
+  false
+  false
+  
+Target frame for this base reference.
+  
+
+  
+  
+commandLink
+org.apache.struts.faces.taglib.CommandLinkTag
+
+  
+
+  action
+  false
+  false
+
+
+  actionListener
+  false
+  false
+
+
+  id
+  false
+  false
+
+
+  immediate
+  false
+  false
+
+
+  rendered
+  false
+  false
+
+
+  value
+  false
+  false
+
+
+  accesskey
+  false
+  false
+
+
+  charset
+  false
+  false
+
+
+  dir
+  false
+  false
+
+
+  hreflang
+  false
+  false
+
+
+  lang
+  false
+  false
+
+
+  onblur
+  false
+  false
+
+
+  onclick
+  false
+  false
+
+
+  ondblclick
+  false
+  false
+
+
+  onfocus
+  false
+  false
+
+
+  onkeydown
+  false
+  false
+
+
+  onkeypress
+  false
+  false
+
+
+  onkeyup
+  false
+  false
+
+
+  onmousedown
+  false
+  false
+
+
+  onmousemove
+  false
+  false
+
+
+  onmouseout
+  false
+  false
+
+
+  onmouseover
+  false
+  false
+
+
+  onmouseup
+  false
+  false
+
+
+  rel
+  false
+  false
+
+
+  rev
+  false
+  false
+
+
+  style
+  false
+  false
+
+
+  styleClass
+  false
+  false
+
+
+  tabindex
+  false
+  false
+
+
+  target
+  false
+  false
+
+
+  title
+  false
+  false
+
+
+  type
+  false
+  false
+
+  
+  
+errors
+org.apache.stru

Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Greg Reddin


On Apr 6, 2006, at 2:52 PM, Don Brown wrote:

With the new restructuring, we have three official Struts  
subprojects - Action, Shale, and Tiles.  Currently, Tiles depends  
on Action 1, and through Action 1's EL artifact, Action 1 depends  
on Tiles.


I propose we remove this circular dependency and move the Tiles- 
dependent EL tags into Tiles itself.  The only other dependency I'm  
aware of is Struts Blank, which I also propose we remove its Tiles  
dep.


Ok, I had to think about this a little bit, but I think I'm fine with  
creating an el sub-subproject in Tiles and moving those tags there.   
At first blush I didn't like the idea, but since EL has become a sub- 
subproject of Action, it makes sense for the Tiles pieces to be part  
of Tiles.


Ultimately my hope is that the Tiles dependencies on Action will be  
removed when Standalone is released.  But I'm not sure if Tiles- 
Struts Action integration will happen in the Tiles Subproject or as a  
sub-subproject of Action :-)


I guess there's plenty of time to figure all that out.

Greg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392086 - in /struts/sandbox/trunk/mailreader-course/action2: lab-1-0/ lab-1-3/src/java/ lab-2-1/src/java/ lab-2-2/src/java/ lab-2-3/ lab-2-3/src/java/ lab-2-3/src/webapp/pages/

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 14:39:37 2006
New Revision: 392086

URL: http://svn.apache.org/viewcvs?rev=392086&view=rev
Log:
MailReader Course
* Add completed Lab 2-3 (half-way point)




Added:
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/lab-2-3.iml

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/Login-validation.xml
   (with props)
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/Login.java  
 (with props)
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/Logout.java 
  (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Login.jsp
   (with props)
Removed:
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/lab-2-2.iml
Modified:
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/MailReaderSupport.java

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/MailReaderSupport.java

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/MailReaderSupport.java

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/Register.java
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/xwork.xml

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Menu.jsp

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Welcome.jsp

Modified: struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml?rev=392086&r1=392085&r2=392086&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml Thu Apr  
6 14:39:37 2006
@@ -9,6 +9,7 @@
 
   
   
+  
 
 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java?rev=392086&r1=392085&r2=392086&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
 (original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
 Thu Apr  6 14:39:37 2006
@@ -71,17 +71,19 @@
 replyToAddress = value;
 }
 
-//  Messages 
+//  Keys 
 
 public static final String DATABASE_KEY = "database";
 
+public static final String USER_KEY = "user";
+
+//  Messages 
+
 public static final String ERROR_DATABASE_MISSING =
 "Database is missing";
 
 public static String ERROR_USERNAME_UNIQUE =
 "That username is already in use - please select another";
-
-public static final String USER_KEY = "user";
 
 //  ApplicationAware 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/MailReaderSupport.java
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/MailReaderSupport.java?rev=392086&r1=392085&r2=392086&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/MailReaderSupport.java
 (original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/MailReaderSupport.java
 Thu Apr  6 14:39:37 2006
@@ -71,17 +71,19 @@
 replyToAddress = value;
 }
 
-//  Messages 
+//  Keys 
 
 public static final String DATABASE_KEY = "database";
 
+public static final String USER_KEY = "user";
+
+//  Messages 
+
 public static final String ERROR_DATABASE_MISSING =
 "Database is missing";
 
 public static String ERROR_USERNAME_UNIQUE =
 "That username is already in use - please select another";
-
-public static final String USER_KEY = "user";
 
 //  ApplicationAware 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/MailReaderSupport.java
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/MailReaderSupport.java?rev=392086&r1=392085&r2=392086&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/MailReaderSupport.java
 (original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/MailReaderSupport.java
 Thu Apr  6 14:39:37 2006
@@ -71,17 +71,19 @@
 replyToAddress = value;
 }
 
-//  Messages 
+//

svn commit: r392080 - in /struts/action/trunk: ./ apps/ apps/cookbook/ apps/cookbook/src/java/ apps/cookbook/src/main/ apps/cookbook/src/main/java/ apps/cookbook/src/main/java/examples/ apps/cookbook/

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 14:19:10 2006
New Revision: 392080

URL: http://svn.apache.org/viewcvs?rev=392080&view=rev
Log:
Un-comment the apps module, and add poms for apps and cookbook.
Restructure cookbook to src/main/java and src/main/webapp.
Switch to the Maven 2 repo on cvs.apache.org

Added:
struts/action/trunk/apps/cookbook/pom.xml   (with props)
struts/action/trunk/apps/cookbook/src/main/
struts/action/trunk/apps/cookbook/src/main/java/
  - copied from r391907, struts/action/trunk/apps/cookbook/src/java/
struts/action/trunk/apps/cookbook/src/main/java/examples/
  - copied from r392077, 
struts/action/trunk/apps/cookbook/src/java/examples/
struts/action/trunk/apps/cookbook/src/main/webapp/
  - copied from r391907, struts/action/trunk/apps/cookbook/src/webapp/
struts/action/trunk/apps/cookbook/src/main/webapp/WEB-INF/
  - copied from r392077, 
struts/action/trunk/apps/cookbook/src/webapp/WEB-INF/
struts/action/trunk/apps/cookbook/src/main/webapp/css/
  - copied from r392077, struts/action/trunk/apps/cookbook/src/webapp/css/
struts/action/trunk/apps/cookbook/src/main/webapp/images/
  - copied from r392077, 
struts/action/trunk/apps/cookbook/src/webapp/images/
struts/action/trunk/apps/cookbook/src/main/webapp/index.jsp
  - copied unchanged from r392077, 
struts/action/trunk/apps/cookbook/src/webapp/index.jsp
struts/action/trunk/apps/cookbook/src/main/webapp/jsp/
  - copied from r392077, struts/action/trunk/apps/cookbook/src/webapp/jsp/
struts/action/trunk/apps/cookbook/src/main/webapp/source.jsp
  - copied unchanged from r392077, 
struts/action/trunk/apps/cookbook/src/webapp/source.jsp
struts/action/trunk/apps/pom.xml   (with props)
Removed:
struts/action/trunk/apps/cookbook/src/java/
struts/action/trunk/apps/cookbook/src/webapp/
Modified:
struts/action/trunk/core/pom.xml
struts/action/trunk/pom.xml

Added: struts/action/trunk/apps/cookbook/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/cookbook/pom.xml?rev=392080&view=auto
==
--- struts/action/trunk/apps/cookbook/pom.xml (added)
+++ struts/action/trunk/apps/cookbook/pom.xml Thu Apr  6 14:19:10 2006
@@ -0,0 +1,66 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-apps
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-cookbook
+   war
+   Struts Action - Apps - Cookbook
+   
+   
+  
+ ${pom.groupId}
+ struts-core
+ ${pom.version}
+  
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+   
+   
+   
+ ${pom.artifactId}
+   
+
+
\ No newline at end of file

Propchange: struts/action/trunk/apps/cookbook/pom.xml
--
svn:eol-style = native

Propchange: struts/action/trunk/apps/cookbook/pom.xml
--
svn:keywords = Date Author Id Revision HeadURL

Added: struts/action/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392080&view=auto
==
--- struts/action/trunk/apps/pom.xml (added)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 14:19:10 2006
@@ -0,0 +1,52 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-build
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-apps
+   pom
+   Struts Action - Apps
+
+   
+  cookbook
+   
+
+
\ No newline at end of file

Propchange: struts/action/trunk/apps/pom.xml
--
svn:eol-style = native

Propchange: struts/action/trunk/apps/pom.xml
--
svn:executable = *

Propchange: struts/action/trunk/apps/pom.xml
--
svn:keywords = Date Author Id Revision HeadURL

Modified: struts/action/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=392080&r1=392079&r2=392080&view=diff
==
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Thu Apr  6 14:19:10 2006
@@ -113,7 +113,12 @@
 
 
 
+ 
 
+ 
+   
+generate-assembly
+
  

svn commit: r392079 - in /struts/action/trunk/faces/src/tld: ./ struts-faces.tld

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 14:15:20 2006
New Revision: 392079

URL: http://svn.apache.org/viewcvs?rev=392079&view=rev
Log:
Adding tld dir with generated tld, will cleanup next

Added:
struts/action/trunk/faces/src/tld/
struts/action/trunk/faces/src/tld/struts-faces.tld

Added: struts/action/trunk/faces/src/tld/struts-faces.tld
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/tld/struts-faces.tld?rev=392079&view=auto
==
--- struts/action/trunk/faces/src/tld/struts-faces.tld (added)
+++ struts/action/trunk/faces/src/tld/struts-faces.tld Thu Apr  6 14:15:20 2006
@@ -0,0 +1,489 @@
+
+http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
+
+0.1
+1.2
+Struts-Faces
+http://struts.apache.org/tags-faces
+
+base
+org.apache.struts.faces.taglib.BaseTag
+
+binding
+false
+false
+
+
+id
+false
+false
+
+
+rendered
+false
+false
+
+
+target
+false
+false
+
+
+
+commandLink
+org.apache.struts.faces.taglib.CommandLinkTag
+
+action
+false
+false
+
+
+actionListener
+false
+false
+
+
+id
+false
+false
+
+
+immediate
+false
+false
+
+
+rendered
+false
+false
+
+
+value
+false
+false
+
+
+accesskey
+false
+false
+
+
+charset
+false
+false
+
+
+dir
+false
+false
+
+
+hreflang
+false
+false
+
+
+lang
+false
+false
+
+
+onblur
+false
+false
+
+
+onclick
+false
+false
+
+
+ondblclick
+false
+false
+
+
+onfocus
+false
+false
+
+
+onkeydown
+false
+false
+
+
+onkeypress
+false
+false
+
+
+onkeyup
+false
+false
+
+
+onmousedown
+false
+false
+
+
+onmousemove
+false
+false
+
+
+onmouseout
+false
+false
+
+
+onmouseover
+false
+false
+
+
+onmouseup
+false
+false
+
+
+rel
+false
+false
+
+
+rev
+false
+false
+
+
+style
+false
+false
+
+
+styleClass
+false
+false
+
+
+tabindex
+false
+false
+
+
+target
+false
+false
+
+
+title
+false
+false
+
+
+type
+false
+false
+
+
+
+errors
+org.apache.struts.faces.taglib.ErrorsTag
+
+binding
+false
+false
+
+
+bundle
+false
+false
+
+
+id
+false
+false
+
+
+property
+false
+false
+
+
+rendered
+false
+false
+
+
+
+form
+org.apache.struts.faces.taglib.FormTag
+
+action
+true
+false
+
+
+binding
+false
+false
+
+
+enctype
+false
+false
+
+
+focus
+false
+false
+
+
+focusIndex
+false
+false
+
+
+id
+false
+false
+
+
+onreset
+false
+false
+
+
+onsubmit
+false
+false
+
+
+rendered
+false
+false
+
+
+style
+false
+false
+
+
+styleClass
+false
+false
+
+
+target
+false
+false
+
+
+
+html
+org.apache.struts.faces.taglib.HtmlTag
+JSP
+
+binding
+false
+false
+
+
+id
+false
+false
+
+
+locale
+false
+false
+
+
+rendered
+false
+false
+
+
+xhtml
+false
+false
+
+
+
+javascript
+
+  org.apache.struts.faces.taglib.JavascriptValidatorTag
+
+
+cdata
+false
+true
+
+
+dynamicJavascript
+false
+false
+
+
+formName
+false
+true
+
+
+htmlComment
+false
+true
+
+
+method
+false
+true
+
+
+page
+false
+true
+
+
+src
+false
+true
+
+
+staticJavascript
+false
+false
+
+
+
+loadMessages
+org.apache.struts.faces.taglib.LoadMessagesTag
+empty
+
+messages
+false
+false
+
+
+var
+true
+false
+
+
+
+message
+org.apache.struts.faces.taglib.MessageTag
+JSP
+
+binding
+false
+false
+
+
+bundle
+false
+false
+
+
+filter
+false
+false
+
+
+id
+false
+false
+
+
+key
+false
+false
+
+
+rendered
+false
+false
+
+
+style
+false
+false
+
+
+styleClass
+false
+false
+
+
+value
+false
+false
+
+
+
+stylesheet
+org.apache.struts.faces.taglib.StylesheetTag
+
+binding
+false
+false
+
+
+id
+false
+false
+
+
+path
+true
+false
+
+
+rendered
+false
+false
+
+
+
+write
+org.apache.struts.faces.taglib.WriteTag
+empty
+
+binding
+false
+false
+
+
+filter
+false
+false
+
+
+id
+false
+false
+
+
+rendered
+false
+false
+
+
+style
+false
+false
+
+
+styleClass
+false
+false
+
+
+value
+false
+false
+
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392077 - /struts/action/trunk/faces/pom.xml

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 14:10:49 2006
New Revision: 392077

URL: http://svn.apache.org/viewcvs?rev=392077&view=rev
Log:
Adding the faces maven 2 pom

Added:
struts/action/trunk/faces/pom.xml

Added: struts/action/trunk/faces/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=392077&view=auto
==
--- struts/action/trunk/faces/pom.xml (added)
+++ struts/action/trunk/faces/pom.xml Thu Apr  6 14:10:49 2006
@@ -0,0 +1,138 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-build
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-faces
+   jar
+   Struts Action - Faces
+   http://struts.apache.org
+
+   
+
+  src/java
+  src/test
+
+  
+ 
+src/java
+
+   **/*.properties
+
+ 
+ 
+src/tld
+
+   **/*.tld
+
+META-INF/tlds
+ 
+ 
+../build
+
+   LICENSE.txt
+   NOTICE.txt
+
+ 
+  
+
+  
+ 
+src/test
+
+   **/*.java
+
+ 
+  
+
+   
+
+   
+
+  
+ junit
+ junit
+ 3.8.1
+ test
+  
+
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+
+  
+ org.apache.struts.action
+ struts-core
+ ${pom.version}
+  
+
+  
+ org.apache.struts.action
+ struts-taglib
+ ${pom.version}
+  
+
+  
+myfaces
+myfaces-jsf-api
+1.0.8-beta
+ 
+
+   
+
+   
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392072 - in /struts/action/trunk/faces/src/java/org/apache/struts/faces/application: FacesTilesRequestProcessor.java FacesTilesRequestProcessor.java.bak

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 14:00:43 2006
New Revision: 392072

URL: http://svn.apache.org/viewcvs?rev=392072&view=rev
Log:
Moving the tiles version of the Faces request processor out of the
build, until we determine what to do with it

Added:

struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesTilesRequestProcessor.java.bak
  - copied unchanged from r392071, 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesTilesRequestProcessor.java
Removed:

struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesTilesRequestProcessor.java


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Don Brown

Craig McClanahan wrote:

It's ok to keep it the way you propose, I guess ... but hard versus soft
runtime dependencies is worth some thought across all of the artifacts, as
we are reorganizing things.


Agreed.  I handled this in scripting by adding an element to each dependency declaration marking it as optional or not. 
 I used this new element to create the release notes (combined with changes.xml) as well as create website docs. 
Perhaps we could do something similar in Maven 2.


Don



Don


Craig




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392070 - in /struts/action/trunk: ./ faces/core-library/src/ faces/src/ faces/src/conf/ faces/src/java/ faces/src/java/org/apache/struts/faces/application/ faces/src/test/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 13:54:30 2006
New Revision: 392070

URL: http://svn.apache.org/viewcvs?rev=392070&view=rev
Log:
Adding faces and scripting to the module list, starting to restructure
faces, adding a maven 2 build for faces which works and all tests pass,
made faces work with latest action although backwards compatibility
might be compromised due the use of ModuleUtils and
InvalidCancelException.  This should be addressed if we plan to keep
support for old versions of Struts Action 1.

Added:
struts/action/trunk/faces/src/
  - copied from r392045, struts/action/trunk/faces/core-library/src/
struts/action/trunk/faces/src/conf/
  - copied from r392064, struts/action/trunk/faces/core-library/src/conf/
struts/action/trunk/faces/src/java/
  - copied from r392064, struts/action/trunk/faces/core-library/src/java/
struts/action/trunk/faces/src/test/
  - copied from r392064, struts/action/trunk/faces/core-library/src/test/
Removed:
struts/action/trunk/faces/core-library/src/
Modified:

struts/action/trunk/faces/src/java/org/apache/struts/faces/application/ActionListenerImpl.java

struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesRequestProcessor.java
struts/action/trunk/pom.xml

Modified: 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/ActionListenerImpl.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/java/org/apache/struts/faces/application/ActionListenerImpl.java?rev=392070&r1=392064&r2=392070&view=diff
==
--- 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/ActionListenerImpl.java
 (original)
+++ 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/ActionListenerImpl.java
 Thu Apr  6 13:54:30 2006
@@ -36,6 +36,7 @@
 import org.apache.struts.faces.Constants;
 import org.apache.struts.faces.component.FormComponent;
 import org.apache.struts.util.RequestUtils;
+import org.apache.struts.util.ModuleUtils;
 
 
 /**
@@ -152,7 +153,7 @@
 // Invoke the appropriate request processor for this request
 try {
 request.setAttribute(Constants.ACTION_EVENT_KEY, event);
-RequestUtils.selectModule(request, servletContext);
+ModuleUtils.getInstance().selectModule(request, servletContext);
 ModuleConfig moduleConfig = (ModuleConfig)
 request.getAttribute(Globals.MODULE_KEY);
 if (log.isTraceEnabled()) {

Modified: 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesRequestProcessor.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesRequestProcessor.java?rev=392070&r1=392064&r2=392070&view=diff
==
--- 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesRequestProcessor.java
 (original)
+++ 
struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesRequestProcessor.java
 Thu Apr  6 13:54:30 2006
@@ -38,6 +38,7 @@
 import org.apache.struts.action.ActionForward;
 import org.apache.struts.action.ActionMapping;
 import org.apache.struts.action.RequestProcessor;
+import org.apache.struts.action.InvalidCancelException;
 import org.apache.struts.config.FormBeanConfig;
 import org.apache.struts.config.ForwardConfig;
 import org.apache.struts.faces.Constants;
@@ -403,7 +404,7 @@
   HttpServletResponse response,
   ActionForm form,
   ActionMapping mapping)
-throws IOException, ServletException {
+throws IOException, ServletException, InvalidCancelException {
 
 if (log.isTraceEnabled()) {
 log.trace("Performing standard validation");

Modified: struts/action/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392070&r1=392069&r2=392070&view=diff
==
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Thu Apr  6 13:54:30 2006
@@ -273,6 +273,8 @@
 el
 extras
 taglib
+faces
+scripting
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Craig McClanahan
On 4/6/06, Don Brown <[EMAIL PROTECTED]> wrote:
>
> Craig McClanahan wrote:
> > On 4/6/06, Don Brown <[EMAIL PROTECTED]> wrote:
> >> With the new restructuring, we have three official Struts subprojects -
> >> Action, Shale, and Tiles.  Currently, Tiles
> >> depends on Action 1, and through Action 1's EL artifact, Action 1
> depends
> >> on Tiles.
> >>
> >> I propose we remove this circular dependency and move the
> Tiles-dependent
> >> EL tags into Tiles itself.  The only other
> >> dependency I'm aware of is Struts Blank, which I also propose we remove
> >> its Tiles dep.
> >
> >
> > Wouldn't this make Tiles depend on the EL artifact, even if you didn't
> need
> > it?  Seems like the Tiles EL tags might really need to be their own
> artifact
> > that depends on Tiles and EL (as well as Action).
>
> Tiles can have multiple artifacts, I'm fine with that.  I just want to
> remove the circular dependency between the two
> projects.  Still, if we merged the code and kept with one artifact, sure,
> the build would require EL, wouldn't the end
> result require EL only if you tried to use those tags?


True.  But it's this sort of "soft" runtime dependency that can confuse
people too (and I'm as guilty of this with Shale as anyone else :-).  How
does one document the runtime dependencies in release notes or something?
There would need to be asterisks that you would need EL, but only if you're
using this particular subset of functionality.

It's ok to keep it the way you propose, I guess ... but hard versus soft
runtime dependencies is worth some thought across all of the artifacts, as
we are reorganizing things.

Don


Craig


svn commit: r392069 - in /struts/sandbox/trunk/mailreader-course/action2: lab-2-2/src/java/xwork.xml lab-2-2/src/webapp/pages/Menu.jsp lab-2-3/ lab-2-3/src/java/xwork.xml lab-2-3/src/webapp/pages/Menu

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 13:51:45 2006
New Revision: 392069

URL: http://svn.apache.org/viewcvs?rev=392069&view=rev
Log:
MailReader Course
* Changes to lab 2-2 / lab 2-3


Added:
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/
  - copied from r392051, 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/
Modified:
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/xwork.xml

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Menu.jsp
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/xwork.xml

struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Menu.jsp
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/xwork.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/xwork.xml?rev=392069&r1=392068&r2=392069&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/xwork.xml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/xwork.xml 
Thu Apr  6 13:51:45 2006
@@ -21,6 +21,10 @@
 
 
 /pages/Register.jsp
+Menu
+
+
+
 /pages/Menu.jsp
 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Menu.jsp
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Menu.jsp?rev=392069&r1=392068&r2=392069&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Menu.jsp
 (original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Menu.jsp
 Thu Apr  6 13:51:45 2006
@@ -7,12 +7,12 @@
 
 Main Menu Options for 
 
-">
+">
 Edit your registration profile
 
 
-">
-Log off MailReader
+">
+Log out of MailReader application
 
 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/xwork.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/xwork.xml?rev=392069&r1=392051&r2=392069&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/xwork.xml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/java/xwork.xml 
Thu Apr  6 13:51:45 2006
@@ -21,6 +21,10 @@
 
 
 /pages/Register.jsp
+Menu
+
+
+
 /pages/Menu.jsp
 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Menu.jsp
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Menu.jsp?rev=392069&r1=392051&r2=392069&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Menu.jsp
 (original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-3/src/webapp/pages/Menu.jsp
 Thu Apr  6 13:51:45 2006
@@ -7,12 +7,12 @@
 
 Main Menu Options for 
 
-">
+">
 Edit your registration profile
 
 
-">
-Log off MailReader
+">
+Log out of MailReader application
 
 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr?rev=392069&r1=392068&r2=392069&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr 
(original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr 
Thu Apr  6 13:51:45 2006
@@ -184,6 +184,7 @@
   
   
   
+  
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392067 - /struts/current/

2006-04-06 Thread jmitchell
Author: jmitchell
Date: Thu Apr  6 13:51:33 2006
New Revision: 392067

URL: http://svn.apache.org/viewcvs?rev=392067&view=rev
Log:
scripting was moved to action/

Modified:
struts/current/   (props changed)

Propchange: struts/current/
--
--- svn:externals (original)
+++ svn:externals Thu Apr  6 13:51:33 2006
@@ -1,6 +1,5 @@
 actionhttps://svn.apache.org/repos/asf/struts/action/trunk
 sandbox   https://svn.apache.org/repos/asf/struts/sandbox/trunk
-scripting https://svn.apache.org/repos/asf/struts/scripting/trunk
 shale https://svn.apache.org/repos/asf/struts/shale/trunk
 site  https://svn.apache.org/repos/asf/struts/site
 tiles https://svn.apache.org/repos/asf/struts/tiles/trunk



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Don Brown

Craig McClanahan wrote:

On 4/6/06, Don Brown <[EMAIL PROTECTED]> wrote:

With the new restructuring, we have three official Struts subprojects -
Action, Shale, and Tiles.  Currently, Tiles
depends on Action 1, and through Action 1's EL artifact, Action 1 depends
on Tiles.

I propose we remove this circular dependency and move the Tiles-dependent
EL tags into Tiles itself.  The only other
dependency I'm aware of is Struts Blank, which I also propose we remove
its Tiles dep.



Wouldn't this make Tiles depend on the EL artifact, even if you didn't need
it?  Seems like the Tiles EL tags might really need to be their own artifact
that depends on Tiles and EL (as well as Action).


Tiles can have multiple artifacts, I'm fine with that.  I just want to remove the circular dependency between the two 
projects.  Still, if we merged the code and kept with one artifact, sure, the build would require EL, wouldn't the end 
result require EL only if you tried to use those tags?


Don



Don


Craig




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [action1] cleaning up the build

2006-04-06 Thread Craig McClanahan
On 4/6/06, Don Brown <[EMAIL PROTECTED]> wrote:
>
> Ok, I'm working with Wendy to do the Maven 2 conversion.  Here is the plan
> we have decided on:
>
>   1. All the jar artifacts (core, taglib, el, faces, scripting, extras)
> get their own directory and pom
>   2. All the war artifacts, including the example apps from modules like
> faces and scripting, will be moved into the
> apps/ directory, which will be moved over to Maven 2 as well
>   3. Therefore, the immediate goal for the wars is to have all of them
> reside in apps/, making building and testing easier
>   4. The end goal for the example wars will be to allow each module to
> perhaps define its own sample Struts module, with
> a Maven plugin that collects all the samples into one war.  Cocoon does
> this with their blocks with good effect.  It
> makes it easy for users to see all the possibilities without having to
> deploy a bunch of wars.
>
> As a result, we'll be doing some restructuring, particularly to
> Faces.  Please let us know soon if anyone has any
> objections.


Let me know if you need any help on the Faces part.  I'm fine with the goals
articulated above.

Don


Craig

Martin Cooper wrote:
> > On 4/5/06, James Mitchell <[EMAIL PROTECTED]> wrote:
> >>
> >> I'd like to address some the current [action 1] build issues.  Now
> >> that we've simplified the directory structure (thanks Don!), I'd like
> >> to spend some time on our build process.
> >>
> >>
> >> Please comment on the following, if I don't hear back soon I'll go
> >> ahead and take care of these...
> >>
> >> 1. sample apps
> >>
> >> action/apps/blank
> >>   - I think we should remove the dependency on tiles, blank should
> >> not be an empty showcase for how to work with tiles.
> >
> >
> > Fine with me.
> >
> > 2. Dependency declarations are inconsistent.  For example, some Maven
> >> 1 targets end with...
> >>
> >> ...
> >> ...
> >> struts-tiles-1.3.1-SNAPSHOT.jar (try downloading from http://
> >> struts.apache.org/)
> >> struts-core-1.3.2-SNAPSHOT.jar (try downloading from http://
> >> struts.apache.org/)
> >> struts-extras-1.3.2-SNAPSHOT.jar (try downloading from http://
> >> struts.apache.org/download.cgi)
> >> struts-taglib-1.3.2-SNAPSHOT.jar (try downloading from http://
> >> struts.apache.org/download.cgi)
> >> ...
> >> ...
> >>
> >> So, is it 1.3.1 or 1.3.2?  Is it download.cgi or the root of the
> >> project site?
> >
> >
> > The project root seems less likely to move. ;-)
> >
> > And a few more questions:
> >> Q. We have a Maven 1 and Maven 2 build available, is this really
> >> necessary?  Why not just go with Maven 2?
> >
> >
> > If we have, or can get, our M2 build to at least the functionality of
> our M1
> > build, I'd be in favour of dumping the M1 build now.
> >
> > Q. I know there was apprehension about moving to Maven 2 a while back
> >> because of the lack of plugins compared to maven 1.  Is this still
> >> the case?
> >
> >
> > I'll trust Wendy on this one, since I haven't gone and compared what we
> have
> > in M1 to what's available in M2. The array of plugins available for M2
> is
> > mind-boggling, though.
> >
> > Q. How many other committers are committed to learning and perfecting
> >> our Maven 1 and/or 2 builds?
> >
> >
> > I have been spending a *lot* of time with M2 in my day job recently,
> > including writing some tricky custom Mojos, so I'm certainly up for
> helping
> > out with the M2 build. As for M1, now that I've got my head around M2,
> I'd
> > prefer not to try to keep two versions of Maven in my head. ;-)
> >
> > --
> > Martin Cooper
> >
> >
> > Q. What is the difference between these?
> >>   sandbox/tiles/tiles-documentation
> >>   sandbox/tiles-documentation
> >>
> >>
> >>
> >> I have more, but I'll fire this off for now...
> >>
> >>
> >> --
> >> James Mitchell
> >>
> >>
> >>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Craig McClanahan
On 4/6/06, Don Brown <[EMAIL PROTECTED]> wrote:
>
> With the new restructuring, we have three official Struts subprojects -
> Action, Shale, and Tiles.  Currently, Tiles
> depends on Action 1, and through Action 1's EL artifact, Action 1 depends
> on Tiles.
>
> I propose we remove this circular dependency and move the Tiles-dependent
> EL tags into Tiles itself.  The only other
> dependency I'm aware of is Struts Blank, which I also propose we remove
> its Tiles dep.


Wouldn't this make Tiles depend on the EL artifact, even if you didn't need
it?  Seems like the Tiles EL tags might really need to be their own artifact
that depends on Tiles and EL (as well as Action).

Don


Craig


Re: [action1] cleaning up the build

2006-04-06 Thread Don Brown

Ok, I'm working with Wendy to do the Maven 2 conversion.  Here is the plan we 
have decided on:

 1. All the jar artifacts (core, taglib, el, faces, scripting, extras) get 
their own directory and pom
 2. All the war artifacts, including the example apps from modules like faces and scripting, will be moved into the 
apps/ directory, which will be moved over to Maven 2 as well

 3. Therefore, the immediate goal for the wars is to have all of them reside in 
apps/, making building and testing easier
 4. The end goal for the example wars will be to allow each module to perhaps define its own sample Struts module, with 
a Maven plugin that collects all the samples into one war.  Cocoon does this with their blocks with good effect.  It 
makes it easy for users to see all the possibilities without having to deploy a bunch of wars.


As a result, we'll be doing some restructuring, particularly to Faces.  Please let us know soon if anyone has any 
objections.


Don

Martin Cooper wrote:

On 4/5/06, James Mitchell <[EMAIL PROTECTED]> wrote:


I'd like to address some the current [action 1] build issues.  Now
that we've simplified the directory structure (thanks Don!), I'd like
to spend some time on our build process.


Please comment on the following, if I don't hear back soon I'll go
ahead and take care of these...

1. sample apps

action/apps/blank
  - I think we should remove the dependency on tiles, blank should
not be an empty showcase for how to work with tiles.



Fine with me.

2. Dependency declarations are inconsistent.  For example, some Maven

1 targets end with...

...
...
struts-tiles-1.3.1-SNAPSHOT.jar (try downloading from http://
struts.apache.org/)
struts-core-1.3.2-SNAPSHOT.jar (try downloading from http://
struts.apache.org/)
struts-extras-1.3.2-SNAPSHOT.jar (try downloading from http://
struts.apache.org/download.cgi)
struts-taglib-1.3.2-SNAPSHOT.jar (try downloading from http://
struts.apache.org/download.cgi)
...
...

So, is it 1.3.1 or 1.3.2?  Is it download.cgi or the root of the
project site?



The project root seems less likely to move. ;-)

And a few more questions:

Q. We have a Maven 1 and Maven 2 build available, is this really
necessary?  Why not just go with Maven 2?



If we have, or can get, our M2 build to at least the functionality of our M1
build, I'd be in favour of dumping the M1 build now.

Q. I know there was apprehension about moving to Maven 2 a while back

because of the lack of plugins compared to maven 1.  Is this still
the case?



I'll trust Wendy on this one, since I haven't gone and compared what we have
in M1 to what's available in M2. The array of plugins available for M2 is
mind-boggling, though.

Q. How many other committers are committed to learning and perfecting

our Maven 1 and/or 2 builds?



I have been spending a *lot* of time with M2 in my day job recently,
including writing some tricky custom Mojos, so I'm certainly up for helping
out with the M2 build. As for M1, now that I've got my head around M2, I'd
prefer not to try to keep two versions of Maven in my head. ;-)

--
Martin Cooper


Q. What is the difference between these?

  sandbox/tiles/tiles-documentation
  sandbox/tiles-documentation



I have more, but I'll fire this off for now...


--
James Mitchell





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread James Mitchell

Definitely +1

--
James Mitchell




On Apr 6, 2006, at 3:52 PM, Don Brown wrote:

With the new restructuring, we have three official Struts  
subprojects - Action, Shale, and Tiles.  Currently, Tiles depends  
on Action 1, and through Action 1's EL artifact, Action 1 depends  
on Tiles.


I propose we remove this circular dependency and move the Tiles- 
dependent EL tags into Tiles itself.  The only other dependency I'm  
aware of is Struts Blank, which I also propose we remove its Tiles  
dep.


Don

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392055 - in /struts/action/trunk: core/pom.xml el/pom.xml extras/pom.xml taglib/pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 12:59:42 2006
New Revision: 392055

URL: http://svn.apache.org/viewcvs?rev=392055&view=rev
Log:
Synchronize the version number across Struts Action by removing  tags 
and using the ${pom.version} expression.
Correct the path to the build directory for license and notice files.

Modified:
struts/action/trunk/core/pom.xml
struts/action/trunk/el/pom.xml
struts/action/trunk/extras/pom.xml
struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=392055&r1=392054&r2=392055&view=diff
==
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Thu Apr  6 12:59:42 2006
@@ -44,7 +44,6 @@
 4.0.0
 struts-core
 jar
-1.3.2-SNAPSHOT
 Struts Action - Core
 http://struts.apache.org
 
@@ -90,7 +89,7 @@
 
 
 
-build
+../build
 
 LICENSE.txt
 NOTICE.txt

Modified: struts/action/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392055&r1=392054&r2=392055&view=diff
==
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Thu Apr  6 12:59:42 2006
@@ -43,7 +43,6 @@
4.0.0
struts-el
jar
-   1.3.1-SNAPSHOT
Struts Action - EL
http://struts.apache.org
 
@@ -61,7 +60,7 @@
 META-INF/tlds
  
  
-build
+../build
 
LICENSE.txt
NOTICE.txt
@@ -106,13 +105,13 @@
   
  org.apache.struts.action
  struts-core
- 1.3.2-SNAPSHOT
+ ${pom.version}
   
 
   
  org.apache.struts.action
  struts-taglib
- 1.3.1-SNAPSHOT
+ ${pom.version}
   
 
   

Modified: struts/action/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=392055&r1=392054&r2=392055&view=diff
==
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Thu Apr  6 12:59:42 2006
@@ -43,7 +43,6 @@
4.0.0
struts-extras
jar
-   1.3.1-SNAPSHOT
Struts Action - Extras
http://struts.apache.org
 
@@ -60,7 +59,7 @@
 
  
  
-build
+../build
 
LICENSE.txt
NOTICE.txt
@@ -91,7 +90,7 @@
   
  org.apache.struts.action
  struts-core
- 1.3.2-SNAPSHOT
+ ${pom.version}
   
 


Modified: struts/action/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392055&r1=392054&r2=392055&view=diff
==
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Thu Apr  6 12:59:42 2006
@@ -43,7 +43,6 @@
4.0.0
struts-taglib
jar
-   1.3.1-SNAPSHOT
Struts Action - Taglib
http://struts.apache.org
 
@@ -67,7 +66,7 @@
 META-INF/tlds
  
  
-build
+../build
 
LICENSE.txt
NOTICE.txt
@@ -105,7 +104,7 @@
   
  org.apache.struts.action
  struts-core
- 1.3.2-SNAPSHOT
+ ${pom.version}
   
 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39230] New: - Shale should be able to resolve parameters in navigation rules

2006-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39230

   Summary: Shale should be able to resolve parameters in navigation
rules
   Product: Struts
   Version: Unknown
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Shale
AssignedTo: dev@struts.apache.org
ReportedBy: [EMAIL PROTECTED]


Given a navigation rule:

  /someview.xml
   
marathonside

/anotherview.xml?arrid=#{pages$mybean.arrid}

  


Shale should be able to resolve the parameter #{pages$mybean.arrid} so that when
the new page gets rendered, it can query for the requestparamter.

This would greatly enhance Shale and ease parameter exchange between pages i.e
backingbeans.

Hermod

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Proposal] Remove Tiles dependency in Action 1

2006-04-06 Thread Don Brown
With the new restructuring, we have three official Struts subprojects - Action, Shale, and Tiles.  Currently, Tiles 
depends on Action 1, and through Action 1's EL artifact, Action 1 depends on Tiles.


I propose we remove this circular dependency and move the Tiles-dependent EL tags into Tiles itself.  The only other 
dependency I'm aware of is Struts Blank, which I also propose we remove its Tiles dep.


Don

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392051 [3/3] - in /struts/sandbox/trunk/mailreader-course/action2: ./ lab-1-3/src/java/ lab-1-3/src/test/ lab-1-3/src/webapp/pages/ lab-2-1/src/java/ lab-2-1/src/test/ lab-2-1/src/webapp/

2006-04-06 Thread husted
Propchange: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/WebTest.dtd
--
svn:eol-style = native

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/config.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/config.xml?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/config.xml
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/config.xml
 Thu Apr  6 12:42:22 2006
@@ -0,0 +1,6 @@
+
+

Propchange: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/config.xml
--
svn:eol-style = native

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-open.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-open.xml?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-open.xml
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-open.xml
 Thu Apr  6 12:42:22 2006
@@ -0,0 +1,5 @@
+&welcome-open;
+
+®ister-page;

Propchange: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-open.xml
--
svn:eol-style = native

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-page.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-page.xml?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-page.xml
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-page.xml
 Thu Apr  6 12:42:22 2006
@@ -0,0 +1,3 @@
+

Propchange: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-page.xml
--
svn:eol-style = native

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-trillian.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-trillian.xml?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-trillian.xml
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-trillian.xml
 Thu Apr  6 12:42:22 2006
@@ -0,0 +1,21 @@
+
+
+
+
+
+&save-click;
\ No newline at end of file

Propchange: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-trillian.xml
--
svn:eol-style = native

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/save-click.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/save-click.xml?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/save-click.xml
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/save-click.xml
 Thu Apr  6 12:42:22 2006
@@ -0,0 +1,3 @@
+

Propchange: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/save-click.xml
--
svn:eol-style = native

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/taskdef.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/taskdef.xml?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/taskdef.xml
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/taskdef.xml
 Thu Ap

svn commit: r392051 [1/3] - in /struts/sandbox/trunk/mailreader-course/action2: ./ lab-1-3/src/java/ lab-1-3/src/test/ lab-1-3/src/webapp/pages/ lab-2-1/src/java/ lab-2-1/src/test/ lab-2-1/src/webapp/

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 12:42:22 2006
New Revision: 392051

URL: http://svn.apache.org/viewcvs?rev=392051&view=rev
Log:
MailReader Course
* Add lab 2-2
* Add missing files from other labs. 


Added:

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/Register.java   
(with props)

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/database.xml   
(with props)

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/test/RegisterTest.java
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/webapp/pages/Register.jsp
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/MailReaderSupport.java
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/Register-validation.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/Register.java   
(with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/java/database.xml   
(with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/test/RegisterTest.java
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-1/src/webapp/pages/Register.jsp
   (with props)
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/
  - copied from r392023, 
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/lab-2-2.iml

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/MailReaderSupport.java
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/Register-validation.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/Register.java   
(with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/database.xml   
(with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/test/RegisterTest.java
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/WebTest.dtd
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/config.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-open.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-page.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/register-trillian.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/save-click.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/taskdef.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/entities/welcome-open.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/WEB-INF/webtest.xml
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Menu.jsp
   (with props)

struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/webapp/pages/Register.jsp
   (with props)
Removed:
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/lab-2-1.iml
Modified:
struts/sandbox/trunk/mailreader-course/action2/lab-2-2/src/java/xwork.xml
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr

Added: 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java?rev=392051&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/MailReaderSupport.java
 Thu Apr  6 12:42:22 2006
@@ -0,0 +1,139 @@
+import com.opensymphony.util.BeanUtils;
+import com.opensymphony.webwork.interceptor.ApplicationAware;
+import com.opensymphony.xwork.ActionSupport;
+import org.apache.struts.apps.mailreader.dao.ExpiredPasswordException;
+import org.apache.struts.apps.mailreader.dao.User;
+import org.apache.struts.apps.mailreader.dao.UserDatabase;
+
+import java.util.Map;
+
+public class MailReaderSupport extends ActionSupport implements 
ApplicationAware {
+
+//  Register form properties 
+
+private String username = null;
+
+public String getUsername() {
+return username;
+}
+
+public void setUsername(String value) {
+username = value;
+}
+
+private String password = null;
+
+public String getPassword() 

svn commit: r392050 - /struts/scripting/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 12:41:41 2006
New Revision: 392050

URL: http://svn.apache.org/viewcvs?rev=392050&view=rev
Log:
Removing scripting subproject

Removed:
struts/scripting/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392049 - in /struts: action/tags/scripting/ action/trunk/scripting/ action/trunk/scripting/src/ action/trunk/scripting/xdocs/ scripting/tags/ scripting/trunk/

2006-04-06 Thread mrdon
Author: mrdon
Date: Thu Apr  6 12:40:12 2006
New Revision: 392049

URL: http://svn.apache.org/viewcvs?rev=392049&view=rev
Log:
Moving scripting to action 1, adding a maven 2 build

Added:
struts/action/tags/scripting/
  - copied from r392028, struts/scripting/tags/
struts/action/trunk/scripting/
  - copied from r392028, struts/scripting/trunk/
struts/action/trunk/scripting/pom.xml
struts/action/trunk/scripting/src/
  - copied from r392045, struts/scripting/trunk/src/
struts/action/trunk/scripting/xdocs/
  - copied from r392045, struts/scripting/trunk/xdocs/
Removed:
struts/action/trunk/scripting/LICENSE.CheckStyle
struts/action/trunk/scripting/LICENSE.txt
struts/action/trunk/scripting/NOTICE.txt
struts/action/trunk/scripting/maven.xml
struts/action/trunk/scripting/project.properties
struts/action/trunk/scripting/project.xml
struts/action/trunk/scripting/struts_checks.xml
struts/scripting/tags/
struts/scripting/trunk/

Added: struts/action/trunk/scripting/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=392049&view=auto
==
--- struts/action/trunk/scripting/pom.xml (added)
+++ struts/action/trunk/scripting/pom.xml Thu Apr  6 12:40:12 2006
@@ -0,0 +1,133 @@
+
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+   
+  org.apache.struts.action
+  struts-build
+  1.3.2-SNAPSHOT
+   
+
+   4.0.0
+   struts-scripting
+   jar
+   Struts Action - Scripting
+   http://struts.apache.org
+
+   
+
+  src/java
+  src/test
+
+  
+ 
+src/java
+
+   **/*.properties
+
+ 
+ 
+src/tld
+
+   **/*.tld
+
+META-INF/tlds
+ 
+ 
+build
+
+   LICENSE.txt
+   NOTICE.txt
+
+ 
+  
+
+  
+ 
+src/test
+
+   **/*.java
+
+ 
+  
+
+   
+
+   
+
+  
+ junit
+ junit
+ 3.8.1
+ test
+  
+
+  
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+  
+
+  
+ org.apache.struts.action
+ struts-core
+ 1.3.2-SNAPSHOT
+  
+
+  
+ bsf
+ bsf
+ 2.3.0
+  
+
+ 
+   
+
+   
+
+



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392029 - in /struts/action/trunk: assembly/pom.xml build/pom.xml core/pom.xml el/pom.xml extras/pom.xml pom.xml taglib/pom.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 11:43:24 2006
New Revision: 392029

URL: http://svn.apache.org/viewcvs?rev=392029&view=rev
Log:
Moved the Struts Action parent pom to the top level in struts/action/trunk.
Added a  so that 'mvn' is equivalent to 'mvn install'.

Added:
struts/action/trunk/pom.xml
  - copied, changed from r391907, struts/action/trunk/build/pom.xml
Removed:
struts/action/trunk/build/pom.xml
Modified:
struts/action/trunk/assembly/pom.xml
struts/action/trunk/core/pom.xml
struts/action/trunk/el/pom.xml
struts/action/trunk/extras/pom.xml
struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392029&r1=392028&r2=392029&view=diff
==
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Thu Apr  6 11:43:24 2006
@@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * $Id:$
+ * $Id$
  */
 -->
 
@@ -36,7 +36,7 @@
   4.0.0
   struts-action-assembly
   pom
-  Struts Action Assembly
+  Struts Action - Assembly
   
Struts Action Assembly
   
@@ -45,7 +45,6 @@
 org.apache.struts.action
 struts-build
 1.3.2-SNAPSHOT
-../build/pom.xml
   
 
   

Modified: struts/action/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=392029&r1=392028&r2=392029&view=diff
==
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Thu Apr  6 11:43:24 2006
@@ -39,7 +39,6 @@
 org.apache.struts.action
 struts-build
 1.3.2-SNAPSHOT
-../build/pom.xml
 
 
 4.0.0

Modified: struts/action/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392029&r1=392028&r2=392029&view=diff
==
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Thu Apr  6 11:43:24 2006
@@ -38,14 +38,13 @@
   org.apache.struts.action
   struts-build
   1.3.2-SNAPSHOT
-  ../build/pom.xml

 
4.0.0
struts-el
jar
1.3.1-SNAPSHOT
-   Struts EL
+   Struts Action - EL
http://struts.apache.org
 


Modified: struts/action/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=392029&r1=392028&r2=392029&view=diff
==
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Thu Apr  6 11:43:24 2006
@@ -38,14 +38,13 @@
   org.apache.struts.action
   struts-build
   1.3.2-SNAPSHOT
-  ../build/pom.xml


4.0.0
struts-extras
jar
1.3.1-SNAPSHOT
-   Struts Extras
+   Struts Action - Extras
http://struts.apache.org
 


Copied: struts/action/trunk/pom.xml (from r391907, 
struts/action/trunk/build/pom.xml)
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?p2=struts/action/trunk/pom.xml&p1=struts/action/trunk/build/pom.xml&r1=391907&r2=392029&rev=392029&view=diff
==
--- struts/action/trunk/build/pom.xml (original)
+++ struts/action/trunk/pom.xml Thu Apr  6 11:43:24 2006
@@ -40,7 +40,7 @@
 struts-build
 1.3.2-SNAPSHOT
 pom
-Apache Struts
+Struts Action
 http://struts.apache.org
 
 2000
@@ -269,11 +269,11 @@
 
 
 
-../core
-../el
-../extras
-../taglib
-
+core
+el
+extras
+taglib
+
 
 
 
@@ -303,6 +303,9 @@
 
 
 
+
+install
+
 
 
 

Modified: struts/action/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392029&r1=392028&r2=392029&view=diff
==
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Thu Apr  6 11:43:24 2006
@@ -38,14 +38,13 @@
   org.apache.struts.action
   struts-build
   1.3.2-SNAPSHOT
-  ../build/pom.xml

 
4.0.0
struts-taglib
jar
1.3.1-SNAPSHOT
-   Struts Taglib
+   Struts Action - Taglib
http://struts.apache.org
 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392023 - in /struts/sandbox/trunk/mailreader-course/action2: lab-2-1/ lab-2-1/lab-1-3.iml lab-2-1/lab-2-1.iml mailreader-course-action2.ipr

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 11:11:34 2006
New Revision: 392023

URL: http://svn.apache.org/viewcvs?rev=392023&view=rev
Log:
MailReader Course
* Add lab 2-1

Added:
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/
  - copied from r392013, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/lab-2-1.iml
Removed:
struts/sandbox/trunk/mailreader-course/action2/lab-2-1/lab-1-3.iml
Modified:
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr

Added: struts/sandbox/trunk/mailreader-course/action2/lab-2-1/lab-2-1.iml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-2-1/lab-2-1.iml?rev=392023&view=auto
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-2-1/lab-2-1.iml (added)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-2-1/lab-2-1.iml Thu Apr  
6 11:11:34 2006
@@ -0,0 +1,264 @@
+
+
+  
+  
+
+
+
+
+
+  
+  
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+  
+
+
+
+
+
+
+
+  
+  
+
+  
+  
+  jar://$APPLICATION_HOME_DIR$/lib/junit.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/commons-collections-3.1.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/commons-digester-1.6.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/commons-logging-1.0.4.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/freemarker.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/ognl.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/oscore.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/rife-continuations.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-beans.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-context.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-core.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-web.jar!/
+
+
+  
+  
+  
jar://$MODULE_DIR$/../../lib/struts-mailreader-dao-1.3.0-dev.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/struts-taglib-1.3.0.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/webwork-2.2.2.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/xwork-1.1.2.jar!/
+
+
+
+
+  
+  
+  
+
+  
+  
+
+  
+
+

Modified: 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr?rev=392023&r1=392022&r2=392023&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr 
(original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr 
Thu Apr  6 11:11:34 2006
@@ -182,6 +182,7 @@
   
   
   
+  
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r392013 - in /struts/sandbox/trunk/mailreader-course/action2: ./ lab-1-3/ lab-1-3/src/java/ lab-1-3/src/test/ lab-1-3/src/webapp/WEB-INF/ lab-1-3/src/webapp/pages/

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 09:59:39 2006
New Revision: 392013

URL: http://svn.apache.org/viewcvs?rev=392013&view=rev
Log:
MailReader Course
* Add lab 1-3

Added:
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/
  - copied from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/lab-1-3.iml

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/DatabaseListener.java
  - copied, changed from r391975, 
struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java
Removed:
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/lab-1-2-src.iml
Modified:
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/xwork.xml

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/test/RetainTest.java

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/webapp/WEB-INF/web.xml

struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/webapp/pages/Welcome.jsp
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr

Added: struts/sandbox/trunk/mailreader-course/action2/lab-1-3/lab-1-3.iml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-3/lab-1-3.iml?rev=392013&view=auto
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-3/lab-1-3.iml (added)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-3/lab-1-3.iml Thu Apr  
6 09:59:39 2006
@@ -0,0 +1,264 @@
+
+
+  
+  
+
+
+
+
+
+  
+  
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+
+  
+  
+
+
+
+
+
+
+
+  
+  
+
+  
+  
+  jar://$APPLICATION_HOME_DIR$/lib/junit.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/commons-collections-3.1.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/commons-digester-1.6.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/commons-logging-1.0.4.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/freemarker.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/ognl.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/oscore.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/rife-continuations.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-beans.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-context.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-core.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/spring-web.jar!/
+
+
+  
+  
+  
jar://$MODULE_DIR$/../../lib/struts-mailreader-dao-1.3.0-dev.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/struts-taglib-1.3.0.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/webwork-2.2.2.jar!/
+
+
+  
+  
+  jar://$MODULE_DIR$/../../lib/xwork-1.1.2.jar!/
+
+
+
+
+  
+  
+  
+
+  
+  
+
+  
+
+

Copied: 
struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/DatabaseListener.java
 (from r391975, 
struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java)
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/DatabaseListener.java?p2=struts/sandbox/trunk/mailreader-course/action2/lab-1-3/src/java/DatabaseListener.java&p1=struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java&r1=391975&r2=392013&rev=392013&v

Re: [action1] cleaning up the build

2006-04-06 Thread Martin Cooper
On 4/5/06, James Mitchell <[EMAIL PROTECTED]> wrote:
>
>
> I'd like to address some the current [action 1] build issues.  Now
> that we've simplified the directory structure (thanks Don!), I'd like
> to spend some time on our build process.
>
>
> Please comment on the following, if I don't hear back soon I'll go
> ahead and take care of these...
>
> 1. sample apps
>
> action/apps/blank
>   - I think we should remove the dependency on tiles, blank should
> not be an empty showcase for how to work with tiles.


Fine with me.

2. Dependency declarations are inconsistent.  For example, some Maven
> 1 targets end with...
>
> ...
> ...
> struts-tiles-1.3.1-SNAPSHOT.jar (try downloading from http://
> struts.apache.org/)
> struts-core-1.3.2-SNAPSHOT.jar (try downloading from http://
> struts.apache.org/)
> struts-extras-1.3.2-SNAPSHOT.jar (try downloading from http://
> struts.apache.org/download.cgi)
> struts-taglib-1.3.2-SNAPSHOT.jar (try downloading from http://
> struts.apache.org/download.cgi)
> ...
> ...
>
> So, is it 1.3.1 or 1.3.2?  Is it download.cgi or the root of the
> project site?


The project root seems less likely to move. ;-)

And a few more questions:
> Q. We have a Maven 1 and Maven 2 build available, is this really
> necessary?  Why not just go with Maven 2?


If we have, or can get, our M2 build to at least the functionality of our M1
build, I'd be in favour of dumping the M1 build now.

Q. I know there was apprehension about moving to Maven 2 a while back
> because of the lack of plugins compared to maven 1.  Is this still
> the case?


I'll trust Wendy on this one, since I haven't gone and compared what we have
in M1 to what's available in M2. The array of plugins available for M2 is
mind-boggling, though.

Q. How many other committers are committed to learning and perfecting
> our Maven 1 and/or 2 builds?


I have been spending a *lot* of time with M2 in my day job recently,
including writing some tricky custom Mojos, so I'm certainly up for helping
out with the M2 build. As for M1, now that I've got my head around M2, I'd
prefer not to try to keep two versions of Maven in my head. ;-)

--
Martin Cooper


Q. What is the difference between these?
>   sandbox/tiles/tiles-documentation
>   sandbox/tiles-documentation
>
>
>
> I have more, but I'll fire this off for now...
>
>
> --
> James Mitchell
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [Action2] Replacing the OpenSymphony copyright

2006-04-06 Thread Don Brown
I thought about that, however, I couldn't just blanket replace headers, as different files had different copyrights, and 
only the OpenSymphony ones could I remove.  For example, we have several from ePlus, Pico container, then a few with 
"Your corporation" :)


Don

Rob Leland wrote:

Don Brown wrote:

Don, you do know that there are automated tools in the Apache 
'commiters' repository to replace copyrights ?
I used 2 different version one in Java and one in Jython. While it's 
been about 2 years since I looked it's

probably still there.

-Rob




  While I don't

mind doing the grunt work, I had a question: is there a "policy" on the
use of the $Id line as the first line in the
license?  Does it require any subversion configuration for it to be
replaced properly?

TIA,

Don

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [action1] cleaning up the build

2006-04-06 Thread Don Brown

James Mitchell wrote:


I'd like to address some the current [action 1] build issues.  Now  
that we've simplified the directory structure (thanks Don!), I'd like  
to spend some time on our build process.



Please comment on the following, if I don't hear back soon I'll go  
ahead and take care of these...


1. sample apps

action/apps/blank
 - I think we should remove the dependency on tiles, blank should  not 
be an empty showcase for how to work with tiles.

+1


2. Dependency declarations are inconsistent.  For example, some Maven  
1 targets end with...


...
...
struts-tiles-1.3.1-SNAPSHOT.jar (try downloading from http:// 
struts.apache.org/)
struts-core-1.3.2-SNAPSHOT.jar (try downloading from http:// 
struts.apache.org/)
struts-extras-1.3.2-SNAPSHOT.jar (try downloading from http:// 
struts.apache.org/download.cgi)
struts-taglib-1.3.2-SNAPSHOT.jar (try downloading from http:// 
struts.apache.org/download.cgi)

...
...

So, is it 1.3.1 or 1.3.2?  Is it download.cgi or the root of the  
project site?

1.3.2 for struts action 1.  I'd say the project root for the download site.

And a few more questions:
Q. We have a Maven 1 and Maven 2 build available, is this really  
necessary?  Why not just go with Maven 2?
If Maven 2 can be made to work by Friday, I'm fine with Maven 2.  The 
bottom line is I want to get out a test build this weekend, having put 
this reorg and build stuff behind us.
Q. I know there was apprehension about moving to Maven 2 a while back  
because of the lack of plugins compared to maven 1.  Is this still  
the case?
Honestly, I don't care as long as it works and does everything the 
current build does for us now.
Q. How many other committers are committed to learning and perfecting  
our Maven 1 and/or 2 builds?
I'll help in any way I can with either build; I just want to get it all 
working ASAP.



Q. What is the difference between these?
 sandbox/tiles/tiles-documentation
 sandbox/tiles-documentation
No idea, but I'd vote for getting rid of any tiles in the sandbox.  If a 
new version of tiles is in the works, make a branch off the tiles 
project.  That's what branches are for.


Thanks for jumping in!

Don




I have more, but I'll fire this off for now...


--
James Mitchell





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [action1] cleaning up the build

2006-04-06 Thread Wendy Smoak
On 4/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 4/5/06, James Mitchell <[EMAIL PROTECTED]> wrote:
>
> > So, is it 1.3.1 or 1.3.2?
>
> The versions are correct.  Struts Tiles has a separate build and is at
> 1.3.1-SNAPSHOT, having had a 1.3.0 test build.  The Struts Action jars
> (core, el, extras, taglib...) will be versioned together and should be
> at 1.3.2-SNAPSHOT.  (There was a 1.3.1 test build for struts-action,
> so that number has been used.)

Minor correction.  If Struts Action is going to depend on Struts
Tiles, it should be struts-tiles 1.3.0, not a snapshot.  I fixed the
dependency in struts-blank, though I see you suggested removing it
entirely.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39225] - In case of multilingual content the content type is not taken into account

2006-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39225


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|major   |enhancement




--- Additional Comments From [EMAIL PROTECTED]  2006-04-06 15:53 ---
The servlet spec is still indeterminate about how the servlet container is
supposed to recognize the character encoding of post requests.  Thus, I don't
consider this a "major" Struts bug and have changed the severity to enhancement
instead.

The generally accepted way to control this is to install a Servlet Filter.  It's
critical to set this value before any values are read from the request, so a
filter is the best way to ensure that it happens "as early as possible."  I'm
leaving this ticket open instead of marking "wontfix" because a while back I
wondered why we don't just put one of these in the Struts distro.  Sure, it's
not really core to Struts, but why make everyone write their own?  Any opinions
on that?  

(Now that I think about it, I suppose it's because Struts 1.2 has a minimum
Servlet spec of 2.2, but for Struts 1.3 where we've moved up to Servlet 2.3,
there's no technical reason we couldn't include this.)

in the meantime, this use case (setting the request encoding) is one of the
standard examples of how to write Filters, so some searching should readily turn
up an example you could use. 

If you're still stuck on Servlet 2.2 (is anyone?) then the best solution would
probably be to extend RequestProcessor or use struts-chain with a custom command
that does about the same.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391996 - /struts/action/trunk/apps/blank/project.xml

2006-04-06 Thread wsmoak
Author: wsmoak
Date: Thu Apr  6 07:39:46 2006
New Revision: 391996

URL: http://svn.apache.org/viewcvs?rev=391996&view=rev
Log:
Struts Action should depend on a fixed version of Struts Tiles.
Changed dependency to struts-tiles 1.3.0 which has been deployed to the 
cvs.apache.org Maven repos.

Modified:
struts/action/trunk/apps/blank/project.xml

Modified: struts/action/trunk/apps/blank/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/project.xml?rev=391996&r1=391995&r2=391996&view=diff
==
--- struts/action/trunk/apps/blank/project.xml (original)
+++ struts/action/trunk/apps/blank/project.xml Thu Apr  6 07:39:46 2006
@@ -13,7 +13,7 @@

  org.apache.struts.tiles
  struts-tiles
- 1.3.1-SNAPSHOT
+ 1.3.0
  
true
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391993 - in /struts/sandbox/trunk/mailreader-course/action2: lab-1-0/lab-1-0-src.iml lab-1-0/lab-1-0.iml lab-1-1/lab-1-1-src.iml lab-1-1/lab-1-1.iml lab-1-2/lab-1-2-src.iml lab-1-2/lab-1-

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 07:16:22 2006
New Revision: 391993

URL: http://svn.apache.org/viewcvs?rev=391993&view=rev
Log:
mailreader app
* Shorten folder names for the labs
** The source code is a completed version of each lab. 
** Lab 0 is the "boostrap" lab 
** After that, each lab builds on the preceding lab, so that the starting point 
for lab 1-2 is the completed lab 1-1. 
** Some labs include "hint code" taken from the solution, to help people get 
started. 

Added:
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml
  - copied, changed from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml
struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1.iml
  - copied, changed from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2.iml
  - copied, changed from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml
Removed:
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml
struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml
Modified:
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr

Copied: struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml 
(from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml)
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml?p2=struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml&p1=struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml&r1=391989&r2=391993&rev=391993&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0.iml Thu Apr  
6 07:16:22 2006
@@ -4,7 +4,7 @@
   
 
 
-
+
 
 
   
@@ -160,7 +160,7 @@
 
   
   
-
+
 
 
 

Copied: struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1.iml 
(from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml)
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1.iml?p2=struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1.iml&p1=struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml&r1=391989&r2=391993&rev=391993&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1.iml Thu Apr  
6 07:16:22 2006
@@ -4,7 +4,7 @@
   
 
 
-
+
 
 
   
@@ -160,7 +160,7 @@
 
   
   
-
+
 
 
 

Copied: struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2.iml 
(from r391989, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml)
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2.iml?p2=struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2.iml&p1=struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml&r1=391989&r2=391993&rev=391993&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2.iml Thu Apr  
6 07:16:22 2006
@@ -4,7 +4,7 @@
   
 
 
-
+
 
 
   
@@ -160,7 +160,7 @@
 
   
   
-
+
 
 
 

Modified: 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr?rev=391993&r1=391992&r2=391993&view=diff
==
--- 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr 
(original)
+++ 
struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr 
Thu Apr  6 07:16:22 2006
@@ -178,9 +178,9 @@
   
   
 
-  
-  
-  
+  
+  
+  
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391992 - in /incubator/webwork2/webapps/showcase/src/webapp: ./ WEB-INF/classes/ WEB-INF/decorators/

2006-04-06 Thread tmjee
Author: tmjee
Date: Thu Apr  6 07:14:22 2006
New Revision: 391992

URL: http://svn.apache.org/viewcvs?rev=391992&view=rev
Log:
renamed webwork related stuff to struts 


Modified:

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-actionchaining.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-ajax.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-continuations.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-filedownload.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-fileupload.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-model-driven.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-person.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-tags-non-ui.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-tags-ui.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-token.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-validation.xml

incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-wait.xml
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/decorators/main.jsp
incubator/webwork2/webapps/showcase/src/webapp/date.jsp
incubator/webwork2/webapps/showcase/src/webapp/help.jsp
incubator/webwork2/webapps/showcase/src/webapp/showcase.jsp

Modified: 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-actionchaining.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-actionchaining.xml?rev=391992&r1=391991&r2=391992&view=diff
==
--- 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-actionchaining.xml
 (original)
+++ 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-actionchaining.xml
 Thu Apr  6 07:14:22 2006
@@ -5,9 +5,9 @@
"http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";>

 
-   
+   

-   
+   

actionChain2  


Modified: 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-ajax.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-ajax.xml?rev=391992&r1=391991&r2=391992&view=diff
==
--- 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-ajax.xml 
(original)
+++ 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-ajax.xml 
Thu Apr  6 07:14:22 2006
@@ -1,9 +1,9 @@
 http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";>
 
 
-
+
 
-
+
 
 /ajax/AjaxResult.jsp
 

Modified: 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-continuations.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-continuations.xml?rev=391992&r1=391991&r2=391992&view=diff
==
--- 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-continuations.xml
 (original)
+++ 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-continuations.xml
 Thu Apr  6 07:14:22 2006
@@ -1,8 +1,8 @@
 http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";>
 
-
+
 
-
+
 
 guess.ftl
 

Modified: 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-filedownload.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-filedownload.xml?rev=391992&r1=391991&r2=391992&view=diff
==
--- 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-filedownload.xml
 (original)
+++ 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-filedownload.xml
 Thu Apr  6 07:14:22 2006
@@ -5,9 +5,9 @@
"http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";>
 
 
-   
+   
 
-   
+   
 
 
 

Modified: 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-fileupload.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-fileupload.xml?rev=391992&r1=391991&r2=391992&view=diff
==
--- 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-fileupload.xml
 (original)
+++ 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork-fileupload.xml
 Thu Apr  6 07:14:22 2006
@@ -5,9 +5,9 @@
"http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";>
 

DO NOT REPLY [Bug 39225] New: - In case of multilingual content the content type is not taken into account

2006-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39225

   Summary: In case of multilingual content the content type is not
taken into account
   Product: Struts
   Version: 1.2.9
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P2
 Component: Action
AssignedTo: dev@struts.apache.org
ReportedBy: [EMAIL PROTECTED]


When we are developing multilingual websites, even though we set the content-
type to UTF-8 using the jsp page directive, the encoding defaults to Latin-1.

The workaround is to set the encoding to UTF-8 in the ActionForm.reset method 
using the 

CODE:
request.setCharacterEncoding("UTF-8"); method

Is there a config parameter to force the struts framework to use the content-
type supplied by the JSP page.

Kind regards,
Cliff

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391989 - in /struts/sandbox/trunk/mailreader-course/action2: lab-1-0-src/ lab-1-0/ lab-1-0/lab-1-0-src.iml lab-1-1-src/ lab-1-1/ lab-1-1/lab-1-1-src.iml lab-1-2-src/ lab-1-2/ lab-1-2/lab-

2006-04-06 Thread husted
Author: husted
Date: Thu Apr  6 07:06:15 2006
New Revision: 391989

URL: http://svn.apache.org/viewcvs?rev=391989&view=rev
Log:
mailreader app
* Shorten folder names for the labs

Added:
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/
  - copied from r391975, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-0-src/
struts/sandbox/trunk/mailreader-course/action2/lab-1-1/
  - copied from r391975, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-1-src/
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/
  - copied from r391975, 
struts/sandbox/trunk/mailreader-course/action2/lab-1-2-src/
Removed:
struts/sandbox/trunk/mailreader-course/action2/lab-1-0-src/
struts/sandbox/trunk/mailreader-course/action2/lab-1-1-src/
struts/sandbox/trunk/mailreader-course/action2/lab-1-2-src/
Modified:
struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml
struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml
struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml

Modified: struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml?rev=391989&r1=391975&r2=391989&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-0/lab-1-0-src.iml Thu 
Apr  6 07:06:15 2006
@@ -253,6 +253,8 @@
 
 
   
+  
+  
 
   
   

Modified: struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml?rev=391989&r1=391975&r2=391989&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-1/lab-1-1-src.iml Thu 
Apr  6 07:06:15 2006
@@ -253,6 +253,8 @@
 
 
   
+  
+  
 
   
   

Modified: struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml?rev=391989&r1=391975&r2=391989&view=diff
==
--- struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml 
(original)
+++ struts/sandbox/trunk/mailreader-course/action2/lab-1-2/lab-1-2-src.iml Thu 
Apr  6 07:06:15 2006
@@ -253,6 +253,8 @@
 
 
   
+  
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391982 - /incubator/webwork2/webapps/portlet/src/java/xwork.xml

2006-04-06 Thread tmjee
Author: tmjee
Date: Thu Apr  6 06:33:38 2006
New Revision: 391982

URL: http://svn.apache.org/viewcvs?rev=391982&view=rev
Log:
renamed webwork to struts


Modified:
incubator/webwork2/webapps/portlet/src/java/xwork.xml

Modified: incubator/webwork2/webapps/portlet/src/java/xwork.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/portlet/src/java/xwork.xml?rev=391982&r1=391981&r2=391982&view=diff
==
--- incubator/webwork2/webapps/portlet/src/java/xwork.xml (original)
+++ incubator/webwork2/webapps/portlet/src/java/xwork.xml Thu Apr  6 06:33:38 
2006
@@ -7,9 +7,9 @@
All rights reserved.
 -->
 
-   
+   
 
-   




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391981 - /incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml

2006-04-06 Thread tmjee
Author: tmjee
Date: Thu Apr  6 06:32:54 2006
New Revision: 391981

URL: http://svn.apache.org/viewcvs?rev=391981&view=rev
Log:
renamed webwork-default to struts-default


Modified:

incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml

Modified: 
incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml?rev=391981&r1=391980&r2=391981&view=diff
==
--- 
incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml 
(original)
+++ 
incubator/webwork2/webapps/shopping-cart/src/webapp/WEB-INF/classes/xwork.xml 
Thu Apr  6 06:32:54 2006
@@ -1,10 +1,10 @@
 http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";>
 
 
-
+
 
 
-
+
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r391980 - /incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml

2006-04-06 Thread tmjee
Author: tmjee
Date: Thu Apr  6 06:31:39 2006
New Revision: 391980

URL: http://svn.apache.org/viewcvs?rev=391980&view=rev
Log:
changed webwork-default.xml and webwork-default to struts-default.xml 
and struts-default respectively (correspond to the package renaming done
lately)



Modified:
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml

Modified: 
incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml?rev=391980&r1=391979&r2=391980&view=diff
==
--- incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml 
(original)
+++ incubator/webwork2/webapps/showcase/src/webapp/WEB-INF/classes/xwork.xml 
Thu Apr  6 06:31:39 2006
@@ -4,7 +4,7 @@
 
 
 
-
+
 
 
 
@@ -30,7 +30,7 @@
 
 
 
-
+
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [action1] cleaning up the build

2006-04-06 Thread Wendy Smoak
On 4/5/06, James Mitchell <[EMAIL PROTECTED]> wrote:

> So, is it 1.3.1 or 1.3.2?

The versions are correct.  Struts Tiles has a separate build and is at
1.3.1-SNAPSHOT, having had a 1.3.0 test build.  The Struts Action jars
(core, el, extras, taglib...) will be versioned together and should be
at 1.3.2-SNAPSHOT.  (There was a 1.3.1 test build for struts-action,
so that number has been used.)

> Q. I know there was apprehension about moving to Maven 2 a while back
> because of the lack of plugins compared to maven 1.  Is this still
> the case?

While I haven't tried to build the entire Struts Action project with
m2, (yet!) I have been watching MyFaces' Maven build.  I think that
project is similar enough (taglibs, webapps, etc.,) that if they're
okay with m2, we should be too.

As a bonus, we can borrow from the MyFaces build... which I did. :) 
Take a look at action/assembly and feel free to make changes.  I just
took the myfaces-core assembly and removed things until it started
working.  (Be sure to build struts-core again before trying the
assembly.)

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]