svn commit: r410032 - in /struts/action/branches/STRUTS_1_2_BRANCH/src/test/org/apache/struts/config: TestModuleConfig.java struts-config-1.1.xml

2006-05-28 Thread niallp
Author: niallp Date: Sun May 28 23:51:32 2006 New Revision: 410032 URL: http://svn.apache.org/viewvc?rev=410032&view=rev Log: Port fix for STR-2877 to 1.2.x branch - TestModuleConfig fails when run offline Modified: struts/action/branches/STRUTS_1_2_BRANCH/src/test/org/apache/struts/config/T

svn commit: r410029 - in /struts/action/trunk/core/src/test/java/org/apache/struts/config: TestModuleConfig.java struts-config-1.1.xml

2006-05-28 Thread niallp
Author: niallp Date: Sun May 28 23:46:04 2006 New Revision: 410029 URL: http://svn.apache.org/viewvc?rev=410029&view=rev Log: Fix for STR-2877 - TestModuleConfig fails when run offline Modified: struts/action/trunk/core/src/test/java/org/apache/struts/config/TestModuleConfig.java struts

svn commit: r410010 - in /struts/action2/trunk/apps: blank/pom.xml pom.xml shopping-cart/pom.xml showcase/pom.xml starter/pom.xml

2006-05-28 Thread wsmoak
Author: wsmoak Date: Sun May 28 18:21:19 2006 New Revision: 410010 URL: http://svn.apache.org/viewvc?rev=410010&view=rev Log: Restore the section in apps/pom.xml. All of the example apps require both struts-core and Spring. Modified: struts/action2/trunk/apps/blank/pom.xml struts/actio

svn commit: r410003 - in /struts/action2/trunk/apps: pom.xml shopping-cart/pom.xml showcase/pom.xml

2006-05-28 Thread wsmoak
Author: wsmoak Date: Sun May 28 16:19:54 2006 New Revision: 410003 URL: http://svn.apache.org/viewvc?rev=410003&view=rev Log: Move struts-core out of because it is required by all example apps. Modified: struts/action2/trunk/apps/pom.xml struts/action2/trunk/apps/shopping-cart/pom.xml

svn commit: r410002 - in /struts/action2/trunk: apps/showcase/src/main/webapp/WEB-INF/classes/xwork-jsf.xml core/src/main/resources/struts-default.xml core/src/main/resources/struts-jsf.xml

2006-05-28 Thread jcarreira
Author: jcarreira Date: Sun May 28 15:59:31 2006 New Revision: 410002 URL: http://svn.apache.org/viewvc?rev=410002&view=rev Log: Moved JSF configurations into a separate config file so if you don't use / have JSF libraries it won't break Added: struts/action2/trunk/core/src/main/resources/st

svn commit: r409958 - in /struts/action2/trunk/core/src/main: java/org/apache/struts/action2/components/template/ java/org/apache/struts/action2/views/freemarker/ resources/template/ajax/ resources/te

2006-05-28 Thread tmjee
Author: tmjee Date: Sun May 28 07:17:17 2006 New Revision: 409958 URL: http://svn.apache.org/viewvc?rev=409958&view=rev Log: WW-1304 Added: struts/action2/trunk/core/src/main/resources/template/css_xhtml/control-close.ftl struts/action2/trunk/core/src/main/resources/template/css_xhtml/c

svn commit: r409957 - /struts/action2/trunk/core/src/main/resources/template/css_xhtml/form-validate.ftl

2006-05-28 Thread tmjee
Author: tmjee Date: Sun May 28 07:09:09 2006 New Revision: 409957 URL: http://svn.apache.org/viewvc?rev=409957&view=rev Log: - remove the unecessary customOnsubmit() js function call, cause now we are using dojo.event.connect to connect the form's onsubmit event, see form-close.ftl of the simp