1 Reply Latest reply on Nov 24, 2008 2:04 PM by jbalunas

    reRender

    paul.williams

      Hi !

      Assume I have two <h:inputText>

      1. For Name
      2. For Age

      with required attribute set to true i.e. required="true".

      When I submit the form with <a4j:commandLink> without setting the value for Age i get the correct error message for Name that I need to set values, from the requiredMessage.
      When i try to now reRender with some value from the request scope, the already set bean value of Name is not getting reRendered properly, instead it is getting the value from the previous request. Can anyone help me on this.