1 Reply Latest reply on Sep 18, 2007 10:45 AM by vwiencek

    <a:commandLink> rendering a parent component

    vwiencek

      Hi,

      I'm facing a little problem : is it possible for a <a:commandLink> component to render a parent compent, containing itself ?

      <a:outputPanel id="panel1">
      ....
      <a:commandLink rerender="panel1" action="bean.Action">
      ...

      Thanks