Menu of the ADF. There is no selected item when I run my address entry page... Help!

Hello! In my application, I used ADF MENU create my menus app. When I run my page that is deployed on the server, enter the address: http://85.254.224.186:7001/kokaugi/faces/globalas/galvena.jspx (please click om this address) you can see that not a single menuItem are not selected. It is in IE and Firefox. The image looks like this: http://my.jetscreenshot.com/2677/20100831-xyhi-4kb

Hope your answers, what to do, best regards, Debuger

end_url = / faces/galvena should work

John

Tags: Java

Similar Questions

  • When I press email and attach the photo, my email 'box' does not appear as formerly, and still on the bottom of the screen it says "1 selected item."

    When I press email and attach the photo, my email 'box' does not appear as formerly, and still on the bottom of the screen it says "1 selected item."   And I also waited for a period of time as well very reasonable.  What can I do?

    original title: EMAILING A PHOTO OF "LIBRARIES/IMAGES".

    Hi BrianS.OR,

    1 are you referring to the client program webmail or email?

    2. what e-mail on the computer client program do you use? Is - this Windows Mail or Windows Live Mail?

    3. What size are the image files?

    4. did you of recent changes on the system?

    You can temporarily disable a security software and firewall installed on the system and check if the problem persists.

    Note: Be sure to enable the security software on the computer after checking.

    Hope this information is useful.

  • Why the time display is set to 19 when I run the attached VI

    Why the time display is set to 19 when I run the attached VI?

    Thank you.

    Seconds function Date/time returned to 12/31/1903, as UTC is false.  Set the Boolean value TRUE (UTC)

  • anywhere on the web there are people with disorder of freecause why I can't find help on the mozilla site

    The best I could do is to go to about: config and change all values attached to freecause, but after a virus scan it becomes itself on how can I get rid of it

    Hello John99,
    I'm not so harassed today so I can spare some time to tell you what happened.
    I followed the link to ehow, which did not help, but there was another link on this page that led me to

    http://www.ehow.co.uk/how_8548205_do-block-freecause.html
    

    now, I did what he said and installed Blocksite plus 1.1 when I rebooted out of nowhere a box pops up asking me if I wanted to install the toolbar of Nectar, not thanks sez I.
    I have now, as this page offers, typed in www.freecause.com and obviously it will block clicks from other sites that will take you there.
    I could not go through the other way of uninstalling as this nectar toolbar does not appear on a list of add-on or uninstall the program.
    I would like to say thank you very much for taking all the time and trouble you did to help me try and fix this rotten little shabby, you have restored my faith in the forums.

  • Change the background color for a selected item in a ListView?

    Hello

    No idea how to change the color of tbackground of a ListView selected item to blue for a different color?

    I tried wrapping the ListView in a container, then by changing the background color of the container, but it does not work. And ListView, nor the ListItemComponent takes a background attribute.

    Thank you

    Oh, I did that last night.
    Thus, in the container for StandardItem, add this line:

     background: ListItem.selected || ListItem.active ? Color.create("#4D9EC9") : Color.Transparent
    

    and onTriggerred of the signal, add two lines:

    // for highlighting
    listView.select(indexPath, true);
    
    // for clearing highlight
    listView.clearSelection();
    

    PS: listView is the id of the ListView

    ListView {
        id: listView
    ....
    
  • Menu offers the choice to send to Evernote; I need to change/update address Evernote to fall down. Address book has changed; not good.

    Thunderbird offers forward for Evernote in the menu dropdown. I changed the address of Evernote in my address book, but it is not captured by the menu drop down. How to upgrade to the front to Evernote address in the menu drop-down?

    It would seem that you have this installed add-on:

    https://addons.Mozilla.org/en-us/Thunderbird/addon/enforward/

    then, to change the address, change it in the preferences of the add-on (Tools/Add-ons/Extensions).

  • When you look in the Explorer, there are hidden folders, but when you type the location in the address bar, see the files/folders

    Personally, I am frustrated to discover file that are currently hidden by vista.

    For example my temporary Internet folder located in my Temp folder

    If I open Explorer and browser to the Temp folder is empty - no doubt.   It doesn't even have a drop down menu arrow to indicate that the Temp folder has all the data inside.

    But if I type in the Address bar D:\Temp\Temporary Internet folder, it will appear with all internet data inside the it - except for the index.dat file.  The index.dat file does not appear, even if I have a cleaning program story who insists he's here...

    Subsequently, if I close the browser and reopen it in the Temp directory the temporary Internet folder is still invisiable.

    I checked and rechecked all over the place and the cant "find any feature that dictates why this file is hidden and not accessible to me.

    If anyone has any ideas about this phenomenon?

    What worries me the most is that I (as most people can have too) have hundreds, maybe thousands of records.   Now, I wonder what are those who also hid Vista.

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows Vista on TechNet. Please post your question in the TechNet Windows Forums.

  • Why I get the message "There are no more files" when you try to save to a local drive?

    I know this question has been asked on several forums, but none of the solutions work, please can someone shed light rained on it.

    1. I tried running SFC scan, but there was no problems found
    2. I tried to run a virus scan and nothing was found
    3. I ran msconfig and disabled startup services and it worked temporarily, then the problem started again very soon and could not establish what services has caused.
    4. unfortunately I do not have a restore point.
    I can save files to a network drive, but cannot be saved to a local drive, its very frustrating.
    Please can someone help
    Thank you

    Hi moworm,

    I also saw where the hard disk may be the cause of problems.  Please take a look at the article check a drive for errors.

    Also, have you installed new software since the problem started?

    Please let us know.

    Thank you!

  • The ADF security: end_url is not used when logout

    Hello

    JDev 11.1.2.4

    We have activated ADF security and use OAM to manage security. When disconnect you, we want to redirect to a page with the following code:

    {} public void logout())

    FacesContext fctx = FacesContext.getCurrentInstance ();

    ExternalContext ectx = fctx.getExternalContext ();

    String endUrl = null;

    try {}

    endUrl = URLEncoder.encode ("http://www.google.com", "UTF - 8");

    } catch (UnsupportedEncodingException e) {}

    _logger.severe ("Url of late encoding of exception", e);

    }

    String url = ectx.getRequestContextPath () + "/ adfAuthentication?" Logout = true & amp; end_url ="+ endUrl;

    try {}

    ectx. Redirect (URL);

    } catch (IOException e) {}

    e.printStackTrace ();

    }

    fctx.responseComplete ();

    }

    It works with IE, the user is redirected to google. But it does not for Firefox or Chrome. The generated URLS are:

    IE: http://myserver:14100 / oam/Server/osso_logout? p_done_url = http://www.google.com

    FF/Chrome: http://myserver:14100 / oam/Server/osso_logout? p_done_url=

    Is this a bug?

    Thank you

    ' / adfAuthentication? Logout = true & end_url ='

    URL params are separated by ' & ' character which should be: "/ adfAuthentication?»»» Logout = true & end_url ='

    Dario

  • How can I change the default hand tool to select tool when a document opens?  also how to open in a single page instead of 2 pages side by side view

    How can I change the tool to hand to the Selection tool by default when I opened a document.

    How can I change the display of 2 pages on one page?

    Try setting the checkboxes in Edit > Preferences > General to the following:

    -Make sure you select text of hand tool & images

    -Make sure you tool hand read articles

    -Make the tool use mouse wheel zoom

    These adjust to the need but it make a difference?

  • I get a Firefox pop-up saying there are updates available. When I run this program nothing happens. I checked your site and my new computer and I have the latest version. Can you help stop this thing to come? Thank you! "

    Title: software update
    says:
    Update available
    An update of security and stability for Firefox is available:
    Firefox 5.0.1

    bottom
    Ask more later updating Firefox (two boxes)

    If you have problems with the update or the permissions then more simple is to download the full version and trash the version currently installed to do a clean install of the new version.

    Download a new copy of the Firefox program and save the file on the desktop DMG

    • Trash the present application Firefox to do a clean (re-) install
    • Install the new version you downloaded

    Your profile data is stored in the Firefox profile folder, so you will not lose your bookmarks and other personal data.

  • I have Firefox yahoo edition 4, 0-Yahoo! 1.8 updated the 04/05/11 today. window opens when I run Firefox with the message "it is strongly recommended that you apply this update for Firefox as soon as possible."

    A link indicating "View more information on this update" is not active. When I select 'Next', the program indicates that there is access to the update server, and nothing seems to happen. I am concerned about a possible phishing attempt. editConcerned on malicious phishing, trojan, software etc.

    Similar question-
    https://support.Mozilla.com/en-us/questions/831714

  • How can I remove the 'new tab' that flashes always upward when I run Firefox?

    The new tab provides links to Twitter, Facebook, etc. I don't want this 'service '. This tab is slowing down the process for me - a total pain in the neck. Thanks in advance for any help.

    Thanks a lot for this URL. In a previous thread, it was associated with a 'speed dial' or 'search dial' extension: https://support.mozilla.org/questions/990420

    The unwanted extensions are often installed at the level of the system as part of a bundle. So I suggest from here:

    Open the Control Panel, uninstall a program. After the loading of the list, click on the column heading "installed on" to group infections, I mean additions by date. This can help the undisclosed items bundle smoker who snuck out with some software, you have agreed to install. Out as much garbage as possible here.

    Then, in Firefox, open the page of the modules using either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    (1) in the left column, click on Plugins. If you find a plugin that you don't recognize or that seems unnecessary, try the configuration 'will never activate. (The essential Plugin is Shockwave Flash. You can use most of the sites without the others.)

    (2) in the left column, click Extensions. Then, in case of doubt, disable (or delete, if possible) not recognized and unwanted extensions.

    Often, a link will appear above at least an extension disabled to restart Firefox. You can complete your work on the tab and click one of the links in the last step.

    Finally, you can "absorb" remain problems with scanning/cleaning suggested in this article of support tools: Troubleshooting Firefox problems caused by malware.

    Success?

  • Save the waveform output to a text file when VI runs continuously?

    How can I save waveform output to a text file when I start my VI permanently?

    I do power profiling and you want to save voltage drop measures continuely.

    Oh... I see. I wasn't aware of this.

    This is my first time using LabVIEW, so I used one of the example files. There, I just added "Write file to measure" with total input current... and because I used using buttom "continuous run", I added the Activate button to control when I write of the measurement files.

    However, ideally, I want to run x seconds or x minutes and then stop without turn off the device that is connected to the battery Simulator of NOR. At present, its reset whenever I hit the 'run' button, which makes me put in place the special test device I want to measure again.

  • What are the differences between "PowerState" and "Guest.State" when I run the powercli command Get - VM

    I run the script following powercli: -.

    Get - VM | Export-Csv-path c:\test.csv - NoTypeInformation - UseCulture

    And from there I found 2 properties that describe the State of the virtual machine;

    1 PowerState which can be either; Receiving or PoweredOff

    2 Guest.State, which can be either; running or not

    Can someone so advice on the differences between these two properties? Could I have for example a VM with PowerState = PowerOn, and that his Guest.State = no run?

    PowerState if the State of the virtual machine itself.

    Documentation Centre of vSphere 6.0

    PoweredOff

    Receptor

    Suspeneded

    Everything about .guest is achieved through VMware tools and provide information to the OS itself.

    (VMware tools must be installed and working properly in the operating system to get whatever it is this property)

    Documentation Centre of vSphere 6.0

    Keep

    Reset

    Running

    ShuttingDown

    Standby

    Unknown

    Could I have for example a VM with PowerState = PowerOn, and that his Guest.State = no run?

    Yes.

    For example, if a virtual computer is started and VMware tools have never been installed on it, it will signal exactly that.

    From the vSphere Client, you will get in the summary > General > VMware Tools

    Does not not (not installed)

    You will get more information using the API via PowerCLI.

    . extensiondata.runtime.PowerState #poweredON

    . extensiondata.guest.GuestState #notRunning

    . extensiondata.guest.ToolsStatus #toolsNotInstalled

