Probably a very basic question, and infinitely dealable....I hope. I have a User object, which itself contains a Set of UserData objects (the UserData is stuff that needs to be multilingual. Each instance has the part of the user's data that would vary when presented in each language).
So, in my JSP, how do I get to a specific instance of UserData? I can write a getter than could take a locale or even just a language code, but since it's not a numeric, the taglib chokes on it, or at least it appears to --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

