-
Dec 7th, 2009, 03:57 PM
#1
jsp 2.0 Tag File Attribute Question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules