svn commit: r423938 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/ archetype-resources/src/main/webapp/WEB-INF/decorators/ archetype-resources/src/main/webapp/WEB-INF

2006-07-20 Thread tmjee
Author: tmjee Date: Thu Jul 20 07:07:22 2006 New Revision: 423938 URL: http://svn.apache.org/viewvc?rev=423938&view=rev Log: WW-1367 - moved css styles from /WEB-INF/* to /webapp/* cause browser style tag href can't access /WEB-INF/* Added: struts/maven/trunk/struts2-

svn commit: r424526 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2: components/ views/freemarker/tags/

2006-07-21 Thread tmjee
Author: tmjee Date: Fri Jul 21 22:33:27 2006 New Revision: 424526 URL: http://svn.apache.org/viewvc?rev=424526&view=rev Log: WW-1389 - Add If, Else and ElseIf to freemarker model Added: struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/freemarker/tags/ElseIfModel.

svn commit: r424533 - in /struts/struts2/trunk/apps/showcase/src/main: resources/struts-tags-non-ui.xml webapp/tags/non-ui/ifTag/ webapp/tags/non-ui/ifTag/testIf.ftl webapp/tags/non-ui/ifTag/testIf.js

2006-07-22 Thread tmjee
Author: tmjee Date: Sat Jul 22 00:25:15 2006 New Revision: 424533 URL: http://svn.apache.org/viewvc?rev=424533&view=rev Log: WW-1389 - added test example into showcase to using If/Else/ElseIf tag (in JSP and freemarker form) Added: struts/struts2/trunk/apps/showcase/src/main/we

svn commit: r424536 - in /struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui: ifTag/testIf.jsp index.jsp

2006-07-22 Thread tmjee
Author: tmjee Date: Sat Jul 22 00:54:40 2006 New Revision: 424536 URL: http://svn.apache.org/viewvc?rev=424536&view=rev Log: - WW-1389 WW-1367 - changed to use 's' prefix instead of 'saf' - changed uri to be '/tags' instead of '/struts-action'

svn commit: r424544 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/IfTagTest.java

2006-07-22 Thread tmjee
Author: tmjee Date: Sat Jul 22 03:34:07 2006 New Revision: 424544 URL: http://svn.apache.org/viewvc?rev=424544&view=rev Log: WW-1389 - Added more tests to test If/Else/ElseIf tag Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/IfTagTest.java Modi

svn commit: r424582 - in /struts/struts2/trunk/core/src/test/java/org/apache/struts2: TestConfigurationProvider.java interceptor/ExecuteAndWaitInterceptorTest.java

2006-07-22 Thread tmjee
Author: tmjee Date: Sat Jul 22 07:25:40 2006 New Revision: 424582 URL: http://svn.apache.org/viewvc?rev=424582&view=rev Log: XW-386 - fix test case failing due to (XW-386) Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/TestConfigurationProvider.java st

svn commit: r426756 - in /struts/struts2/trunk: apps/showcase/src/main/webapp/ajax/widgets/index.jsp core/src/main/resources/template/ajax/textarea.ftl

2006-07-28 Thread tmjee
Author: tmjee Date: Fri Jul 28 23:25:21 2006 New Revision: 426756 URL: http://svn.apache.org/viewvc?rev=426756&view=rev Log: WW-1396 - typo in textarea component in ajax theme and also showcase example "linkGroup;|;textGroup;|;justifyGroup;|;listGroup;indentGroup;|;colorGroup&quo

svn commit: r426757 - /struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/index.jsp

2006-07-28 Thread tmjee
Author: tmjee Date: Fri Jul 28 23:27:08 2006 New Revision: 426757 URL: http://svn.apache.org/viewvc?rev=426757&view=rev Log: WW-1379 - remove link to richtexteditor example from index.jsp, since richtexteditor component has been removed from struts2 Modified: struts/struts2/t

svn commit: r426759 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/freemarker/tags/ main/java/org/apache/struts2/views/jsp/ui/ main/re

2006-07-28 Thread tmjee
Author: tmjee Date: Fri Jul 28 23:58:23 2006 New Revision: 426759 URL: http://svn.apache.org/viewvc?rev=426759&view=rev Log: WW-1318 WW-1397 WW-1398 - rework the datepicker javadoc - improvement on struts2 DropdownContainer widget such that it could be extended to support other drop

svn commit: r426903 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/TimePicker.java

2006-07-30 Thread tmjee
Author: tmjee Date: Sun Jul 30 10:20:04 2006 New Revision: 426903 URL: http://svn.apache.org/viewvc?rev=426903&view=rev Log: WW-1398 - added snippet to javadoc Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/TimePicker.java Modified: struts/str

