楼主上面的这些设置应该没问题,我已经试过的,可以的。
你看看你的jInstituteUser.js engine.js util.js有没有加到页面中
还有web.xml配置了没有

解决方案 »

  1.   

    试试:
    --------------
    <script>

    function onExpand_handle (data){     
        alert(data);
        }   
    function onExpand(treeitem) {  
               
                jInstituteUser.getChildInsitute(onExpand_handle);            
                                                 
            }

    </script>
      

  2.   

    能正确调用,但是alert的结果为空白。
      

  3.   

    怎么是空白呢,我测试过你的代码,由于你返回的是list,所以alert的结果是对象啊,没问题的。如果你在dwr的调试页面测试的话,结果一目了然。
    肯定是你其他哪儿出错了