8 Replies Latest reply on Nov 19, 2008 9:13 AM by panky_p

    rich:inplaceSelect not working in FireFox

    panky_p

      Hi,
      I had problem in displaying rich:inplaceSelect list values in FireFox and in Google Chrome

      <rich:inplaceSelect value="#{myBean.selVal}"
       openOnEdit="true" editEvent="ondblclick" layout="block">
       <f:selectItems value="#{myBean.optionVals}"/>
      </rich:inplaceSelect>

      where optionVals is a list of SelectItems.
      my problem is when I double click on the inplaceSelect it is not displaying the dopdown list.

      What is wrong with my code??