svn commit: r427126 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/ main/java/org/apache/struts2/views/util/ test/java/org/apache/struts2/dispatcher/

2006-07-31 Thread tmjee
Author: tmjee Date: Mon Jul 31 07:18:50 2006 New Revision: 427126 URL: http://svn.apache.org/viewvc?rev=427126&view=rev Log: WW-1390 - added capability to add request parameter to redirect-action result type Added: struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispat

svn commit: r428027 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/StreamResult.java test/java/org/apache/struts2/dispatcher/StreamResultTest.java

2006-08-02 Thread tmjee
Author: tmjee Date: Wed Aug 2 08:27:02 2006 New Revision: 428027 URL: http://svn.apache.org/viewvc?rev=428027&view=rev Log: WW-1406 - Exception thrown when contentLength expression supplied in stream result xwork.xml definition Modified: struts/struts2/trunk/core/src/main/java

svn commit: r428783 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Text.java

2006-08-04 Thread tmjee
Author: tmjee Date: Fri Aug 4 10:01:53 2006 New Revision: 428783 URL: http://svn.apache.org/viewvc?rev=428783&view=rev Log: WW-1340 - added another example to javadoc snippet Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Text.java Modified: st

svn commit: r429146 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/DispatcherTest.java

2006-08-06 Thread tmjee
Author: tmjee Date: Sun Aug 6 09:06:08 2006 New Revision: 429146 URL: http://svn.apache.org/viewvc?rev=429146&view=rev Log: WW-1340 - added more test case for Dispatcher Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/DispatcherTest.java Modi

svn commit: r429259 - /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

2006-08-07 Thread tmjee
Author: tmjee Date: Mon Aug 7 00:08:40 2006 New Revision: 429259 URL: http://svn.apache.org/viewvc?rev=429259&view=rev Log: WW-1367 - changed struts-core dependency from 2.0-SNAPSHOT to 2.0.0-SNAPSHOT - added struts-api dependency Modified: struts/maven/trunk/struts2-archetype-sta

svn commit: r429260 - /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

2006-08-07 Thread tmjee
Author: tmjee Date: Mon Aug 7 00:11:12 2006 New Revision: 429260 URL: http://svn.apache.org/viewvc?rev=429260&view=rev Log: WW-1367 - changed sturts2-extras dependency version from 2.0-SNAPSHOT to 2.0.0-SNAPSHOT Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resou

svn commit: r429978 - in /struts/struts2/trunk/apps/showcase/src/main/webapp/fileupload: upload-success.jsp upload.jsp

2006-08-08 Thread tmjee
Author: tmjee Date: Tue Aug 8 23:40:35 2006 New Revision: 429978 URL: http://svn.apache.org/viewvc?rev=429978&view=rev Log: WW-1340 - added content-type specific jsp page directive to make sure UTF-8 is used such that character encoding work properly with this example Modified: st

svn commit: r431149 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ test/java/org/apache/struts2/components/

2006-08-12 Thread tmjee
Author: tmjee Date: Sat Aug 12 23:45:27 2006 New Revision: 431149 URL: http://svn.apache.org/viewvc?rev=431149&view=rev Log: WW-769 - UITags do not evaluate id attribute Added: struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/FormButtonTest.java (with p

svn commit: r431150 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components: Form.java FormButton.java

2006-08-12 Thread tmjee
Author: tmjee Date: Sat Aug 12 23:55:16 2006 New Revision: 431150 URL: http://svn.apache.org/viewvc?rev=431150&view=rev Log: WW-769 - added javadoc to method populateComponentHtmlId in Form and FormButton Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/compon

svn commit: r431025 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java

2006-08-12 Thread tmjee
Author: tmjee Date: Sat Aug 12 05:46:05 2006 New Revision: 431025 URL: http://svn.apache.org/viewvc?rev=431025&view=rev Log: WW-1410 - Provide a hook for FilterDispatcher such that a custom Dispatcher could be used. Modified: struts/struts2/trunk/core/src/main/java/org/apache/str

svn commit: r431027 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/FilterDispatcherTest.java

2006-08-12 Thread tmjee
Author: tmjee Date: Sat Aug 12 05:49:20 2006 New Revision: 431027 URL: http://svn.apache.org/viewvc?rev=431027&view=rev Log: WW-1340 - added test case to test for a] character encoding is set into request BEFORE wrapping request b] character encoding is set into request BEFORE servi

svn commit: r431380 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components: Form.java FormButton.java

2006-08-14 Thread tmjee
Author: tmjee Date: Mon Aug 14 09:37:26 2006 New Revision: 431380 URL: http://svn.apache.org/viewvc?rev=431380&view=rev Log: WW-769 - Changed id for Submit component from random number (hashcode) to sequential number unique to the form component such that it is predictable Modi

