为表单输入提供不同的值

发布于 2024-10-06 05:22:48 字数 285 浏览 3 评论 0原文

我目前正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

临风闻羌笛 2024-10-13 05:22:49

它通常由浏览器提供并且很难更改,因此唯一的解决方法是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文