Results 1 to 2 of 2

Thread: What class should I use to load dropdown name/value beans?

  1. #1
    Join Date
    Dec 2004
    Location
    London
    Posts
    51

    Default What class should I use to load dropdown name/value beans?

    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


  2. #2
    Join Date
    Dec 2004
    Posts
    12

    Default Re: What class should I use to load dropdown name/value bean

    Jim,

    You *may* use: org.springframework.beans.PropertyValue.

    but why not roll your own class something like LabelValueBean.

    ATTA

    Quote Originally Posted by 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


Similar Threads

  1. Order of Bean definitions matters?
    By cfuser in forum Container
    Replies: 2
    Last Post: Oct 21st, 2005, 10:29 AM
  2. Spring container fails with no exception
    By naor in forum Container
    Replies: 9
    Last Post: Oct 1st, 2005, 03:39 PM
  3. EHCaching Hibernate
    By dencamel in forum Data
    Replies: 3
    Last Post: Sep 6th, 2005, 09:03 PM
  4. Replies: 3
    Last Post: Sep 4th, 2005, 11:11 PM
  5. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •