Hi all
I am migrating myself from JSTL/Struts 1 to Struts 2 I am looking for a way to dynamically load <s:text name="somethingDynamic"/> In JSTL/Struts 1 I can do this: <fmt:message key="${someVariable}"/> And i'd like to do this using Struts2: <s:text name="somethingDynamicHere"/> I have searched high and low for the answer... anyone know how to do this please?? Cheers Nick Maunder