Wendy Smoak wrote:
I'm not quite sure what the answer to your original question is-- without trying it, I'd guess either key="${foo}bar" or maybe key="${foo + 'bar'}". When you find the right syntax, it should work in either <fmt:message> or <bean:write> (the EL version) if you decide to go with that.
For the record, it's "${foo}bar" not "${foo + 'bar'}"; unfortunately, the JSTL EL doesn't support string concatenation (it'll try to convert the value of foo and the string 'bar' to integer values, which will of course fail).
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]