Deepa のメッセージ:
> Hi,
>
[quoted text clipped - 10 lines]
> Thanks in advance.
> Deepa
Is is like this? :
<TD><%= arrayList.get(n) %></TD>
Deepa - 31 Jul 2006 09:59 GMT
I have added in arrayList like this
retArrayList.add(rs.getString(5));
log.debug("First name of terminated emp : " +
rs.getString(5));
retArrayList.add(rs.getString(6));
log.debug("Last name of terminated emp : " +
rs.getString(6));
say if there are 7 records then arrayList returning its size as 14 (7
for firstname and 7 for lastname). but according to me its size shod be
7.
> Deepa のメッセージ:
>
[quoted text clipped - 14 lines]
> Is is like this? :
> <TD><%= arrayList.get(n) %></TD>