[Seasar-user:20731] Re: [Teeda] table 内の checkbox について

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2011年 4月 18日 (月) 23:00:00 JST


小林 (koichik) です.

Date:    Mon, 18 Apr 2011 22:16:03 +0900
From:    "TAKEUCHI, Manabu" <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [Seasar-user:20730] [Teeda] table 内の checkbox について

> // page
> public class HogPage {
>    @RedirectScope private Long argSchoolId;
>    private Long schoolId;
>    private String schoolName;
>    private List<Student> studentItems;
>    private Integer studentIndex;

フィールドが private ということは setter/getter があるかと思いますが,
それが記載されていないために問題があるのかないのか分かりません.

>       hogPageDxo.convert(school, this); // schoolId と schoolName の設定
>       studentItems = studentDao.selectBySchoolId(argSchoolId); //
> studentId と studentName, leader はこちらから

「こちらから」と書かれているプロパティも Page クラスのプロパティとして
必要ですが,存在していますか?

http://teeda.seasar.org/ja/extension/reverse/foreach.html#テーブルの行を繰り返し出力するには

再現する最低限のサンプルがあると早く解決するかもしれません.


-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
    <property name="twitter">"http://twitter.com/koichik"</property>
</component>



Seasar-user メーリングリストの案内