Hi,
I'm building a tree in applet using JTree. I want each node of the tree to be a link such that when the user clicks a node, the request goes to a servlet. Also, each node sends a unique key-value pair to the servlet so that the servlet knows which node was clicked. This means that each node has it's own unique url.
The response from the servlet is a page displayed in a different frame on the same window.
Can somebody suggest a solution to this problem?
Thanks in advance,
Anchal.
I'm building a tree in applet using JTree. I want each node of the tree to be a link such that when the user clicks a node, the request goes to a servlet. Also, each node sends a unique key-value pair to the servlet so that the servlet knows which node was clicked. This means that each node has it's own unique url.
The response from the servlet is a page displayed in a different frame on the same window.
Can somebody suggest a solution to this problem?
Thanks in advance,
Anchal.