[YMIR-276] 一度DTOを生成するとSystem NotificationでDTOが再生成対象として表示されない Created: 2009-01-19 Updated: 2009-01-21 Resolved: 2009-01-21 |
|
Status: | Closed |
Project: | Ymir |
Component/s: | None |
Affects Version/s: | 1.0.0 |
Fix Version/s: | 1.0.1 |
Type: | Bug | Priority: | Major |
Reporter: | jflute | Assignee: | skirnir |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
【概要】 【再現環境】 で http://localhost:8080/dbflute-ymir-example/member/search/list.html にアクセスして /member/search/list.html 例えば、tal:content="member/memberStatusName"の下にこれを一行追加 再度アクセスして、SystemNotificationにいくと、 |
Comments |
Comment by skirnir [ 2009-01-21 ] |
確認していただいたのでcloseします。 |
Comment by jflute [ 2009-01-21 ] |
おお、ありがとうございます! |
Comment by skirnir [ 2009-01-21 ] |
対処しました(r2693)。 原因は、Pageのプロパティの型がList<MemberDto>などのGeneric型の場合の考慮が不十分だったためでした。 |
Comment by jflute [ 2009-01-19 ] |
【環境】 and Win XP |