7 Replies Latest reply on Apr 27, 2010 2:19 PM by nbelaevski

    refresh jsf component from backing bean

    svkap

      Hi again.

       

      I am sure that this is really stupid question but I couldn't find any examples. I want to refresh a group of components and update their values from the backing bean (after execution of 1 method). I have access to the components but I cannot figure out how can I do it. I want to achieve the effect of HtmlAjaxSupport.

       

      I have tried with this with no luck:

       

      myPanelGrid.processUpdates(FacesContext.getCurrentInstance());
      

       

      Thank you.