4 Replies Latest reply on Apr 29, 2010 3:05 PM by shin0135

    Problem with selectOneMenu

    marcel.m.vielsack.cluetec.de

      Hi!


      I want to use the selectOneMenu to choose a dimension out of a list and store the chosen dimension to my bean.
      The values are displayed but when I choose a Item the value isn't stored into my bean.
      Here's my code from the xhtml


      <h:selectOneMenu id="dim" value="#{product.dimension}">


      <f:selectItems value="#{ProductDetailsAction.coicopDimensions}"></f:selectItems>


      <s:convertEntity />


      </h:selectOneMenu>


      Does anybody know how to fix it?


      Thanks


      Marcel