Hello, I am using the bean:message and the logic:iterate tags to print a collection of messages (Vector of String):
<logic:iterate id="key" name="keys"> <bean:message name="key" /> </logic:iterate> I get an exception at org.apache.jasper.compiler.TagBeginGenerator.validate(TagBeginGenerator.java :149) saying, "According to the TLD attribute key is mandatory for tag message" In the tld file, it is indeed mandatory, but according to the Javadoc I thought I would be able to do that. Is it the right way to do it? Thanks, -Fabien --------------------------------------------- Fabien Modoux, Voicemate - http://www.voicemate.com

