为表单输入提供不同的值
我目前正在开发一个 Spring 项目,需要一些帮助。在我的 JSP 页面中,我使用 spring 表单标签。例如:
<form:input size="30" type="file" path="attachment" />
我需要知道如何为该标签提供覆盖单词“浏览”的选项,以便我可以使用标签从 .properties 文件调用不同的文本。 我尝试过使用标题和值选项,但从未成功。
我需要这样做的原因是在法语中显示“voir”,在中文中显示“浏览”,等等。
I am currently working on a Spring project and I need some help. In my JSPs pages I am using spring form tags. For example:
<form:input size="30" type="file" path="attachment" />
I need to know how can I give this tag an option to overwrite the word "browse", so that I can use tag to call different text from .properties file.
I've tried to use title, and value options and it never worked.
The reason I need to do it is to show "voir" in case of French language, "浏览" in case of Chinese, and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它通常由浏览器提供并且很难更改,因此唯一的解决方法是 CSS/JavaScript hack,请参阅此 SO 线程。
It is normally provided by the browser and hard to change, so the only way around it will be a CSS/JavaScript hack, see this SO thread.