0 Replies Latest reply on May 15, 2012 5:54 AM by rmutha

    What in richfaces 4 for org.richfaces.component.html.HtmlComboBox ?

    rmutha

      I am new to richfaces and working on richfaces 4.

       

      I am having converter class as follows,

       

      public class AccessEventConverter implements Converter {

          @Inject private Logger log;   

          @Override

          public Object getAsObject(FacesContext arg0, UIComponent arg1, String arg2) {

              // TODO Auto-generated method stub

              org.richfaces.component.html.HtmlComboBox box = (org.richfaces.component.html.HtmlComboBox)arg1;

      }

       

      I search a lot for the replacement of HtmlComboBox and got sugessionbox.But dont know how to get Objetct of SugessionBox here in AccessEventConverter.java.

       

      Any help will be appriciated.