0 Replies Latest reply on Nov 29, 2007 5:48 PM by andrenpaes

    Using a4j:include and action methods

    andrenpaes

      Hi guys,

      I need a way to include the outcome of a action method in a page. Kind of the same way jsp:include or c:import works, where we can include in any page the returned page of a struts action, for example, or even a servlet.
      I don't think it's possible to do this using the tag a4j:include. Is there any way to do that? Or maybe this is a request for a new feature?

      The code would look something like this:

      ...
      <a4j:include action="#{myManagedBean.loadProperties}" />
      ...
      


      Thanks,

      Andre