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
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
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
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
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
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
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