0 Replies Latest reply on Jun 4, 2007 1:49 AM by holicy

    Is it necessary to extends AjaxActionComponent?

    holicy

      I have developed a custom component which provides some Ajax functionality.
      I find out that whether the component extends AjaxActionComponent or not (just utilize AjaxRendererUtils),
      it works find in either event.
      So my question is as the title,
      is it necessary to extends AjaxActionComponent if that component provides some Ajax action?
      And what are the advantages?

      Thanks in advance.