• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Tree using <s:tree> and <s:treenode> tags

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Struts2 latest version.
I have created a tree structure using <s:tree> and <s:treenode> tags in left navigation frame of the page.
My requirement is to invoke an action if I click on any treenode (child) and as a result the response must be displayed in the main frame.

The tree is created but I am not able to give an action on any treenode. can anyone help me in how i can provide an action to a treenode.

Any help will be highly appreciated.


Thanks,
Sunny
reply
    Bookmark Topic Watch Topic
  • New Topic