svn commit: r431932 - /struts/struts2/trunk/extras/pom.xml

2006-08-16 Thread tmjee
Author: tmjee Date: Wed Aug 16 09:01:48 2006 New Revision: 431932 URL: http://svn.apache.org/viewvc?rev=431932&view=rev Log: WW-1340 - added commons-logging dependency which is needed by this module Modified: struts/struts2/trunk/extras/pom.xml Modified: struts/struts2/trunk/ex

svn commit: r432808 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java

2006-08-19 Thread tmjee
Author: tmjee Date: Sat Aug 19 00:16:37 2006 New Revision: 432808 URL: http://svn.apache.org/viewvc?rev=432808&view=rev Log: WW-1340 - added javadoc (documenting a custom Dispatcher could be used by having subclass overrides the createDispatcher() method) Modified: struts/struts2/t

svn commit: r432943 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java main/resources/struts-default.xml test/java/org/apache/struts2/intercepto

2006-08-19 Thread tmjee
Author: tmjee Date: Sat Aug 19 22:41:25 2006 New Revision: 432943 URL: http://svn.apache.org/viewvc?rev=432943&view=rev Log: WW-731 - Add the capability to automatically save messages between Actions Added: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interce

svn commit: r433252 - in /struts/struts2/trunk/apps/showcase/src/main: java/org/apache/struts2/showcase/validation/ resources/ resources/org/apache/struts2/showcase/validation/ webapp/validation/

2006-08-21 Thread tmjee
Author: tmjee Date: Mon Aug 21 07:25:31 2006 New Revision: 433252 URL: http://svn.apache.org/viewvc?rev=433252&view=rev Log: WW-731 - added an example into showcase demostrating a simple usage of MessageStoreInterceptor Added: struts/struts2/trunk/apps/showcase/src/main/java/org/ap

svn commit: r438145 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components: Else.java ElseIf.java If.java

2006-08-29 Thread tmjee
Author: tmjee Date: Tue Aug 29 11:29:01 2006 New Revision: 438145 URL: http://svn.apache.org/viewvc?rev=438145&view=rev Log: WW-1422 - Else tag body displayed when it shouldn't Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Else.java strut

svn commit: r438147 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/IfTagTest.java

2006-08-29 Thread tmjee
Author: tmjee Date: Tue Aug 29 11:31:13 2006 New Revision: 438147 URL: http://svn.apache.org/viewvc?rev=438147&view=rev Log: WW-1422 - Else tag body displayed when it shouldn't Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/IfTagTest.java Modified

svn commit: r438176 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components: Else.java ElseIf.java If.java

2006-08-29 Thread tmjee
Author: tmjee Date: Tue Aug 29 12:35:54 2006 New Revision: 438176 URL: http://svn.apache.org/viewvc?rev=438176&view=rev Log: WW-1422 - Else tag body displayed when it shouldn't - commit a better fix, such that the changes lies in If.java, Else.java and ElseIf.java are rolled back

svn commit: r438179 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/config/SettingsTest.java

2006-08-29 Thread tmjee
Author: tmjee Date: Tue Aug 29 12:44:05 2006 New Revision: 438179 URL: http://svn.apache.org/viewvc?rev=438179&view=rev Log: WW-1340 - fix failing test case. Due to addition of another struts2 configuration property, one of the testcase failed. The count of total configuration property sh

svn commit: r438410 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ElseIf.java

2006-08-30 Thread tmjee
Author: tmjee Date: Wed Aug 30 00:39:00 2006 New Revision: 438410 URL: http://svn.apache.org/viewvc?rev=438410&view=rev Log: WW-1422 - fixed else tag executed when it is not suppose, when used with ElseIf tag. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/compon

svn commit: r438411 - in /struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui/ifTag: testIf.ftl testIf.jsp

2006-08-30 Thread tmjee
Author: tmjee Date: Wed Aug 30 00:45:32 2006 New Revision: 438411 URL: http://svn.apache.org/viewvc?rev=438411&view=rev Log: WW-1422 - alter if tag example (jsp / freemarker template) in showcase to test for this issue. - the example should have tested most Modified: struts/str

svn commit: r438940 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/util/ test/java/org/apache/struts2/views/jsp/ test/java/org/apache/

2006-08-31 Thread tmjee
Author: tmjee Date: Thu Aug 31 07:34:32 2006 New Revision: 438940 URL: http://svn.apache.org/viewvc?rev=438940&view=rev Log: WW-1426 - URL Tag cause duplicates query string Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java struts/struts2/t

svn commit: r439413 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/OptGroupTag.java

