Thanks Wendy, that worked. I ended up replacing the "H" with "home" and "V" with "visiting", which is what they represent. I'm not sure I would have considered that, since <c:out> worked.
The usual... consult the JavaBeans specification for property naming conventions. :) If a property name begins with two uppercase letters, it is not decapitalized. The introspector is likely having trouble with HPlayer1Team1Name and hPlayer1Team1Name.
I guess Struts tags and JSTL tags have different rules on case changes.
(aside: wouldn't you rather pass the player and team numbers as parameters?)
It's too long an explaination but I have 20 players in the UI. It's a golf score card, for a tournament. 2 country clubs, each with 5 teams of two and their scores. Hence the really kooky naming convention.
I'd have to play with it to make sure, but try either * rename it to have two lowercase letters at the beginning, or * use HPlayer1TeamName everywhere -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]