• 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

Tabbed Panes in JSP

 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
If you are using a rototiller, you are doing it wrong. Even on this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic