I am currently working on a Spring project and I need help. In my JSP pages, I use Spring form tags. For instance:
<form:input size="30" type="file" path="attachment" />
I need to know how I can give this tag the ability to overwrite the word βviewβ so that I can use the tag to call other text from the .properties file. I tried to use header parameters and values ββand it never worked.
I have to do this to show βvoirβ in the case of French βζ΅θ§β in the case of Chinese, etc.
source
share