2006-09-01 Thread tmjee
Author: tmjee Date: Fri Sep 1 11:28:11 2006 New Revision: 439413 URL: http://svn.apache.org/viewvc?rev=439413&view=rev Log: WW-1430 - Bug in Struts TLD (setter for listKey and listValue is defined in tld but missing in OptGroupTag.java) Modified: struts/struts2/trunk/core/src/

svn commit: r439910 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src: main/java/ main/java/com/ test/java/ test/java/com/

2006-09-03 Thread tmjee
Author: tmjee Date: Sun Sep 3 19:58:55 2006 New Revision: 439910 URL: http://svn.apache.org/viewvc?view=rev&rev=439910 Log: - fixed situation where -DgroupId=xxx doesn't generate the java files in the correct package directory - changed archetype pom.xml ... from "jar" to &q

svn commit: r439912 - in /struts/maven/trunk/struts2-archetype-starter: README.txt pom.xml src/main/resources/META-INF/archetype.xml

2006-09-03 Thread tmjee
Author: tmjee Date: Sun Sep 3 20:10:56 2006 New Revision: 439912 URL: http://svn.apache.org/viewvc?view=rev&rev=439912 Log: - fixed situation where -DgroupId=xxx doesn't generate the java files in the correct package directory - changed archetype pom.xml ... from "jar" to &q

svn commit: r439914 - /struts/maven/trunk/struts2-archetype-starter/README.txt

2006-09-03 Thread tmjee
Author: tmjee Date: Sun Sep 3 20:14:43 2006 New Revision: 439914 URL: http://svn.apache.org/viewvc?view=rev&rev=439914 Log: update readme file Modified: struts/maven/trunk/struts2-archetype-starter/README.txt Modified: struts/maven/trunk/struts2-archetype-starter/README.txt URL:

svn commit: r439915 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main: resources/struts.xml webapp/WEB-INF/applicationContext.xml webapp/ftl/index.ftl

2006-09-03 Thread tmjee
Author: tmjee Date: Sun Sep 3 20:43:07 2006 New Revision: 439915 URL: http://svn.apache.org/viewvc?view=rev&rev=439915 Log: - fix applicationContext.xml generate an invalid class reference - fix struts.xml generate an invalid class reference - fix typo in index.ftl Modified: struts/m

svn commit: r439917 - /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl

2006-09-03 Thread tmjee
Author: tmjee Date: Sun Sep 3 21:04:16 2006 New Revision: 439917 URL: http://svn.apache.org/viewvc?view=rev&rev=439917 Log: - changed old freemarker transfrom (@saf -> @s) Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/

svn commit: r439936 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/ archetype-resources/src/main/java/ archetype-resources/src/main/resources/ archetype-resources/src/

2006-09-03 Thread tmjee
Author: tmjee Date: Sun Sep 3 22:35:34 2006 New Revision: 439936 URL: http://svn.apache.org/viewvc?view=rev&rev=439936 Log: - renamed ${groupId} to ${package} such that -DpackageName argument will take effect - removed resources not required (src/test/resources/com/*) since the package

svn commit: r440788 - /struts/maven/trunk/struts2-archetype-starter/README.txt

2006-09-06 Thread tmjee
Author: tmjee Date: Wed Sep 6 09:49:49 2006 New Revision: 440788 URL: http://svn.apache.org/viewvc?view=rev&rev=440788 Log: - update javadoc. Change note to email to struts dev malling list instead of individual. Modified: struts/maven/trunk/struts2-archetype-starter/README.txt Modi

svn commit: r441091 - /struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl

2006-09-07 Thread tmjee
Author: tmjee Date: Thu Sep 7 07:17:09 2006 New Revision: 441091 URL: http://svn.apache.org/viewvc?view=rev&rev=441091 Log: - WW-1433 duplicate tabindex in checkbox.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl Modified: struts/struts2/t

svn commit: r441596 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java

2006-09-08 Thread tmjee
Author: tmjee Date: Fri Sep 8 11:04:50 2006 New Revision: 441596 URL: http://svn.apache.org/viewvc?view=rev&rev=441596 Log: WW-1340 - updated javadoc with example and description of request parameter passing in a redirect-action result type Modified: struts/struts2/trunk/core/src/

svn commit: r441606 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/StrutsTypeConverter.java

2006-09-08 Thread tmjee
Author: tmjee Date: Fri Sep 8 11:37:54 2006 New Revision: 441606 URL: http://svn.apache.org/viewvc?view=rev&rev=441606 Log: WW-1340 - updated javadoc indicating that if Struts2 were to made known that a conversion error has occurred, the converter should throw either an XWorkExceptio

svn commit: r441787 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/ archetype-resources/src/main/resources/ archetype-resources/src/main/webapp/WEB-INF/

