| Author |
Struts2 Tree
|
vijay rangam
Greenhorn
Joined: Aug 25, 2011
Posts: 1
|
|
Hi,
I am using Struts2.1.8 using this i need to ceate tree structure and action for indivicual tree node with the left side will be tree structure and the relevant links details need to display in right side how can i achieve this give a sample peace of code if any with supporting jar etc.,
The tree sturucte like
+Country
+ City
+Branch
- POS1
- POS2
While clicking of POS1 i need to show those details in right side of the same page
How can i achieve this.
|
 |
Johannes Geppert
Ranch Hand
Joined: Jan 12, 2010
Posts: 67
|
|
Do you have seen the Struts2 jQuery Tree Tag?
This in combination with AJAX Links should fit your requirments.
Johannes
|
My Java and Webprogramming Blog
|
 |
debraj mallick
Ranch Hand
Joined: Mar 08, 2011
Posts: 188
|
|
hi,
this link will help you out http://www.weinfreund.de/struts2-jquery-showcase/index.action
|
 |
 |
|
|
subject: Struts2 Tree
|
|
|