Hi
Can somebody suggest a spring class to use for defining beans which represent an application context dropdown list for name value pairs?
Something where you can specify a default value would be great.
Jim
![]()
Hi
Can somebody suggest a spring class to use for defining beans which represent an application context dropdown list for name value pairs?
Something where you can specify a default value would be great.
Jim
![]()
Jim,
You *may* use: org.springframework.beans.PropertyValue.
but why not roll your own class something like LabelValueBean.
ATTA
Originally Posted by jim