Hi...
I would appreciate if someone out there helps me with these basic JSTL questions...
 
1. In c:foreach how do I check whether the collection contains values??? When it has 
values, it iterates a loop fine... Now, if I want to specify 'No records' how do I do 
that???
 
2. How do I check condition.s.. for eg.
 
I wanna alternate row colors... when I do  this, it doesn't work...
<c:when test="${ (count.index%2) != 0 }">
  <tr bgcolor="aa">
</c:when> 
<c:otherwise>
  <tr bgcolor="bb">
</c:otherwise>
Wat's the right way to do this???

Thanx.
-Jacob



---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

Reply via email to