1 Reply Latest reply on Dec 14, 2009 4:46 AM by ilya_shaikovsky

    bind <a4j:support> to a component using an element-id

      Is there any attribute/way to bind <a4j:support> to a component without nesting the <a4j:support> inside the  component?

       

      Like using the "for" attribute e.g. in a datascroller for referencing its datatable by id.

       

      It could read like the  following

      <a4j:support event=”onshow”  action=”#{myBean.myMethod}” for=”myModalPanel”  />

       

      <rich:modalPanel  id=”myModalPanel” ….>

      </rich:modalPanel>

       

      Is this feature already implemented  in any way or planned to be realized?