2 Replies Latest reply on Dec 10, 2007 6:51 AM by shandor

    how to reRender  component(s), based on server side logics

    shandor

      Hi,

      Is there a way to tell the framework to reRender a certain component before committing the response ?
      ... without having "reRender" attribute set on the component, that is.

      What i need to do is calculate in runtime, on the server, which components need to be reRendered.... and tell the framework to add them to the current ajax response

      Thanks