7 Replies Latest reply on Nov 5, 2006 1:24 PM by gavin.king

    using links with themeSelector instead of selectOneMenu

    basel

      How can I set the value of themeSelector.theme when using s:link or h:outputLink? selectOneMenu works fine but it does not fit that well with currnt look and feel of my website. It would be nice to have links as follows:
      Themes: original | dark | custom

      Using c:forEach I managed to get the name of the them from the value property of each selectItem but I don't know how to set themeSelector.theme with that value. Would it possible to use h:inputHidden?