I want to create tab's in JSP..?

Hello experts,
I want to create tab's in JSP page. So if there is in taglib for tab's. So please let me know which one is this and how to implement it. And the directory structure of the Application folder.
Thanks and Regards,
Andy Surya

Or you could write your own using divs and css, it wouldnt take very long as I have done it a couple of times. It might not be the best solution, but I made each tab section an action apart from the page you are currently on and used a separate jsp for each individual tab page. The html was replicated at the top of each page. Each clickable tab header had an action behind it fired by javascript.
It requires a page refresh on each tab click and multiple jsp's (one for each tab) so might not be the most appropriate solution but it works very well and looks good.

Similar Messages

  • Creating Tab pages using JSP

    Can anyone help me in creating Tab Pages using JSP ?

    in JDeveloper 3.1 or greater version
    you have JSP Element wizard
    on riht click on mouse you choise JSP Element wizard
    end JSTabContainer
    or you write folowing code(example):
    <jsp:useBean class="oracle.jdeveloper.jsp.wb.JSTabContainer" id="tbc" scope="request" >
    <%
    tbc.setName("tbc");
    tbc.setTitle("Dr`avi");
    tbc.setHelpText("Drzavi");
    tbc.setUseModalPage(true);
    tbc.setInitialTab(1);
    tbc.setTopFrameURL("DrzaviView_Top.jsp?tc=tbc");
    tbc.setBottomFrameURL("ViewBottom.jsp?tc=tbc");
    tbc.initialize(pageContext);
    tbc.addTab("Tab1", "DR@AVA", "DrzaviView displayed using the Row Viewer", "", "DrzaviView_RowViewer.jsp", true, true, false, null);
    tbc.addTab("Tab2", "DR@AVI", "DrzaviView displayed using the Rowset Browser", "", "DrzaviView_Browse.jsp", true, true, false, null);
    tbc.render();
    %>
    </jsp:useBean>

  • Any idea on how to create tabs?

    Hi,
    I have a project and I want to create tabs to contain different contents based on categories. Any ideas how could I do this?
    Thanks in advance,
    Rafael Carignato

    Here is a sample on how to use yepnope and also the ui for the accordion this time.
    https://www.box.com/s/gbzuu9c9tupp120lsfnq
    As far as loading anything, I do not see why not.
    I have not used xml but I have used json. This would probably work too.
    Here is a link on how to use json:
    https://www.box.com/s/ixhuugw9wgjdyowqsruu

  • Creating tabs in a portlet

    Hey, I want to create tabs in my portlet. I've search on the web and it's seem that jsf doesn't provide any component to do this. Any one of you have an idea how I can implement it ?
    I've tried some solution, but their is always a problem using it in a portlet because most of them are design to be display in a regular page.
    Please help me

    Hey, I want to create tabs in my portlet. I've search on the web and it's seem that jsf doesn't provide any component to do this. Any one of you have an idea how I can implement it ?
    I've tried some solution, but their is always a problem using it in a portlet because most of them are design to be display in a regular page.
    Please help me

  • How do i create TABs page dynamically using htmldb

    Hi,
    I want to create tab page using htmldb app. Using wizard it does not allow me to create tab through sql query. Is there any other option to do this?
    Please Help.
    Regards
    Vishal

    You might try to create a bunch of Tabs (static) and set shown condition to a variable controlled dynamically. Sort of semi-dynamical Tab, which I actually use but don't know it fit your need or not.
    DC

  • How to create tab pane in jsf

    i have two pages
    file.jsp
    file1.jsp
    i want to open these page in diff tab.
    both pages contains ajax tags
    how i will do this.

    There are several 3rd components available to create tabbed panels. Look around at the sites of Tomahawk, RI Sandbox, ICEFaces and ADF for example.

  • How  to create Tab pages using servlet

    I want to create a tab pages which can carry different pages. Can you help me on this?? Provided if you have some guideline or program which can help me.
    Thanks
    Message was edited by:
    wesleygch

    those kinda tab pages should be coded :) there is no built-in support for them!
    like BalusC wrote you better sould export the layout into CSS, then, you have the option of using javascript when switching between tabs.
    if you want to avoid using of javascript or you want to do it serverside, then you'll have to write that tab handling in your jsp page

  • Tabbed Panel in JSP

    Hi , could anyone please give me the syntax for creating a tabbed panel in JSP? Is there anything i should include?
    It'd be great if you could pass on a sample code...
    Thank you!

    I'm starting to lean toward Echo2 for any of these crazy projects/requirements that insist on HTML pages acting like full-blown client-side apps. Check out Echo2 if you want to do heavy GUI stuff through web pages. It operates via Ajax but you don't have to code any of the Ajax.

  • How to create tab pages in EP

    Hi Experts,
    Can you please let me know how to create tab pages in EP. I have created one page. In this page, I have to place 2 iViews as tab pages. Can you please let me know how I can acheive this?
    Regards,

    Stuart,
    Within a SAP Portal Tabs are not used like you want them to
    By default Tabs are used inside an iView and not to "tab" between iViews on a page...
    The most straightforward solution would be creating a custom PageLayout that you can assign to your page.
    I would sugest to implement this custom PageLayout with DIV layers and trigger "tabbing" via JavaScript eventing.
    For more infor on how to create a custom PageLayout take a look at here:
    [http://help.sap.com/saphelp_nw70/helpdata/en/42/efbac120711a71e10000000a422035/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/42/efbac120711a71e10000000a422035/frameset.htm]
    Good Luck,
    Benjamin Houttuin

  • Can any one give me hint how to create(dsplay) calendar in jsp 1.2

    can any one give me hint how to create(dsplay) calendar in jsp 1.2
    friends
    i wants to display calendar (not the date) in tabular way please give me hint how to create it

    Hi,
    i would just add my question cos it looks similar , how can i add calendar of the whole year and let the user browse and select it
    thanX in advance

  • Want to create a new folder in Windows using Java?

    Hello everyone!!!
    The situation is I want to create a folder using Java.
    What I am doing is I am asking client to upload files.If the client is uploading for the first time a new folder is created on the server side and all the files related with that client will be uploaded in that folder only.Can anyone help me with the code.I am using html for letting client select the file to be uploaded and jsp to upload the file .The server I am using is Tomcat5.5 and OS is Windows Xp.
    Please help me with the code or any alternate logic.
    Thanks in advance.

    create a java.io.File object for the path you'd like your directory to have and call .mkdir() on it (or mkdirs() if you need to create a hierarchy of directories).

  • HT1351 My fifth generation nano will no longer sync my address book from my Mac. It gives me an error message that "You have no contacts" and asks me if I want to create some.  My address book is full of contacts. Sync works for everything else.

    My 5th generation nano will no longer Sync my address book from my Mac.  It gives me a message that I have no "Contacts", and asks if I want to create some.  My address book is full of contacts, but for some reason it thinks it is empty.  All the other sync operations work fine including iCal.  My Mac is running OS X 10.7.4.

    It sounds like all of your contacts on your Mac running Lion are actually stored up in iCloud. 
    Several users running Mac OS X Lion and now ML (and iCloud) have no longer been able to "sync" contacts over to their older iPods models.
    A work around is to export all of your contacts out of Address Book as vCards and them copy these vCards into your iPod's Contacts folder.  You'll need to have the Enable Disk Use option ticked from under the iPod's Summary tab in order to browse out to the iPod's Contacts folder via the Finder.
    Using your iPod as a storage drive
    That's the only "solution" I have been able to use to get contacts to sync/appear on my 5G iPod Video.
    B-rock

  • PSE 10 won't open "CREATE" tab - stalls at "Initializing" (Mac OSX 10.6.8)

    Hi everyone,
         I just purchased a copy of Photo Shop Elements & Premiere Elements 10 and can't get PSE to work properly.  I can't use the "Create" tab - which is really annoying because it is the main reason I wanted PSE 10 for...  So far I've tried 3 clean installs without any success - it always stalls at "initializing."
    My computer meets the minimum system requirements:
    Intel Core 2 Duo 2.54Ghz, 100gb of free hdd space, 4GB RAM and OSX 10.6.8 running.
    The rest of the program seems to be ok - but I can't access that tab... I'm beyond frustrated by now...
    Can anyone help me out here? I'd really appreciate it...
    Thanks!

    Hi Barbara! The Creat tab does open in organizer - but when you select an option ex. photo calendar, it switches to pse and it stalls at initializing...
    I tried EVERY fix suggested on the link you posted and nothing worked - except creating a new user account. I just created a new Admin account and It works!!!
    Don't know what is wrong with mine though...  I'd have to copy my photo library to the new account which is kind of troublesome and a pain to do... Plus I'll be having to switch from one account to the other to access the rest of my content (migrating all of my content to the new account will be VERY hard to do and take even more time)... Oh well - at least I get to use all of the functions in PSE!
    Thanks so much for your help!

  • I want to create a HD disc with my Adobe Premier Elements but I am getting low resolution.  When I go to share the DVD to disc the form only offers 8pixels at the bottom.  How do I burn this DVD in HD with higher number of pixels?

    I want to create a HD disc with my Adobe Premier Elements but I am getting low resolution.  When I go to share the DVD to disc the form only offers 8pixels at the bottom.  How do I burn this DVD in HD with higher number of pixels?  I have read other forums on burning HD DVD's but I do not see the option to turn the 8 pi into 40 pi the one forum recommended.  I want my DVD to be HD so I may sell these videos online for my business.  I can't sell them the low quality they are burning now.  Hopefully you can help me.  Thanks.

    desalvom
    Thank you for your reply.
    You cannot burn your high resolution video that you can view on your computer to an AVCHD on DVD disc
    that will replay through a regular DVD player. But players are marketed under a variety of names with
    different support opportunities. One manufacturer may call its product MultiMedia Player, media player, Blu-ray player,
    etc.The bottom line is the specifications for each of the players that are candidates for the playback of
    the AVCHD format on DVD disc or the format of interest.
    If you upload your HD (1920 x 1080) video to YouTube, YouTube converts the video to flash format, but it goes up as the HD video.
    But, beware. Look at the YouTube viewing setting when your uploaded video is playing back. The YouTube default is not
    HD. It might be 360p, 480p. If you have a 1080p video, then before the YouTube playback, you should be looking
    at the video with the YouTube 1080p HD setting for best viewing. That is a YouTube matter.
    Best results depend on you
    a. setting up the Premiere Elements project preset to match the properties of the source media. That means, if
    you have 1080p source, you (manually) or the project (automatically) set the project preset at
    NTSC
    DSLR
    1080p
    DSLR [email protected]
    or the PAL counterpart, depending on your region need.
    b. if you upload your video to YouTube using the Premiere Elements feature, there is a HD preset, but you cannot
    customize it.....if you need customization, then you can export your Timeline to a file...in this example
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 H.264 1920 x 1080p30 or PAL counterpart
    and then customize the preset under the Advanced Button/Video Tab of that preset. In increase quality, you might look to increase
    the Bitrate under Advanced Button/Video Tab settings - without compromising the file size.
    Then you would upload that file to YouTube at the YouTube web site.
    All of the above are factors that need looking into in order to determine the why for what you wrote
    I have published a shortened advertisement video to YouTube- say 5 minutes-
    and it is low quality
    Often SD video upscaled to HD can present poorly. But, you are dealing with a HD workflow so that should not be introduced into the matter. The setup of the project and
    the properties of the source video are important, but let us start with the above and rule in or out those considerations first.
    Thank you. As always, any clarification needed, please do not hesitate to ask.
    ATR

  • I want to create an applet, Please Help...

    HI all,
    I want to create an applet which should be able to display text and images...
    To display text in an applet I am using ...
    import java.awt.*;
    import java.applet.*;
    public class SimpleApplet extends Applet
        public void paint(Graphics g)
            g.drawString("A Simple Applet", 20, 20);
    }Now If I want to create few operators in a different class, and i want to use it from the SimpleApplet class what should be doing.

    HI all,
    I am creating an Gui: The code is here:
    import javax.swing.*;
    import java.awt.*;
    public class Tab extends JFrame
        JPanel p,p1,p2,p3,p4,p5;
        Frame f1,f2,f3;
        JTabbedPane tpane;
        public Tab()
            p = new JPanel();
            p1 = new JPanel();
            p2 = new JPanel();
            p3 = new JPanel();
            p4 = new JPanel();
            p5 = new JPanel();
            tpane = new JTabbedPane();
            p.setLayout(new GridLayout(1,1));
            tpane.addTab("File",p1);
            tpane.addTab("Edit",p2);
            tpane.addTab("Document",p3);
            tpane.addTab("View",p4);
            tpane.addTab("Help",p5);
            p.add(tpane);
            getContentPane().add(p);
            setVisible(true);
        public static void main(String[] args)
            // TODO Auto-generated method stub
            Tab t = new Tab();
    }I want to diaplay some text in the main area left. What should I do.
    How to add the Text.

