我在Struts2中有一个项目,并且难以制作包含属性。 我更好地解释了这个问题
我的项目中有许多属性,其标签位于WEB-INF类
级别Cliente1_Mybundel.properties
关于java中的IF的客户我加载
LocalizedTextUtil.addDefaultResourceBundle ("Cliente1_Mybundel.properties");
一切正常。
我的问题是在另一个Generico_Mybundel.properties
属性中包含属性,因为它们会将所有属性用于所有客户
具体来说,我想在包含Cliente1_Mybundel.properties
Generico_Mybundel.properties
的文件中执行此操作
示例:
Cliente1_Mybundel.properties
的内容:
inserimento=inserimento dato
modifica=modifica dato
<% Include file = "WEB-INF / classes / Generico_Mybundel.properties"%>
Cliente1_Mybundel.properties -> (INCLUDE) -> Generico_Mybundel.properties
可以吗? 我试过各种包括但不能使它工作