I want to know is it possible to make tree based menu in JSP and Javascript just like JTree type menu for desktop applications. If any body knows it please throw some light on it. Any help is highly appreciable. Thanks in advance.
Actually i tried it using JSP and javascript but the problem my tree nodes are stored in a database on the server side which i need to delete dynamically and update the tree . Also if i add a node to tree it should add to the tree according to its position in the hierarchy. Now the problem is JSP can communicate to javascript but javascript i.e can't communicate to jsp until a user trigger it.