Link to home
Start Free TrialLog in
Avatar of eldoz12
eldoz12

asked on

Tabs on jsp page

Hello Experts ,
I need to build a jsp page which have tabs  on the top and display field  right below the tabs  and when each tab is clicked the display field changes as required, by default when the page is first encountered it is set to the first tab and the display shows the features under the first tab .

  tab1 tab2 tab3 tab4

  [

     display area


                           ]

plz foward me a link which can help me slove the problem or any ideas which can help me start off
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you cant access the link use and study JSF - Java Server Faces it has good tags for creating tabs.
If you like to do this in JSP I'dd suggest you to use this IDE : http://www.m7.com/product.do
You can use it for certain number of days then after that it will be just a jsp editor.

It has components for creating tabs like MyFacesExtension's Panel Tabbed Pane.
agreed