Hi there,
I'm trying to get a resource
string using the <bean:message> tag.
All examples online show:
and it works fine even for me.
My problem is I need the key to be a concatenated value from two beans.
for one bean alone is fine, I can use:
but for two beans that's not working for me.
I've tried :
and although i can see the real value i want in the source code it does not get evaluated, so i'm guessing that c:set gets evaluated AFTER the <bean:message>... what can i use to get this working?
I also tried:
No luck either.
Thanks,