I want that a JSP shows dynamically the content of a key in the internationalization's .properties (ApplicationResourses.properties) depending on the value that comes out.
I get this value in each element of a set that itero with iterate in the JSP. The first thing I tried to do was to put tag bean: write as a key of tag bean: message, but an error appeared.
I'd like to ask you if you've ever done something like that or if you haven't, I'd like to know how will you solve it.
Thanks
Marcus