> -----Oorspronkelijk bericht----- > Van: Ugo Cei [mailto:[EMAIL PROTECTED] > > Vector (besides being a "legacy" class) is not a Collection. You need > to pass a Java2 collection to the template (i.e. a class implementing > java.util.Collection) and not a Vector.
AFAICS, Vector is a collection. I had a similair problem, and found that somehow JXPath doesn't iterate trough the collection correctly (if I remember correctly). I used the JavaSelectionList instead. Bart. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
