4 Replies Latest reply on Aug 24, 2011 4:18 AM by andrejs

    Cannot select "" value with rich:select

    andrejs

      Value of rich:select not changed to empty "" value :-(

       

       

       

      Workaraound: i use not "", but "-" and in the backing bean

       

      if(selectValue.equals("-")) {

           selectValue="";

      }

       

       

      Any ideas?