2006-09-09 Thread tmjee
Author: tmjee Date: Sat Sep 9 06:26:47 2006 New Revision: 441787 URL: http://svn.apache.org/viewvc?view=rev&rev=441787 Log: - moved Spring's application context location from /WEB-INF/applicationContext.xml to classpath:applicationContext.xml - added t

svn commit: r446875 - in /struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui: CheckboxTest.java LabelTest.java

2006-09-16 Thread tmjee
Author: tmjee Date: Sat Sep 16 06:49:55 2006 New Revision: 446875 URL: http://svn.apache.org/viewvc?view=rev&rev=446875 Log: WW-1349 - fixed failing test due to refactoring (removed deprecated setLabelPosition method) Modified: struts/struts2/trunk/core/src/test/java/org/apache/str

svn commit: r446876 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/SessionMap.java test/java/org/apache/struts2/dispatcher/SessionMapTest.java

2006-09-16 Thread tmjee
Author: tmjee Date: Sat Sep 16 06:57:43 2006 New Revision: 446876 URL: http://svn.apache.org/viewvc?view=rev&rev=446876 Log: WW-1448 - SessionAware Session map clear() method not functioning correctly Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispat

svn commit: r446903 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/SessionMap.java

2006-09-16 Thread tmjee
Author: tmjee Date: Sat Sep 16 10:33:39 2006 New Revision: 446903 URL: http://svn.apache.org/viewvc?view=rev&rev=446903 Log: WW-1448 - SessionAware Session map clear() method not functioning correctly - added statement to nullify entries member variable, such that entrySet will not

svn commit: r447084 - /struts/struts2/trunk/extras/pom.xml

2006-09-17 Thread tmjee
Author: tmjee Date: Sun Sep 17 09:10:03 2006 New Revision: 447084 URL: http://svn.apache.org/viewvc?view=rev&rev=447084 Log: WW-1349 - fix compilation problem due to missing junit dependency Modified: struts/struts2/trunk/extras/pom.xml Modified: struts/struts2/trunk/extras/pom.xml

svn commit: r447901 - in /struts/struts2/trunk/core/src: main/resources/template/simple/select.ftl test/java/org/apache/struts2/views/jsp/ui/SelectTest.java test/resources/org/apache/struts2/views/jsp

2006-09-19 Thread tmjee
Author: tmjee Date: Tue Sep 19 09:36:02 2006 New Revision: 447901 URL: http://svn.apache.org/viewvc?view=rev&rev=447901 Log: WW-1449 Select Component does not preselect header Added: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Select-8.txt Modi

svn commit: r451619 - in /struts/struts2/trunk/apps/showcase/src/main: java/org/apache/struts2/showcase/conversion/ resources/ webapp/conversion/

2006-09-30 Thread tmjee
Author: tmjee Date: Sat Sep 30 10:19:37 2006 New Revision: 451619 URL: http://svn.apache.org/viewvc?view=rev&rev=451619 Log: WW-1453 - added example into show case demonstrating :- - populating a List of Pojos in action class - populating a Set of Pojos in action class - popula

svn commit: r451724 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/freemarker/FreemarkerTest.java

2006-10-01 Thread tmjee
Author: tmjee Date: Sun Oct 1 01:39:39 2006 New Revision: 451724 URL: http://svn.apache.org/viewvc?view=rev&rev=451724 Log: WW-1453 - removed duplicated import statement Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/freemarker/FreemarkerTest.java Modi

svn commit: r451759 - in /struts/struts2/trunk/plugins: jasperreports/src/main/resources/struts-plugin.xml jfreechart/src/main/resources/struts-plugin.xml

2006-10-01 Thread tmjee
Author: tmjee Date: Sun Oct 1 08:26:22 2006 New Revision: 451759 URL: http://svn.apache.org/viewvc?view=rev&rev=451759 Log: WW-1457 - when introducing plugin, extra is being break into jasperreports and jfreechart plugins, but their package name remain the same "extra-default&

svn commit: r451943 - in /struts/struts2/trunk/core/src/test: java/org/apache/struts2/TestConfigurationProvider.java resources/struts.xml

2006-10-02 Thread tmjee
Author: tmjee Date: Mon Oct 2 03:10:07 2006 New Revision: 451943 URL: http://svn.apache.org/viewvc?view=rev&rev=451943 Log: WW-420 - fix failing test cases due to undefined result and result not found following changes made to WW-420 - test should now run ok Modified: struts/str

svn commit: r454144 - in /struts/struts2/trunk/apps/showcase/src/main: java/org/apache/struts2/showcase/ajax/ resources/ resources/org/apache/struts2/showcase/ajax/ webapp/ajax/tabbedpanel/

