Hi ,

i am newbie to Jquery and Dynatree also.

I want to Load my tree dynamically and need to get the tree data from
db.
For that I am using initajax() like this

$(function(){
   $("#myTree").dynatree({
        initAjax: {
                       url: "http://localhost:8080/TreeSample/pages/
test.jsp",
                       dataType: "json",
                       data: {
                               key: "key",
                              mode: "baseFolders"
                             }
                    }
});

});

I for Load Error message in my tree. Instead of JSON I want to use
XML .
how can I achieve this?
Kindly help me out on this..
Thanks...

By
s...@mbps

Reply via email to