Hi, My requirement is to use a message resource key for html:link href attribute instead of passing a hardcoded value.
Below:
<html:link href="${item.link}" >Some text</html:link>
I want to replace, ${item.link} with a key from resource file, btw my ${
item.link} returns a key only.
Can some one give an insight.
Thanks,
--
Vinit Sharma

