0 Replies Latest reply on Jun 20, 2007 5:28 AM by juanignaciosl

    t:dojoInitializer

    juanignaciosl

      I'm using t:dojoInitializer inside a facelets jspx component, which is inside a richpanel tab. It's rendered depending on a parameter which can change with a a4j:support(ed) check. If it's checked when the page is loaded everything goes fine, but when it's rendered "on demand" through an ajax request (the one triggered by the check) it throws an "djConfig.baseScriptUri has no properties" Javascript error.

      It's already inside a

      <a4j:outputPanel ajaxRendered="true"><f:verbatim>

      Should I know something else about including javascript on a page?

      This is a little complex since it involves ajax4jsf, richfaces, myfaces, tomahawk and facelets, but any help would be greatly appreciated