0 Replies Latest reply on Feb 27, 2008 11:00 AM by bibinsga25

    a4j:include with paramaters

    bibinsga25

      Hi,
      I have an a4j:include in my page like


      <a4j:include ajaxRendered="true" id="rightContents" viewId="#{customerTree.currentDynamicView}"/>
      
      


      and in the backing bean

      
      public String getCurrentDynamicView() {
       return rightNavs.get(getSelection())+"?id=1";
      }
      
      



      But then I am getting error like

      java.io.FileNotFoundException: /pages/includes/customer-info-edit.jspx?id=1 Not Found in ExternalContext as a Resource

      Please let me know how can I pass a parameter in the request for this dynamic include from the backing bean.Please help.Plsssss

      Also is there any way I can combine a4j:include and a4j:actionParam to do this stuff.Please respond
      Thanks
      Bibin