• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RichFaces Skinning: menu issues

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone
I am using richFaces and am working on skinning. With many of the components in the html tag library, I can give a style class to tie into the skin. For example:


However, with something like h:selectOneMenu, I can't seem to get any skinning to work correctly. I tried styleClass="rich-select", and that gave the gradient correctly when the menu was empty. However, I want it to look more like the rich:comboBox does. That ties in the menu's button and gives a nice gradient.

I would just use the rich:comboBox, but I can't get it to behave the same way as an h:selectOneMenu.

Any recommendations?

Thanks in advance
~Zack
[ July 04, 2008: Message edited by: Zack Marrapese ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic