Skip to content

Changes

Summary

  1. [SASTRUTS-124]multipartリクエストのときにparamオブジェクトでformのパラメータを受け取れるようにしました
  2. [SASTRUTS-122]s:linkでtransaction属性を有効にしました。
  3. [SASTRUTS-121]MessageResourcesUtilで可変長の引数を指定できるようにしました。
  4. [SASTRUTS-119]setMapProperty()を追加してカスタマイズしやすくしました。
  5. [SASTRUTS-119]StringUtilがHSQLDBのものを見ていたのでSeasar2のものを見るように修正。
  6. [SASTRUTS-119]StrutsのタグからActionFormのMapなプロパティにアクセスできるようにしました。
  7. [SASTRUTS-120]ActionFormがsessionにありremoveActionFormがtrueでActionMessagesException()がスローされたときに入力値が消えてしまう問題を修正しました。
  8. [SASTRUTS-119]StrutsのタグからActionFormのMapなプロパティにアクセスできるようにしました。
  9. [SASTRUTS-116]WrapperUtilが二重に呼び出されていたのを修正しました。
  10. Fixed the memory leak problem of BeanUtils.
  11. [SASTRUTS-118]ActionFormWrapperをStrutsのiterateタグなどに対応させました。
  12. Released SAStruts 1.0.4-sp5.
  13. [SASTRUTS-117]BeanWrapper#entrySet()を実装しました。
  14. [SASTRUTS-116]ActionFormのプロパティをリクエストにセットするときにActionFormWrapper経由にしました。
  15. [SASTRUTS-115]親アクションの検証メソッドを呼び出せない問題を修正しました。
  16. 1.0.4-sp4リリース。
  17. Javadocのcopyrightを2009に変更しました。
  18. [SASTRUTS-113]エラーメッセージの表示順をsetter,getterメソッドがあるときでもField順にしました。
  19. 1.0.4-sp3のリリース。
  20. pom.xmlのバージョンを1.0.4-sp3に変更しました。
  21. [SASTRUTS-111]実行メソッドでActionMessageを設定したときに無限ループする問題を修正しました。