2006-10-08 Thread tmjee
Author: tmjee Date: Sun Oct 8 06:59:49 2006 New Revision: 454144 URL: http://svn.apache.org/viewvc?view=rev&rev=454144 Log: WW-1453 - added an ajax validation example using tabpanel - its basically a tabbedpanel having in it a remote (ajax) form that does ajax-style validation as there

svn commit: r454146 - /struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/index.jsp

2006-10-08 Thread tmjee
Author: tmjee Date: Sun Oct 8 07:08:26 2006 New Revision: 454146 URL: http://svn.apache.org/viewvc?view=rev&rev=454146 Log: WW-1453 - add example5 link Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/index.jsp Modified: struts/struts2/trunk/apps/show

svn commit: r454720 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher: ActionContextCleanUp.java FilterDispatcher.java

2006-10-10 Thread tmjee
Author: tmjee Date: Tue Oct 10 05:31:52 2006 New Revision: 454720 URL: http://svn.apache.org/viewvc?view=rev&rev=454720 Log: WW-727 - added profiling to FilterDispatcher and ActionContextCleanUp Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispat

svn commit: r454721 - /struts/struts2/trunk/plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/FreeMarkerPageFilter.java

2006-10-10 Thread tmjee
Author: tmjee Date: Tue Oct 10 05:33:25 2006 New Revision: 454721 URL: http://svn.apache.org/viewvc?view=rev&rev=454721 Log: WW-727 - added profiling to FreeMarkerPageFilter Modified: struts/struts2/trunk/plugins/sitemesh/src/main/java/org/apache/struts2/site

svn commit: r463918 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/util/ContainUtil.java test/java/org/apache/struts2/util/ContainUtilTest.java

2006-10-14 Thread tmjee
Author: tmjee Date: Sat Oct 14 04:56:33 2006 New Revision: 463918 URL: http://svn.apache.org/viewvc?view=rev&rev=463918 Log: WW-1471 CheckboxList with value as Map should have the map keys compared instead of its value. Added: struts/struts2/trunk/core/src/test/java/org/apache/str

svn commit: r463964 - in /struts/struts2/trunk/core/src/main: java/org/apache/struts2/components/ActionComponent.java java/org/apache/struts2/views/jsp/ActionTag.java resources/META-INF/struts-tags.tl

2006-10-14 Thread tmjee
Author: tmjee Date: Sat Oct 14 08:56:38 2006 New Revision: 463964 URL: http://svn.apache.org/viewvc?view=rev&rev=463964 Log: WW-1477 - added a flush attribute to action tag, cause flushing causes exception for some user. Although the exception is swallowed and things work as usual its ki

svn commit: r465978 - in /struts/struts2/trunk/apps/showcase/src/main: java/org/apache/struts2/showcase/fileupload/ resources/ resources/org/apache/struts2/showcase/fileupload/ webapp/ webapp/WEB-INF/

2006-10-19 Thread tmjee
Author: tmjee Date: Thu Oct 19 21:05:46 2006 New Revision: 465978 URL: http://svn.apache.org/viewvc?view=rev&rev=465978 Log: WW-1479 - Add to Showcase examples of Multiple fileupload where files are backed by List and Array Added: struts/struts2/trunk/apps/showcase/src/main/java

svn commit: r469354 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java

2006-10-30 Thread tmjee
Author: tmjee Date: Mon Oct 30 19:16:48 2006 New Revision: 469354 URL: http://svn.apache.org/viewvc?view=rev&rev=469354 Log: WW-1460 - Adding activation interceptor, and added profiling hook in dispatcher - added snippet to javadoc just like other interceptors Modified: struts/str

svn commit: r469969 - in /struts/struts2/trunk/apps/showcase/src/main: java/org/apache/struts2/showcase/DateAction.java resources/struts.xml

2006-11-01 Thread tmjee
Author: tmjee Date: Wed Nov 1 08:28:52 2006 New Revision: 469969 URL: http://svn.apache.org/viewvc?view=rev&rev=469969 Log: WW-1486 - showcase throws exception when validation error occurred, due to no "input" result for DateAction. - changed DateAction method from "

svn commit: r469983 - in /struts/struts2/trunk/apps/showcase/src/main: resources/org/apache/struts2/showcase/fileupload/FileUploadAction-validation.xml resources/struts-fileupload.xml webapp/fileuploa

2006-11-01 Thread tmjee
Author: tmjee Date: Wed Nov 1 08:58:20 2006 New Revision: 469983 URL: http://svn.apache.org/viewvc?view=rev&rev=469983 Log: WW-1487 - Updated fileupload showcase example in Struts2 that validate if the file uploaded is not empty Added: struts/struts2/trunk/apps/showcase/src/

svn commit: r471375 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/ test/java/org/apache/struts2/dispatcher/

