0 Replies Latest reply on Jul 1, 2008 12:00 PM by lgweb

    suggestionBox

    lgweb

      You can create a suggestionBox for a selectOneMenu, so I tried but not this working, this is possible?

      
      public List<ProdutoNumeracao> buscaNumeracaoes(Object e){
       String valor= e.toString();
       Integer valor2=new Integer(valor);
       IDaoProdutoNumeracao idao = new DaoProdutoNumeracao();
       List<ProdutoNumeracao> modelsugestao=(List<ProdutoNumeracao>)
       idao.ListarTodosProdutoNumeracao(valor2);
       return modelsugestao;
       }