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


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Tabbed Panes in JSP" Watch "Tabbed Panes in JSP" New topic
Author

Tabbed Panes in JSP

Gaurav Chikara
Ranch Hand

Joined: Jun 09, 2000
Posts: 410
Hello All
I am not sure if this is a right place to ask a question .I am using Struts Tags and there is a need which requires me to put tabbed panes in a jsp
Does any one has an idea as from where I can start on this

Thanks in advance :roll:
[ August 01, 2006: Message edited by: Gaurav Chikara ]

SCJP,SCWCD,SCBCD<br />If Opportunity doesn't knock then build the door
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Tabbed Panes aren't some magical component that you put on a JSP. They are usually an image or a DIV of some sort that are basically a link to 1 of a few things. Clicking on the element with typically either call the server and a new page is shown, but keeping your tabs all there, possibly highlighting the tab you are currently on. Also, they could possibly just flip a DIV to the front hiding the others.

It doesn't really matter that you are using struts. You'll just need to provide the correct actions to the links you build for the tabs. So try a few things, then come back when you have specific problems and we can help you figure them out.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tabbed Panes in JSP
 
Similar Threads
Images+Combo box
JSP Include doesn't work
tabbed panes
How to have tabbed panes in JSP?
Tomahawk Tabbed Panes