I need to use multiple resource files on my jsp to show localised messages. Whats the way to include it in struts 2.
I have seen <s:i18n name="">
, but this will make the code pretty messy as it need to be written and closed for each of the labels.
I beleive there is message- resource tag in struts 1x which we can declare in struts config. But in struts 2 its not getting recognised.
Any thing similar on the lines to include it on the top of jsp and to use it later ?
Any idea ?