[Seasar-user:17952] Re: [teeda-Nested ForEach]について

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2009年 7月 9日 (木) 04:00:24 JST


小林 (koichik) です.

Date:    Wed, 8 Jul 2009 20:42:04 +0900
From:    thomas <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [Seasar-user:17950] Re: [teeda-Nested ForEach]について

> I atteched one sample layout.
> 
> I want the screen like that one.

I do not understand which columns are variable. 
It is a guess.

<table>
  <thead>
    <tr id="headingItems">
      <th id="th" colspan="8"><span id="yearMonth"></span></th>
    </tr>
    <tr id="headingItems-2">
      <th><span id="xxxLabel"></span></th>
      ...
    </tr>
  </thead>
  <tbody id="projectmemberItemsItems">
    ...
  </tbody>
</table>

public class HeadingDto implements Serializable {
  public String yearMonth;
  public int thColspan;
}

public class XxxPage {
  public List<HeadingDto> headingItems;
  public HeadingDto heading;
  public String yearMonth;
  public int thColspan;
  ...
}


-- 
<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>
</component>



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