Maybe you are looking for

  • Adding drivers to a .wim by using dism

    Hi all I'm new to this forum and I hope I'm posting correctly. I tried to add new drivers for my image using DISM wim and I keep getting impossible driver package to install no matter if I try to add one or 20 using the recurse to the end I ticked th

  • Get a real person who can help

    I transferred around 4 different people trying to get help to fix my laptop.  It was 45 minutes.  This is unacceptable.  Dell must learn to better it. Anyone who go t direct line to a live person who can actually help you!

  • Aero theme is enabled but aero does not work.

    I use a Hewlett-Packard EliteBook with Windows 7 and I have the theme Aero enabled. The theme was working fine, but then it appeared as if my taskbar rebooted and then the aero theme did not apply and the basic theme was on. I went to the customizati

  • Why the setFocus() and setText() methods does not work for BasicEditField

    Hello I tried to apply the methods of setFocus() and setText() on a BasicEditField, but he always up "illegal state exception.   However, the getText() method can work. Can someone explain this please? Thank you!

  • How can I clone a Dell Windows 8 machine but keep the activation

    I did a lot of reading and there seems to be a lot of confusion on how to actually do. There is no Windows 8 sticker on the back of the Dell printer. We sent a disc of Windows 8 directly from Dell. When installing it the disc the machine starts and i