-
May 31st, 2007, 09:32 AM
#1
PropertyEditor on static variable
Hi,
Probably a trivial question...
i would like to inject some static variable (int) into a bean :
<bean id="mybean" class="mybean">
<property name="mytab">
<list>
<value>MyClass.UNKNOWN_USER</value>
<value>MyClass.WRONG_PASSWORD</value>
</list>
</property>
</bean>
I think i must create a custom property editor but i dont understand how to register it.
Can you help me.
Thanks
-
May 31st, 2007, 10:00 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules