Ticket #14 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

c:forEach and ui:repeat don't support any Collection, only List

Reported by: michael Assigned to:
Priority: medium Milestone:
Component: jstl-taglib Version:
Keywords: Cc:
Total Hours: 0.5 Billable?: 1
Add Hours to Ticket: 0 Dependencies:
Estimated Number of Hours: 0

Description

The code presumes support for get(index) which is only available on java.util.List not the generic Collection interface.

Change History

05/10/07 16:27:23 changed by michael

  • hours set to 0.5.
  • status changed from new to closed.
  • resolution set to fixed.
  • totalhours changed from 0.0 to 0.5.

In [3201]: Fixes #14, spent 0.5. Fix taken from Facelets issue 142: https://facelets.dev.java.net/issues/show_bug.cgi?id=142