2006-11-04 Thread tmjee
Author: tmjee Date: Sat Nov 4 23:47:19 2006 New Revision: 471375 URL: http://svn.apache.org/viewvc?view=rev&rev=471375 Log: WW-1489 - Refactor ActionContextCleanUp and DispatcherFilter to have common logics in an abstract super class Added: struts/struts2/trunk/core/src/main/java

svn commit: r471435 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/ main/java/org/apache/struts2/config/ main/java/org/apache/struts2/dispatcher/mapper/ main/resources/org/apache/st

2006-11-05 Thread tmjee
Author: tmjee Date: Sun Nov 5 06:22:54 2006 New Revision: 471435 URL: http://svn.apache.org/viewvc?view=rev&rev=471435 Log: WW-1490 - Have a composite ActionMapper that decides which ActionMapper it contains should be used Added: struts/struts2/trunk/core/src/main/java/org/ap

svn commit: r471448 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/CompositeActionMapper.java

2006-11-05 Thread tmjee
Author: tmjee Date: Sun Nov 5 07:51:17 2006 New Revision: 471448 URL: http://svn.apache.org/viewvc?view=rev&rev=471448 Log: WW-1490 (Have a composite ActionMapper that decides which ActionMapper it contains should be used) - added snippet, so we could use some of the javadoc in conflu

svn commit: r471452 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper: Restful2ActionMapper.java RestfulActionMapper.java

2006-11-05 Thread tmjee
Author: tmjee Date: Sun Nov 5 07:56:29 2006 New Revision: 471452 URL: http://svn.apache.org/viewvc?view=rev&rev=471452 Log: WW-1483 - added snippet to RestfulActionMapper and Restful2ActionMapper so that we could doc them in confluence Modified: struts/struts2/trunk/core/src/main/

svn commit: r472155 - in /struts/struts2/trunk/core/src: main/resources/template/simple/radiomap.ftl test/java/org/apache/struts2/views/jsp/ui/RadioTest.java

2006-11-07 Thread tmjee
Author: tmjee Date: Tue Nov 7 08:37:43 2006 New Revision: 472155 URL: http://svn.apache.org/viewvc?view=rev&rev=472155 Log: WW-1494 - Java 5 Enum values are not handled properly by Radio jsp tag Modified: struts/struts2/trunk/core/src/main/resources/template/simple/radiomap

svn commit: r472338 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/archetype.xml archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl archetype-resources/sr

2006-11-07 Thread tmjee
Author: tmjee Date: Tue Nov 7 15:55:48 2006 New Revision: 472338 URL: http://svn.apache.org/viewvc?view=rev&rev=472338 Log: - remove unused link to home.html, instead just link to '#' - removed taglib from web.xml - use 2.4 web.xml instead of 2.3 - added missing resource tag to lo

svn commit: r472339 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF: sitemesh-decorator.tld sitemesh-page.tld

2006-11-07 Thread tmjee
Author: tmjee Date: Tue Nov 7 15:57:04 2006 New Revision: 472339 URL: http://svn.apache.org/viewvc?view=rev&rev=472339 Log: - remove unecessary sitemesh-*.tld, since we moved to using 2.4 web.xml where taglib are not allowed in it. Removed: struts/maven/trunk/struts2-archetype-sta

svn commit: r473957 - /struts/struts2/trunk/core/pom.xml

2006-11-12 Thread tmjee
Author: tmjee Date: Sun Nov 12 04:37:19 2006 New Revision: 473957 URL: http://svn.apache.org/viewvc?view=rev&rev=473957 Log: WW-1483 - updated struts2-core pom.xml's ognl dependency from version 2.6.7 to 2.6.9, due to a bug in comparing object not implementing Comparable in jsp repor

svn commit: r474403 - /struts/maven/trunk/struts2-archetype-starter/pom.xml

2006-11-13 Thread tmjee
Author: tmjee Date: Mon Nov 13 09:22:22 2006 New Revision: 474403 URL: http://svn.apache.org/viewvc?view=rev&rev=474403 Log: - added a Apache Snapshot and Test build repository, cause for example if we are depending on some snapshot struts-master version that's not in maven main repo

svn commit: r475123 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

2006-11-14 Thread tmjee
Author: tmjee Date: Tue Nov 14 21:08:29 2006 New Revision: 475123 URL: http://svn.apache.org/viewvc?view=rev&rev=475123 Log: WW-1490 - Have a composite ActionMapper that decides which ActionMapper it contains should be used - re-adding this cause, the comments was accidently deleted du

svn commit: r475154 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher: AbstractFilter.java ActionContextCleanUp.java FilterDispatcher.java

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 00:06:56 2006 New Revision: 475154 URL: http://svn.apache.org/viewvc?view=rev&rev=475154 Log: WW-1489 - Refactor ActionContextCleanUp and DispatcherFilter to have common logics in an abstract super class - moving this back in as discussed in Struts2 maling

