• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Drop down display values need to be in color

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to display some values in drop down in diferent colors. Please see the below to know line what I am doing.

batchList.add(new LabelValueBean(ldb.getBatchId().toString() + "- <B><FONT color=\"RED\"> L </FONT></B>-" + "<B>" + ldb.getLockedByUserid(),ldb.getBatchId().toString() + "</B>-"));

The result in dorp down is

1000003- <B><FONT color="RED"> L </FONT></B>-<B>svt001

Just displaying the html code as it is insted of converting. Have any suggestions please ?
reply
    Bookmark Topic Watch Topic
  • New Topic