Hi Com.
I have a problem related to static field.
in other words i have a class like this.
and my goal will be to inject the list of constant.Code:public class IConstants { public static Vector<Integer> LIST_OF_CONST;
like this
Thanks in advance!!!Code:<bean id="iConstants" class="com.cryms.pardo.extranet.efospring.utility.IConstants"> <property name="TEST_FAT" > <list> <value>17</value> </list> </property> </bean>
have a nice day o night depending the GMT.


Reply With Quote
I do not yet understood why there isn't the support of inject value in a static side.