Revision 873 by higa:
[SASTRUTS-124]multipartリクエストのときにparamオブジェクトでformのパラメータを受け取れるようにしました
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.39.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.39.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.39.jarN/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp6.jar (diff)N/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.39-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.39-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.39-sources.jarN/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp6-sources.jar (diff)N/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/work/memo2.txtN/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/S2RequestProcessorTest.java (diff)N/A
Revision 870 by higa:
[SASTRUTS-122]s:linkでtransaction属性を有効にしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/taglib/S2LinkTag.java (diff)N/A
Revision 868 by higa:
[SASTRUTS-121]MessageResourcesUtilで可変長の引数を指定できるようにしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/MessageResourcesUtil.java (diff)N/A
Revision 859 by higa:
[SASTRUTS-119]setMapProperty()を追加してカスタマイズしやすくしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
Revision 858 by higa:
[SASTRUTS-119]StringUtilがHSQLDBのものを見ていたのでSeasar2のものを見るように修正。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
Revision 857 by higa:
[SASTRUTS-119]StrutsのタグからActionFormのMapなプロパティにアクセスできるようにしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/S2RequestProcessorTest.java (diff)N/A
Revision 853 by higa:
[SASTRUTS-120]ActionFormがsessionにありremoveActionFormがtrueでActionMessagesException()がスローされたときに入力値が消えてしまう問題を修正しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts-tutorial/.classpath (diff)N/A
The file was modified /trunk/sa-struts-tutorial/build.xml (diff)N/A
The file was modified /trunk/sa-struts-tutorial/src/main/java/tutorial/action/AddAction.java (diff)N/A
The file was modified /trunk/sa-struts-tutorial/src/main/java/tutorial/form/AddForm.java (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.36.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.38.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.36.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.38.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.36.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.38.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp5.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp6.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.36-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.38-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.36-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.38-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.36-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.38-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp5-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp6-sources.jarN/A
The file was modified /trunk/sa-struts/build.xml (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionWrapperTest.java (diff)N/A
Revision 850 by higa:
[SASTRUTS-119]StrutsのタグからActionFormのMapなプロパティにアクセスできるようにしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionFormWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionFormWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/BeanWrapperTest.java (diff)N/A
Revision 849 by higa:
[SASTRUTS-116]WrapperUtilが二重に呼び出されていたのを修正しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/S2RequestProcessorTest.java (diff)N/A
Revision 848 by higa:
Fixed the memory leak problem of BeanUtils.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ModuleConfig.java (diff)N/A
Revision 847 by higa:
[SASTRUTS-118]ActionFormWrapperをStrutsのiterateタグなどに対応させました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionFormWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/WrapperUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionFormWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/WrapperUtilTest.java (diff)N/A
Revision 834 by higa:
Released SAStruts 1.0.4-sp5.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts-tutorial/.classpath (diff)N/A
The file was modified /trunk/sa-struts-tutorial/build.xml (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.34.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.36.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.34.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.36.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.34.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.36.jarN/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp5.jar (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.34-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.36-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.34-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.36-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.34-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.36-sources.jarN/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp5-sources.jar (diff)N/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/web.xml (diff)N/A
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/www/download.html (diff)N/A
The file was added/trunk/www/download/2009-05-18N/A
The file was added/trunk/www/download/2009-05-18/sa-struts-1.0.4-sp5.zipN/A
The file was added/trunk/www/download/2009-05-18/sa-struts-tutorial-1.0.4-sp5.zipN/A
The file was modified /trunk/www/releaseNotes.html (diff)N/A
Revision 833 by higa:
[SASTRUTS-117]BeanWrapper#entrySet()を実装しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/BeanWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/BeanWrapperTest.java (diff)N/A
Revision 832 by higa:
[SASTRUTS-116]ActionFormのプロパティをリクエストにセットするときにActionFormWrapper経由にしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts-tutorial/.classpath (diff)N/A
The file was modified /trunk/sa-struts-tutorial/build.xml (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp4.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp5.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp4-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp5-sources.jarN/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/customizer/ActionCustomizer.java (diff)N/A
Revision 831 by higa:
[SASTRUTS-115]親アクションの検証メソッドを呼び出せない問題を修正しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/build.xml (diff)N/A
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionWrapperTest.java (diff)N/A
Revision 820 by higa:
1.0.4-sp4リリース。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts-tutorial/.classpath (diff)N/A
The file was modified /trunk/sa-struts-tutorial/build.xml (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.33.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.34.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.33.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.34.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.33.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.34.jarN/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp4.jar (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.33-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.34-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.33-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.34-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.33-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.34-sources.jarN/A
The file was modified /trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp4-sources.jar (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/test/javaN/A
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/www/download.html (diff)N/A
The file was added/trunk/www/download/2009-01-31N/A
The file was added/trunk/www/download/2009-01-31/sa-struts-1.0.4-sp4.zipN/A
The file was added/trunk/www/download/2009-01-31/sa-struts-tutorial-1.0.4-sp4.zipN/A
The file was modified /trunk/www/releaseNotes.html (diff)N/A
Revision 819 by higa:
Javadocのcopyrightを2009に変更しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was added/trunk/sa-struts/src/header-definition.xmlN/A
The file was added/trunk/sa-struts/src/header.txtN/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionFormWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionFormWrapperClass.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ArrayIteratorWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ArrayWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/BeanWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/IteratorWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ListIteratorWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ListWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/MapWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2DynaProperty.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/WrapperUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/ActionForm.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Arg.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/ByteType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/CreditCardType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/DateType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/DoubleRange.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/DoubleType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/EmailType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Execute.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/FloatRange.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/FloatType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/IntRange.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/IntegerType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/LongRange.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/LongType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Mask.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Maxbytelength.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Maxlength.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Minbytelength.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Minlength.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Msg.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Required.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/ShortType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/UrlType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Validator.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/annotation/Validwhen.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ActionMapping.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ExecuteConfig.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2FormBeanConfig.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ModuleConfig.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ModuleConfigFactory.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ValidationConfig.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/creator/FormCreator.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/customizer/ActionCustomizer.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/customizer/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/enums/SaveType.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/ActionMessagesException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/DuplicateExecuteMethodAndPropertyRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/ExecuteMethodNotFoundRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/IllegalExecuteMethodRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/IllegalInputPatternRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/IllegalUrlPatternRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/IllegalValidateMethodRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/IllegalValidatorOfExecuteMethodRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/IndexedPropertyNotListArrayRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/MultipleAllSelectedUrlPatternRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/NoParameterizedListRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/NoRoleRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/exception/UnmatchValidatorAndValidateRuntimeException.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/filter/RoutingFilter.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/filter/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/interceptor/ActionMessagesThrowsInterceptor.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/taglib/S2FormTag.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/taglib/S2Functions.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/taglib/S2LinkTag.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/taglib/S2SubmitTag.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/taglib/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/upload/S2MultipartRequestHandler.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ActionFormUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ActionMessagesUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ActionUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/MessageResourcesUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/RequestUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ResponseUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/RoutingUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/S2ActionMappingUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/S2ExecuteConfigUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/S2ModuleConfigUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/S2PropertyMessageResources.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/S2PropertyMessageResourcesFactory.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ServletContextUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/URLEncoderUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/UploadUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ValidatorResourcesUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/validator/S2FieldChecks.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/validator/S2GenericValidator.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/validator/S2ValidatorPlugIn.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/validator/S2ValidatorResources.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/validator/package-info.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionFormWrapperClassTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionFormWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ActionWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ArrayIteratorWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ArrayWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/BeanWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/IteratorWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ListIteratorWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ListWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/MapWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/S2DynaPropertyTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/S2RequestProcessorTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/WrapperUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/S2ActionMappingTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/S2ExecuteConfigTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/S2FormBeanConfigTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/S2ModuleConfigFactoryTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/S2ModuleConfigTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/action/HelloAction.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/action/IndexAction.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/action/aaa/IndexAction.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/customizer/ActionCustomizerTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/ActionMessagesExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/DuplicateExecuteMethodAndPropertyRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/ExecuteMethodNotFoundRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/IllegalExecuteMethodRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/IllegalInputPatternRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/IllegalUrlPatternRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/IllegalValidateMethodRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/IllegalValidatorOfExecuteMethodRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/IndexedPropertyNotListArrayRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/MultipleAllSelectedUrlPatternRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/NoParameterizedListRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/NoRoleRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/exception/UnmatchValidatorAndValidateRuntimeExceptionTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/filter/RoutingFilterTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/interceptor/ActionMessagesThrowsInterceptorTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/taglib/S2FunctionsTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ActionFormUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ActionMessagesUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ActionUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/MessageResourcesUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/RequestUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ResponseUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/RoutingUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/S2ActionMappingUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/S2ExecuteConfigUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/S2ModuleConfigUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/S2PropertyMessageResourcesFactoryTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/S2PropertyMessageResourcesTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ServletContextUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/URLEncoderUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/UploadUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ValidatorResourcesUtilTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/validator/S2GenericValidatorTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/validator/S2ValidatorPlugInTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/validator/S2ValidatorResourcesTest.java (diff)N/A
Revision 810 by higa:
[SASTRUTS-113]エラーメッセージの表示順をsetter,getterメソッドがあるときでもField順にしました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts-tutorial/.classpath (diff)N/A
The file was removed/trunk/sa-struts-tutorial/.settings/org.seasar.sastrutsplugin.prefsN/A
The file was modified /trunk/sa-struts-tutorial/build.xml (diff)N/A
The file was modified /trunk/sa-struts-tutorial/src/main/java/tutorial/form/ValidatorForm.java (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp3.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp4.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp3-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp4-sources.jarN/A
The file was modified /trunk/sa-struts/build.xml (diff)N/A
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/customizer/ActionCustomizer.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/validator/S2GenericValidatorTest.java (diff)N/A
Revision 794 by higa:
1.0.4-sp3のリリース。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts-tutorial/.classpath (diff)N/A
The file was modified /trunk/sa-struts-tutorial/build.xml (diff)N/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.31.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-extension-2.4.33.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.31.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-framework-2.4.33.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.31.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/s2-tiger-2.4.33.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp2.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/lib/sa-struts-1.0.4-sp3.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.31-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-extension-2.4.33-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.31-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-framework-2.4.33-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.31-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/s2-tiger-2.4.33-sources.jarN/A
The file was removed/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp2-sources.jarN/A
The file was added/trunk/sa-struts-tutorial/src/main/webapp/WEB-INF/libsrc/sa-struts-1.0.4-sp3-sources.jarN/A
The file was added/trunk/sa-struts/.settings/org.eclipse.core.resources.prefsN/A
The file was modified /trunk/sa-struts/build.xml (diff)N/A
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/S2RequestProcessor.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ArrayWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/BeanWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/ListWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/MapWrapperTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/action/S2RequestProcessorTest.java (diff)N/A
The file was modified /trunk/www/download.html (diff)N/A
The file was added/trunk/www/download/2008-12-05N/A
The file was added/trunk/www/download/2008-12-05/sa-struts-1.0.4-sp3.zipN/A
The file was added/trunk/www/download/2008-12-05/sa-struts-tutorial-1.0.4-sp3.zipN/A
The file was modified /trunk/www/releaseNotes.html (diff)N/A
Revision 792 by higa:
pom.xmlのバージョンを1.0.4-sp3に変更しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/pom.xml (diff)N/A
Revision 791 by higa:
[SASTRUTS-111]実行メソッドでActionMessageを設定したときに無限ループする問題を修正しました。
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/action/ActionWrapper.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/config/S2ExecuteConfig.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/interceptor/ActionMessagesThrowsInterceptor.java (diff)N/A
The file was modified /trunk/sa-struts/src/main/java/org/seasar/struts/util/ActionMessagesUtil.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/config/S2ExecuteConfigTest.java (diff)N/A
The file was modified /trunk/sa-struts/src/test/java/org/seasar/struts/util/ActionMessagesUtilTest.java (diff)N/A