1 Reply Latest reply on Jun 26, 2007 2:53 PM by sergeysmirnov

    reRender attribute

    technocrat

      HI
      I have a web application using myfaces 1.1.5.Now i wud like to add Ajax support to it.The main concern is to minimize the rework as far as possible.I have a custom div component which is used for positioning using css.For this component clientId is not generated.So when i give the id of a div for the reRender attribute, a4j tries to locate the coponent by clientId.So the partial rendering is not happening. Is there any way to override this behaviour.

      Please advice.