struts 1,属性文件
我在 struts 1 JSP 文件中有一个选择框。 在该选择框中,我必须从属性文件中的键值检索其选择。 有任何想法吗?
I have a selection box in a struts 1 JSP file. In that selection box I have to retrieve its selection from the key values in the properties file. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 java.util.Properties 读取属性文件,并从 Action 中注入一些请求属性或在 ActionForm 中注入属性。
You can read a properties file using java.util.Properties and inject some request attributes from an Action or inject the properties in the ActionForm.