Maybe you are looking for

  • Trying to output from s-video to composite (for television) radeon 4770

    I put together a little htpc using a bunch of spare parts I had lying around...I'm trying to get the s-video to output to component in (RCA type connectors) I have the s-video to component adapter, but I have no idea what the color coding means, as w

  • Using ABAP Web Service tor convert IDoc to XML and transfer to SOAP Server

    Hi all, I have a problem to use ABAP Web Service to convert IDoc's to XML and then send them to a SOAP Server. Currently we have the following landscape: SAP->XI->Archive The sap-system (ECC6.0) sends an IDoc to the Exchange Infrastructe. The XI maps

  • LDAP schemas

    I am researching how to use LDAP to manage accounts and automounts and wonder whether to use the nis.schema or is there a better way to manage network information services? Clients will be Solaris 9 and 10. Tia - any pointers appreciated

  • Set Credentials Problem

    I'm trying to patch to Oracle Database Server Version 10.1.0.3 from 10.1.0.2. Using the Oracle Enterprise Manager 10g, when I get to step 3 (Set Credentials), enter Username and Password, I tried everything that I know, but I keep getting the same me

  • "bird" process is taking over

    I installed Yosemite and configured iCloud Drive.  I copied a lot of files yesterday.  Today the fan is on constantly.  I see a process in Activity Monitor called "bird" that is constantly near 100% CPU.  Any ideas what is going on?