• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help getting started creating a static window on a site that is there no matter what page you are on

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am wanting a "project explorer" pane to be on the left side of a site. It will be exactly the same thing you see in the Eclipse IDE (the project explorer pane on the left side). It will have a tree form view that is collapsable and expandable (again, just like eclipse). Whatever you have selected in the project explorer pane (say Project 1) will affect what you see on the right side. There will be a horizontal bar of tabs across the top with stuff like add, search, and edit, etc.
So if someone has project 1 selected from the pane, and is on the edit tab, then the user will be able to edit project one.
I hope Ive explained this well enough, I usually have a problem trying to paint a picture with words.

But I am not sure where to start to create a pane like this. I'm not even sure what to search for. I mean I know I could put this pane on every page, but I'm not sure how to have what is selected from the pane affect what you see on the right side. If someone could just give me an idea of what to research that will be enough. I'm willing to do the work, I just am not sure where to start. I'm guessing this will probably be done in the .java code, not on the actual jsp pages?

BTW, I am using Eclipse EE and JSF. I plan to use JSF to create the entire page because I really dislike the drag and drop page creators like FrontPage. Any tips or help on this would be great.
Thanks
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may find Tomahawk's t:tree component useful.
http://myfaces.apache.org/tomahawk-project/tomahawk12/tagdoc/t_tree.html
reply
    Bookmark Topic Watch Topic
  • New Topic