I am trying to pass a List of objects as a attribute to a custom tag file. The problem is that it looks like the collection that the tag file gets is now a List of String objects! From what I can tell, it is calling the toString method on my object class and converting each of the objects to a String.
Does anyone have any ideas on how I can successfully reference a list of objects from within a jsp 2.0 Tag File?
FYI: I am passing other attributes as well that are not collections and they work as expected.
Any Help would be appreciated.
Thanks,
Marty


Reply With Quote