Hi, I am trying to use two or more resource files in struts2, like this
struts.custom.i18n.resources=Resources1 struts.custom.i18n.resources=Resources2 but it is not working (in JSP pages only values from Resource2 are being displayed and for keys are being displayed from resource1) please tell me how to use multiple resource files in struts2 Thanks