Tabs in navigation page (Tabs persistance problem)

Hello all,
I'm looking for a workaround of tab persistence (the problem in post URGENT! TAB + Folder navigation Problem )
; is it possible, somehow, to make a navigation page with tabs, and in those tabs some kind of auto-redirection to the actual pages ? Or any other way using tabs? I just want to avoid image-map style navigation. This tab persistance feature is sooo anoying...
Please help

Hello
I gave it up using tabs for navigation issue. There are too many problems with that. Now I'm using URL-items within navigation pages and that works fine...
Cheers,
Chrigel

Similar Messages

  • App tabs and web page tabs not saved when Apple Mac is powered down

    Using Firefox with Apple Mac running OS X v 10.7.1 and Parallels 6, and Windows Vista as a virtual computer. Have Firefox 6.o installed on the Mac and Firefox 6.0 for Windows installed within Microsoft Vista running under Parallels 6 as a virtual machine.
    Issue 1) Within Mozilla on the Mac whenever I power down and restart the computer all my app tabs and web page tabs are lost except for my home page, even though I have set up Firefox preference to remember my open web pages/tabs.
    Issue 2) Within Firefox running within Vista on the virtual machine my web pages are remembered but I cannot figure out how to create a app tab.

    Tabs are only saved if you close (Firefox > Quit) the Firefox application while those tabs are still showing. If you close a window and still have the menu bar visible then you wont reopen already close tabs. You may need to be able to reopen the three last closed windows via History > Recently closed Windows.

  • Why Firefox 5 eating up 1074424KB of my 2027520KB physical memory, with 9 tabs has loaded pages and 6 problem loading page as i stoped them?

    Firefox was minimized i was doing something else but while switching to another application the screen got frozen, when it become normal i checked Task Manager and got Firefox is using 10744424KB (almost 53% of physical memory). As stated in question 9 tabs finished loading and another 6tabs showing problem loading page as I stopped them clicking on offline mode and when they stopped loading I switched to online mode.

    Yes, Safari Web Content can use a lot of RAM.  However, I don't think that would be the cause of crashing; lots of memory use rarely causes crashes.  Poorly written software that runs in kernel space (AV software fits this), can cause this.
    Safari Web Content is "caching" a lot of stuff.  More than I'd like it to.  If you have 47 tabs open, and close them down to 1, SWC will still often be taking up a lot of RAM.  If you quit and restart Safari it will give the memory back, though in general if the system is under memory pressure I think SWC will also release some more RAM.  In general I never notice this to be an issue.
    I think with OS X Mavericks things may improve as well, based on details on the Safari tab, as well as with "Compressed Memory" which would help as your system approaches using all its RAM:
    http://www.apple.com/osx/preview/advanced-technologies.html

  • Regarding Tab key Navigation in a page

    Hi,
    I have a requirement regarding the tab key navigation on a page.
    Suppose the focus is on the last field of a page, on clicking the tab key i should go to the first field in the page not the url. i tried using tab index, but the problem is that after coming back to the first field from the last field, on clicking on tab again it does not go on as usual, it suddenly jumps to the url from there.
    Regards
    Krishna

    OK Here is what I have ...
    public class MultipleEditorsPerColumnJTable extends JTable {
    /** Creates a new instance of MultipleEditorsPerColumnJTable */
    public MultipleEditorsPerColumnJTable( int the_column) {
    this.myColumn = the_column;
    this.rowEditors = new ArrayList();
    setFocusTraversalKeys(KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, Collections.EMPTY_SET);
    setFocusTraversalKeys(KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, Collections.EMPTY_SET);
    protected boolean processKeyBinding(KeyStroke ks, KeyEvent e,int condition, boolean pressed) {
    boolean isSelected = false;
    if (ks == KeyStroke.getKeyStroke(KeyEvent.VK_TAB,0)) {
    int selRow = getSelectedRow();
    int rowCount = getRowCount();
    int selCol = getSelectedColumn();
    if (selCol == 1) { isSelected= getCellEditor(selRow,selCol).stopCellEditing();}
    int targetRow = (selRow + 1) % rowCount;
    this.editCellAt(targetRow, 1);
    this.getComponentAt(targetRow, 1).requestFocus();
    return super.processKeyBinding(ks,e,condition,pressed);
    I think I know why the requestFocus() is not working. OK, I have a MultipleEditorsPerColumnJTable (sub of JTale), JTextPane, JButton and JLabel. The textpane, label and button have individual editors and renderers. Each time I want to display a new Row, I re-render these components and add it to the table.
    Now with the above code, it still navigates to the next component in the row/ first column in next row depending on the current column. What am I doing wrong?
    Thanks,
    Praveen.

  • Problem with tab-key navigation

    I am making chanegs to an existing form.
    I have a tab canvas with 3 tabs, each contains a data block, and other data blocks outside of the tab canvas.
    I wanted the tab key to move the cursor to the next record so I changed the navigation style from "Change Block" to "Change Record", but it did not help. When the cursor is a on a record of a multi-record block and I tab through the items to the last one, pressing the tab key leads me to another tab-page.
    I put in some debug code and noticed that the WHEN-TAB-CHANGED trigger did not fire. The WHEN-VALIDATE-RECORD trigger fired and the cursor block and record number were correct.
    After the tab key took me to another tab-page and I navigated back to the original tab-page. Even though it looks like I'm on the correct tab page, SYSTEM.cursor_block was NOT correct, it was pointing to another data block outside of the tab canvas.
    I checked other forms on our system and I'm pretty sure that changing the navigation style to "Change Record" would work. Perhaps there's something peculiar about this form.
    Any idea will be appreciated.
    Thanks.

    Found the problem.
    For some reason, the WHEN-NEXT-ITEM trigger of the last item of the record is hard-coded to go the another block.

  • Firefox always launches with three tabs -- my home page, a month old site from Slate and Huffington Post. Even uninstalling and reintalling doesnt solve problem.

    Every time Firefox is launched, it opens with three tabs -- my home page, a month-old age from the slate website and the home page from the huffington post. EVERYTIME. I have tried uninstalling and reinstalling Firefox and the problem persists.
    == This happened ==
    Every time Firefox opened
    == May 15, 2010

    Hello Kenneth.
    See this article to see if you have those three tabs set as your home pages: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • Page navigation within tabs in JSF

    How can i navigate to another page within a tab in JSF?
    I am using html div tags to put tabs on my page. Now i want to click on a link in page1 under TAB1 and move to page2 under TAB1.
    How can i achieve this?
    I have defined the page navigation rules in faces-config.xml but it does not work. Even after clicking on a link it still displays page 1 under tab1.
    I have checked that my backing bean is working fine and it is able to get data from database.

    Some resources:
    http://blogs.sun.com/divas/entry/tabbing_thru_the_tulips
    http://blogs.sun.com/divas/entry/using_the_tab_set_for

  • Tab Style Navigation Bar for Pages in Page group

    Hi
    Is there a way to create a tab style navigation bar for a group of pages that will appear at the top of a page?
    Regards
    Harry

    You might try using Language_Switcher  Language Switcher while working on the English page.  That might allow you to create the navbar in English.
    Otherwise you could use a text based navbar like in this demo page: Text Based Navbar
    OT

  • URGENT! TAB + Folder navigation Problem

    Hi!
    I've got a portal page with two tabs (let's say tab1 and tab2). Inside each of them I have added a portlet(wich is in fact a folder pubilshed as portlet - let's say folder1 and folder2)
    1 - I click on tab1.
    2 - I click on folder1 - it's subfolders are shown. Ok
    3 - I click on tab2
    4 - I click again on tab1
    5 - Instead of folder1, it's subfolders are shown. !!!
    I wan't the page to go to the parent folder each time a tab is selected.
    Thanks in advance

    I have similar problem with tabs and parameter persistence.
    I have portlet with submit form on one page tab.
    Problem is, if user submits data on form, and then moves on other tab, all submited data are send via url parameters again....
    How can I avoid this kind of behaviour..
    I find many peoples with simillar problem, but no one has find solution or workaround for this problem..
    Please help........

  • Highlight List (Page Tab Navigation)

    Hi,
    Im using a List in my page to swap between regions, but how can I Highlight the list for current selection.
    Im using "Page Tab Navigation" template list for the same.
    Regards,
    Benz

    Hello,
    You should be able to just set the list item to be current for say page 10 and it should show up as current.
    Carl

  • Highlighting List which using Template  "Page Tab navigation"

    Hi,
    Im using a List which uses List Template : "Page Tab navigation".
    But irrespective of selection all tabs looks same..How can I highlight the active one ?
    Regards,
    Benz

    Hello Benz,
    I suppose you want the "current" tab to be highlighted.
    Take a look at Shared Components>Lists>List Entries>Create / Edit List Entry in section 'Current List Entry'.
    There you can spezify for each of your entires when it should be current and therefore displaying in different style.
    Regards, Tine.

  • Firefox loads, but wont load any web pages. tabs say "untitled". page is blank below. uninstaled and reinstaled no change. problem came after recent update. any help?

    firefox opens, but wont load any web pages. tabs say "untitled". page is blank below. uninstaled and reinstaled- no change. problem came after recent update. any help?
    ps. IE works as usual

    Problem solved from prior post. Firefox had become blocked somehow by McAfee firewall. Set to full access. Now works perfectly.

  • Navigation to specific tab within a page

    I have an event set up to navigate to a certain page however this is not good enough for me. I want to navigate to a specific tab within that page. Is there a way to do this?

    I'm not entirely sure I understand what you want, but if you want to simply go directly to a specific tab, you can use it's direct access URL. If you login to portal and bring up Oracle's portal help (use the help link in the upper right on any of the default pages), search for direct access URL and they do a nice job of explaining how to reach a page, tab, subpage, item, etc.
    To access a subtab called mytab1 on the mytab tab in Portal release 2 or portal 10g prior to 10.1.4:
    http://<hostname>:<portnumber>/pls/portal/url/page/<pagegroupname>/<pagename>/mytab/mytab1
    (Note that the names needed for the url are the "Name" field when looking at properties, not the "Display Name")
    The URL structure has changed in 10.1.4.
    Rgds/Mark M.

  • Linking to specific tab on different page

    Hey everyone, I want to link to a tabbed panel on one of my
    pages using the navigation menu on the home page. The problem is
    that I keep getting sent to the default tab on the new page instead
    of the tab I want to open. This is my code, can anyone help:
    <li><a href="wriaboutus.html"
    onclick="TabbedPanels1.showPanel(1)">Mandate</a></li>

    anyone?

  • Close tab groups actually closes tabs rather than just the grouping. How do I recover all tabs, not just the last 10? Pages and tabs are not in recent history.

    I had a problem with tab groups - if I mistakenly close tab groups, I can only recover the last 10 tabs.
    I had a window with many more than 10 tabs which I reopened each session by going to History > Recently Closed Windows. I knew this was risky - I could lose this if I did not keep it in an open window or recently closed window. So I was looking for a way to save this window with all the tabs. I looked into tab groups and, not knowing what I was doing, I closed the groups of tabs. There seems to be no recovery for other than the last 10 tabs. And open tabs are not necessarily in recent history if I have not accessed the tab and refreshed.

    I don't use tab groups myself, but I know of a way to increase the number of closed tabs that Firefox remembers. Unfortunately, it's not retroactive...
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''sess''' and pause while the list is filtered
    (3) Double-click the following preferences and enter the preferred new value:
    (A) '''browser.sessionstore.max_tabs_undo''' (default: 10)
    (B) '''browser.sessionstore.max_windows_undo''' (default: 3)
    Regarding what is in history, by default, Firefox will load tabs on demand when you restore a session, rather than loading every single tab immediately. If you turned off that setting, or if you visited all the tabs, then those pages should be in history, but finding them amidst all the others would be quite a challenge...

Maybe you are looking for

  • I am trying to connect my macbook pro to a windows 7 server pc.

    I am trying to connect my macbook pro to a windows 7 server pc. I keep getting a connection failed message  saying "The server is available on your computer. Access the volumes and files locally". Any ideas on how to resolve this? I cannot find the t

  • Insert in master-detail

    Hello all, I'm having a problem with an insert in a master detail. Situation is as follows: I have a VO based on an entity, VOMaster. This has a ViewLink to another VO based on an entity (1..*), VODetail. In my application, I do a CreateInsert on VOM

  • I split my clip in three ways, then deleted the middle clip

    I have a question. I split my clip in three ways, then deleted the middle clip, what I do to join these three clips again ? I need some help. Is It only work with the Precision Editor? because i think it s so difficult!

  • Need to stop Windows copying files in multithread

    Hello, How to stop Windows to copying files in multithread as it is degrading copy speed from drive to drive. Thank you in advance.

  • Apple Cinema Display not working in Win XP

    I successfully installed Win XP Pro SP2 in Boot Camp. Everything (mouse, keyboard, printer, etc) works except my Apple Cinema Display. When I switch back to the Mac OS X the display works fine. Any suggestions are welcome. Thanks.