3 Replies Latest reply on Nov 10, 2008 9:48 PM by nbelaevski

    how to findComponent with Id inside a bean

    lmk

      Hello,

      I want to get an UIInput component on validation phase inside backingBean, Richfaces generate the id for input component inside modalPanel. so, the code below dont works:

      UIInput passwordInput = (UIInput) context.getViewRoot().findComponent("formId:inputId");
      


      there exist any workaround?

      thanks.