简体   繁体   中英

struts 1, properties file

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?

您可以使用java.util.Properties读取属性文件,并从Action注入一些请求属性,或在ActionForm中注入属性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM