Give a different value for input

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.

+3
source share
1 answer

, CSS/JavaScript, . SO.

+5

Source: https://habr.com/ru/post/1778701/


All Articles