1 Reply Latest reply on May 30, 2007 2:13 PM by alexsmirnov

    a4j:include and dojo component

    mblondel

      Hello,

      I would like to create a wizard using the tag a4j:include.
      Inside the first child page of my wizard, I have my own component using dojo.
      When I load the first page, the component works well. But when, I click on "Next" and then "Back" to review the first page, the component is not reloaded.
      It seems that the dojo component is not interpreted.
      Have you got an idea ????

      Thanks for your help

        • 1. Re: a4j:include and dojo component
          alexsmirnov

          ajax4jsf must run content of a all tags inside updated DOM elements. But, of course, no events like page 'onload' is called. Can you provide more detail information about your dojo components ( especially, client-side markup and JavaScript code ).