3 Replies Latest reply on Aug 30, 2007 3:07 PM by alexsmirnov

    Nested a4j:include navigation issue.

    nikita.leonov

      Looks like nested a4j:includes don't support navigation rules.

      In my practice, if I include some page, for example foo1.xhtml and setup rules which will change it to foo2.xhtml its work perfectly. But if I add foo1.xhtml to the page in the following way:

      <a4j:include viewId="./fooPanel.xhtml"/>


      where fooPanel.xhtml have following code:
      <a4j:include viewId="./foo1.xhtml"/>


      navigation doesn't work. Is it a bug, a "feature" or I do something wrong?

      Regards,
      Niktia Leonov