
i have a tree that consists of 3 options say for example
1) aaa
2) bbb
c) ccc
when i click either one of them it should go to the corresponding jsp say
1) aaa_jsp.jsp
2) bbb_jsp.jsp
3) ccc_jsp.jsp
how can we do this ?
and also is there any way to directly transfer control from javascript tree link to struts action class?
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