svn commit: r475158 - /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 00:31:40 2006 New Revision: 475158 URL: http://svn.apache.org/viewvc?view=rev&rev=475158 Log: - added 'struts2-spring-plugin' dependency as spring related code are now in a plugin, else we will not be able to build struts2-archetype-starter Modifie

svn commit: r475165 - in /struts/struts2/trunk/core/src/main: java/org/apache/struts2/dispatcher/mapper/CompositeActionMapper.java resources/org/apache/struts2/default.properties

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 01:00:41 2006 New Revision: 475165 URL: http://svn.apache.org/viewvc?view=rev&rev=475165 Log: WW-1490 (Have a composite ActionMapper that decides which ActionMapper it contains should be used) - removed previously added back comments cause since DI was introd

svn commit: r475167 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/mapper/CompositeActionMapper.java

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 01:06:11 2006 New Revision: 475167 URL: http://svn.apache.org/viewvc?view=rev&rev=475167 Log: WW-1490 (Have a composite ActionMapper that decides which ActionMapper it contains should be used) updated javadoc (missed out some part in last commit) that doc the

svn commit: r475283 - /struts/struts2/trunk/plugins/sitemesh/src/main/resources/struts-plugin.xml

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 08:05:10 2006 New Revision: 475283 URL: http://svn.apache.org/viewvc?view=rev&rev=475283 Log: WW-1506 - Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity Modified: struts/struts2/trunk/plugins/sitemesh

svn commit: r475284 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/config/ main/java/org/apache/struts2/dispatcher/ test/java/org/apache/struts2/ test/java/org/apache/struts2/interc

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 08:05:33 2006 New Revision: 475284 URL: http://svn.apache.org/viewvc?view=rev&rev=475284 Log: WW-1506 - Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity Modified: struts/struts2/trunk/core/src/main/java/o

svn commit: r475508 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/config/ main/java/org/apache/struts2/dispatcher/ test/java/org/apache/struts2/ test/java/org/apache/struts2/interc

2006-11-15 Thread tmjee
Author: tmjee Date: Wed Nov 15 16:45:36 2006 New Revision: 475508 URL: http://svn.apache.org/viewvc?view=rev&rev=475508 Log: WW-1506 (Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity) - reverted back the changes. - can't seems to figure ou

svn commit: r475704 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/AbstractFilter.java

2006-11-16 Thread tmjee
Author: tmjee Date: Thu Nov 16 04:21:09 2006 New Revision: 475704 URL: http://svn.apache.org/viewvc?view=rev&rev=475704 Log: WW-1489 - removed AbstractFilter, reverting back to "Single Filter Design" Removed: struts/struts2/trunk/core/src/main/java/org/apache/stru

svn commit: r475710 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher: ActionContextCleanUp.java FilterDispatcher.java

2006-11-16 Thread tmjee
Author: tmjee Date: Thu Nov 16 04:30:04 2006 New Revision: 475710 URL: http://svn.apache.org/viewvc?view=rev&rev=475710 Log: - WW-1498 - reverting back to "single filter design" Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ActionConte

svn commit: r476083 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java

2006-11-17 Thread tmjee
Author: tmjee Date: Fri Nov 17 01:05:13 2006 New Revision: 476083 URL: http://svn.apache.org/viewvc?view=rev&rev=476083 Log: WW-1483 - removed unnecessary imports statement Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.

svn commit: r476418 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java

2006-11-17 Thread tmjee
Author: tmjee Date: Fri Nov 17 18:25:42 2006 New Revision: 476418 URL: http://svn.apache.org/viewvc?view=rev&rev=476418 Log: WW-1483 - corrected typo Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Modified: struts/struts2/trunk/core/src/

svn commit: r476459 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/Dispatcher.java test/java/org/apache/struts2/dispatcher/DispatcherTest.java

2006-11-17 Thread tmjee
Author: tmjee Date: Fri Nov 17 22:59:27 2006 New Revision: 476459 URL: http://svn.apache.org/viewvc?view=rev&rev=476459 Log: WW-1511 - Dispatcher should cleaning up ConfigurationManager Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.

svn commit: r476696 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/ main/java/org/apache/struts2/dispatcher/ main/java/org/apache/struts2/portlet/dispatcher/ test/java/org/apache/st

2006-11-18 Thread tmjee
Author: tmjee Date: Sat Nov 18 19:56:18 2006 New Revision: 476696 URL: http://svn.apache.org/viewvc?view=rev&rev=476696 Log: WW-1513 - Dispatcher's setConfigurationManager() method has no effect Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsTest

<    1   2   3