vij123 0 Newbie Poster
<s:iterator value="listObject"> <s:component template="abc.vm"> <s:param name="text" value="listKey" /> <s:param name="prefix" value="listIndex" /> </s:component>
</s:iterator>

listKey is keys in a list. i am using iterator to traverse the list.
i want to put here internationalization concept.so that when i write key of list then it find its associated values in a list and ask for their properties file values then display the properties file values.
for this, i have also store the corresponding values in two properties file that correspond to a values of list.
now i want to access these corresponding properties values via keys (that associated to values in list) on jsp page
please help.