aspose file tools
The moose likes JSP and the fly likes tree view in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "tree view in jsp" Watch "tree view in jsp" New topic
Author

tree view in jsp

satheesh subramani
Greenhorn

Joined: Jan 03, 2011
Posts: 29

dynamic tree view in jsp
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

What about it?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Kaustubh G Sharma
Ranch Hand

Joined: May 13, 2010
Posts: 1145

satheesh subramani wrote:dynamic tree view in jsp???


Didn't get you boss.. Can you be more specific


No Kaustubh No Fun, Know Kaustubh Know Fun..
Ajay Kumar Shrivastava
Greenhorn

Joined: Jan 04, 2011
Posts: 5
Please be specific while posting your problem
satheesh subramani
Greenhorn

Joined: Jan 03, 2011
Posts: 29

would like learn how to to create tree view using JSP.
But I don't have any idea to work it out.
Also the content of the tree is retreived from the database.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

You would use HTML and CSS to display the tree of course. Whenever the tree needs to change, you'd need to refresh the who page with the new HTML and CSS to chsoe the changes. This is a very old-fashioned way to do things.

Modern interfaces with use JavaScript to prevent having to refresh the page.

You;d probably be better off using JavaScript and a JavaScript library that offers a tree control that you can use.
satheesh subramani
Greenhorn

Joined: Jan 03, 2011
Posts: 29

i know html but i am new to java script. so please help me to learn java script to create a tree structure.
i search some of the topics to java script tutorials but they teach only how operators,variables,conditional statement differ in java script. sorry to say this i know everything is start with a basic but i don't have time for that.so kindly please help me out of this
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

You'll need to learn JavaScript (not "java script") fundamentals first.
satheesh subramani
Greenhorn

Joined: Jan 03, 2011
Posts: 29

thanks sir,
your guidence is very very help to the beginners sir. you find the major mistake of mine ( java script).its very good sir keep it.
sajad ba
Greenhorn

Joined: Mar 11, 2011
Posts: 1
You may want to try http://www.soft82.com/download/windows/tree4jsp/
It is also downloadable from http://www.einnovates.com/jsptools/tree4jsp/tree4jsp_v1.2.zip
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: tree view in jsp
 
Similar Threads
EJB can't find class when called from servlet
collapse tree view using xsl
JSP Treeview
Tree view in struts
How to create Tree View