| webwork:/trunk/webapps/showcase/src/java/com/opensymphony/webwork/showcase/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories
|
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
2999
by tm_jee on
21 December 2007, 22:28:29 -0600
(11 months ago)
added an example into showcase (showing the use of Dojo with WebWork's JSON result)
./json/CountryCitiesAction.java
2999
2991
by tm_jee on
15 December 2007, 08:15:23 -0600
(11 months ago)
removed unecessary import
./dwr/WordListAction.java
2991
2990
by tm_jee on
15 December 2007, 08:14:41 -0600
(11 months ago)
WW-1491
Add an example for DWR webwork integration
./dwr/WordCheckAction.java
2990
./dwr/WordList.java
2990
./dwr/WordListAction.java
2990
2989
by tm_jee on
15 December 2007, 08:06:13 -0600
(11 months ago)
Removed uneeded import statement
./UITagExample.java
2989
2974
by tm_jee on
29 November 2007, 23:07:06 -0600
(12 months ago)
change quiz validation example to support providing arguments to i18n message (XW-591)
./validation/QuizAction-validation.xml
2974
./validation/QuizAction.java
2974
2948
by tm_jee on
13 August 2007, 08:05:47 -0500
(15 months ago)
- fix a bug that throws ClassCastException in showcase field validators example
- FieldValidatorsExampleAction-conversion.properties should not have the entry dateFieldValidator=java.util.Date…
./validation/FieldValidatorsExampleAction-conversion.properties
2948
./validation/FieldValidatorsExampleAction.java
2948
2925
by tm_jee on
16 June 2007, 08:49:41 -0500
(17 months ago)
changed logging from using Log4j to jakarta's commons logging since commons logging is used throughly in all other places except these
./action/AbstractCRUDAction.java
2925
./action/EmployeeAction.java
2925
./action/SkillAction.java
2925
./application/TestDataProvider.java
2925
./dao/AbstractDao.java
2925
2918
by tm_jee on
02 June 2007, 06:59:26 -0500
(18 months ago)
added an example of using MessageStoreInterceptor in showcase
./messageStore
2918
./messageStore/ShowFormAction-submitForm-validation.xml
2918
./messageStore/ShowFormAction.java
2918
./validation/CollectionValidatorExample-validation.xml
2918
2914
by tm_jee on
24 May 2007, 12:40:13 -0500
(18 months ago)
extended file upload example, such that it checks that the filename should not be more than 15 characters long
./fileupload/FileUploadAction-validation.xml
2914
2879
by tm_jee on
27 March 2007, 03:12:10 -0500
(20 months ago)
WW-1437
ShowCase problem with sessionInvalidation feature
./sessionInvalidation/SessionInvalidationAction.java
2879
2876
by rainerh on
25 March 2007, 05:05:30 -0500
(20 months ago)
Adding sample for proper I18NInterceptor usage
Issue Number: XW-478
./i18n/ChangeRequestLocaleAction.java
2876
./i18n/ChangeRequestLocaleAction.properties
2876
./i18n/ChangeRequestLocaleAction_de.properties
2876
./i18n/ChangeRequestLocaleAction_en.properties
2876
2865
by tm_jee on
18 March 2007, 04:16:10 -0500
(20 months ago)
WW-1392
- alter ajax (client) validation example to try to simuate this issue where i18n messages generated by ajax-validation could be internationalized
./validation/QuizAction-validation.xml
2865
./validation/QuizAction.properties
2865
./validation/QuizAction_zh_CN.properties
2865
2863
by tm_jee on
14 March 2007, 10:15:22 -0500
(20 months ago)
- WW-1166
- AJAX submit button with action parameter does not submit with action in the query parameters in Firefox 1.5 - added an example of such usage into showcase
./ajax/AjaxTestAction.java
2863
./ajax/Example4ShowPanelAction.java
2863
./ajax/MultipleRemoteButtonExampleAction.java
2863
2833
by tm_jee on
04 February 2007, 10:39:32 -0600
(21 months ago)
removed unneeded System.out.println() and added serialVersionUID
./wizard/TabbedWizardAction.java
2833
2832
by tm_jee on
04 February 2007, 10:36:47 -0600
(21 months ago)
- added a tab panel wizard to showcase example
- it is basically a tab panels that uses scope interceptor to remember states of each tab when save button is clicked, when end button is clicked it use…
./wizard/TabbedWizardAction.java
2832
2776
by tmjee on
24 December 2006, 22:27:45 -0600
(23 months ago)
added a simple example in showcase demonstrating "collection validation"
Issue number: XW-452 Obtained from: Submitted by: Reviewed by:
./validation/CollectionValidatorExample-conversion.properties
2776
./validation/CollectionValidatorExample-validation.xml
2776
./validation/CollectionValidatorExample.java
2776
./validation/Person.java
2776
2773
by tmjee on
21 December 2006, 09:08:00 -0600
(23 months ago)
- added an example using flash interceptor / result
Issue number: Obtained from: Submitted by: Reviewed by:
./flash/FlashAction.java
2773
2772
by tmjee on
21 December 2006, 09:00:09 -0600
(23 months ago)
- added an field conversion validation example
Issue number: Obtained from: Submitted by: Reviewed by:
./validation/ConversionValidationExample-validation.xml
2772
./validation/ConversionValidationExample.java
2772
2755
by tmjee on
11 December 2006, 00:00:21 -0600
(23 months ago)
Have an interceptor that invalidates http session
- added a simple example into showcase demonstrating "sessionInvalidation" interceptor Issue number: WW-1382 Obtained from: Submitted by: Reviewed …
./sessionInvalidation
2755
./sessionInvalidation/SessionInvalidationAction.java
2755
2747
by tmjee on
03 December 2006, 00:39:06 -0600
(23 months ago)
extended Wizard example to use an Pojo instead of just simple objects like (string, integer etc)
just to show that it could work with pojo as well. Issue number: Obtained from: Submitted by: Reviewed…
./wizard/Hobby.java
2747
./wizard/WizardAction.java
2747
2735
by tmjee on
27 November 2006, 09:32:47 -0600
(2 years ago)
- added an example into showcase using scope interceptor to build a simple wizard demo app
- basically it just goes through 3 pages with previous and forward buttons, and remembers the proeprties of e…
./wizard/WizardAction.java
2735
2733
by tmjee on
23 November 2006, 08:32:16 -0600
(2 years ago)
- switched usage of Log4j to Commons-Logging
Issue number: Obtained from: Submitted by: Reviewed by:
2686
by rainerh on
14 August 2006, 15:02:40 -0500
(2 years 3 months ago)
commented validation for requiredstring currentSkill.name
-> Sample works again
2655
by tmjee on
16 July 2006, 01:07:22 -0500
(2 years 4 months ago)
- added example in showcase to simulate these issue (WW-1295 and WW-1325)
Issue number: WW-1295 WW-1325 Obtained from: Submitted by: Reviewed by:
./ajax/Example4ShowPanelAction.java
2655
2633
by tmjee on
04 July 2006, 10:10:06 -0500
(2 years 4 months ago)
- fix UI Example in showcase doesn't work properly
- fix "favourite vehical" double select box doesn't auto-populate properly Issue number: WW-1316 Obtained from: Submitted by: Reviewed by:
./UITagExample.java
2633
2610
by tmjee on
16 June 2006, 03:50:28 -0500
(2 years 5 months ago)
- backport tree component example from SAF2 to WebWork
Issue number: WW-1300 Obtained from: Submitted by: Reviewed by:
./ajax/tree
2610
./ajax/tree/Category.java
2610
2609
by tmjee on
16 June 2006, 03:49:20 -0500
(2 years 5 months ago)
- backport tree component example from SAF2 to WebWork
Issue number: WW-1330 Obtained from: Submitted by: Reviewed by:
./DynamicTreeSelectAction.java
2609
./ShowDynamicTreeAction.java
2609
2599
by tmjee on
10 June 2006, 04:49:22 -0500
(2 years 5 months ago)
- added example of using custom freemarker manager into showcase
Issue number: Obtained from: Submitted by: Reviewed by:
./freemarker
2599
./freemarker/CustomFreemarkerManager.java
2599
./freemarker/CustomFreemarkerManagerUtil.java
2599
|