Breadcrumb in BSP is not working when application is called inside Portal.

Dear All,
            We have implemented SAP Learning Solution by integrating it with SAP EP 7.0.
We called the BSP Application HCM_LEARNING inside portal  using BSP iView template.
The problem we are facing is, the breadcrumbs in the BSP application "HCM_LEARNING"  is working fine when it is called as a standalone application. But the same is not working when it is called inside portal framework page.
Enterprise Portal breadcrumbs are working fine.
How could we resolve this.?
Regards,
Eben Joyson.

this is the radio button
<af:selectOneRadio value="#{bindings.Gender1.inputValue}"
                                                 label="#{bindings.Gender1.label}"
                                                 required="#{bindings.Gender1.hints.mandatory}"
                                                 shortDesc="#{bindings.Gender1.hints.tooltip}"
                                                 id="sor5">
            <f:selectItems value="#{bindings.Gender1.items}" id="si7"/>
          </af:selectOneRadio>
i use this sample
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ADF_Insider_Essential_YesNoRadio/ADF_Insider_Essential_YesNoRadio.html

Similar Messages

  • Siri does not work when used for calling a contact function

    Siri does not work when used for calling a contact function

    Very strange, try to turn off/on your iPhone. Or make a reset (home+power button)...
    If it continues try to restore it.

  • Iphone 4 the mike does not work when making a call.  it does work with speaker phone and face time

    Just activated new Iphone 4 and the mike does not work when making a call.  it does work with speaker phone and face time. Any known fixes?

    My wife's iphone 4 also has your same no ring problem as does my iphone 5 just less often.  I called her iphone 4 at home from where I work 20 miles away on my iphone 5.  With her phone in 3G mode ONE call went through and 9 went to voice mail in 10 tries.  This is a 10% sucess rate!!  I also could listen in real time from the wired work phone and the wired home phone.  She turned off 3G mode and it went to "O" mode at  the top left of the screen after the ATT.  In this mode it rang on the first ring tone 5 times out of 5 tries which is 100% of the time.  I have learned that the calling party will hear up to 4 ring tones when placing a call on the ATT network.  If the ring tone changes volume slightly before the 4th ring then and only then will the cell phone start to ring.  If the ring tone does not change after the 4th ring you get voice mail.  If the calling party does not leave a voice message there is never a missed call displayed on the iphone.  If the calling party does leave a voice message a few minutes later the iphone dings for arriving voice mail but still no missed call indication. 
    This appears to be related to the time of day and the ATT tower that the receiving caller is using.  Tried other towers and it works in 3G mode 10 times out of 10 tries.  Apple replaced the first iphone 4 with a new phone, no improvement.  ATT replaced the SIM card and no improvement.  ATT so far is clue less.  This has been going on every since we got the new iphones which is 4 months.  The ATT web site also describes this same problem from several years ago.  Has anyone got better information?
    Thanks

  • Validation not working when application is in portal

    hi i have a stuation where my unique validation are working when i run application as standalone but when i put application in portal is working ,am adding my application in portal by creating ADF JAR and aadd the jar in my portal,am in jdeveloper 11.1.1.6.0

    am doing validation in entity level
    <validation:UniqueKeyValidationBean
        Name="UamOrganisations_Rule_0"
        ResId=".model.entities.UamOrganisations_Rule_0"
        KeyName="AltKey">
        <validation:OnAttributes>
          <validation:Item
            Value="Organisationname"/>
        </validation:OnAttributes>
      </validation:UniqueKeyValidationBean>
    is still not working even if i set immediate=true
    <af:inputText value="#{bindings.Organisationname.inputValue}"
                                      simple="true"
                                      columns="20"
                                      maximumLength="#{bindings.Organisationname.hints.precision}"
                                      shortDesc="#{bindings.Organisationname.hints.tooltip}"
                                      id="it1" autoSubmit="true" required="true"
                                      immediate="true">
                          <f:validator binding="#{bindings.Organisationname.validator}"/>
                        </af:inputText>

  • Back button and keyboard is not working when iambic I call

    When I am making calls back button and key board is not working. If i want to take any notes it is becoming difficult. there is no in call note option. How to take notes when I was in

    Settings > apps > all > smartkey > uninstall > check again 
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • MS office report not working when application is compiled (application builder)

    I'm finishing up an application that includes several MS office reports (opens a MS Word template). The template is opened, the bookmarks are filled, then the file is saved (to our internal network) as a .doc file. The New Report.vi is used to open the .doc file, the Print Report.vi is used to print the file, then the SMTP send file.vi is used to email the file.
    Everything has been working fine then I decided to build the application for distribution. Big mistake! An installer is made. When I install the application I get "File not found" (error 7) errors each time I attempt to run this section of code. Incidentally, This app. also uses the SQL database toolset to read and write to a database. No problems with the database.
    I thought it might have something to do with the Word templates being on the network. I copied everything to my local PC and built another application. Same problems.
    I suspect I'm doing something wrong in the Source Files tab of the Build Application or Shared library window.
    I'd really appreciate your help.
    thanks,
    todd

    Most likely, you're looking at a path problem to the template file from the applicaiton.
    When you build a VI into an applicaiton, the path to that applicaiton changes. If originally the VI that calls the template file was located "c:\app\caller.vi", after you build the executable, that same VI will now be located at "c:\app\toplevelVI.exe\caller.vi".
    The executables name will now actually be a part of the path. So you may need to add an extra "Strip Path" function somewhere to get you to the real path to the Excel file. Of course this is just a guess without seeing your code. You could try going back to the LabVIEW code and add a path indicator where you are building the path, then re-build the application and run it so you can see what the path is after it's built.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • SetForegroundWindow(IntPtr hWnd) not working when application in notification area.

    Hi All,
    I create a singleton WPF application, when the application is minimize in the notification area. I double click the application's shortcut to call the application. The application cannot show the Main Window in Screen.
    Here is the code:
    App.cs
    public partial class App : Application
    [DllImport("user32.dll")]
    private static extern bool ShowWindow(IntPtr hwnd, int nCmdShow);
    [DllImport("user32.dll")]
    [return: MarshalAs(UnmanagedType.Bool)]
    public static extern bool SetForegroundWindow(IntPtr hWnd);
    private bool _isNewInstance;
    public App()
    string appName = System.Reflection.Assembly.GetExecutingAssembly().GetName().Name;
    Mutex mutex = new Mutex(true, appName, out _isNewInstance);
    if (!_isNewInstance)
    Application.Current.Shutdown();
    Process process = Process.GetProcessesByName(appName).FirstOrDefault();
    if (process != null)
    ShowWindow(process.MainWindowHandle, 1);
    SetForegroundWindow(process.MainWindowHandle);
    MainWindow.cs:
    private WinForms.NotifyIcon _notifyIcon;
    private WinForms.ContextMenu _contextMenu;
    private WinForms.MenuItem _openWindow;
    private WinForms.MenuItem _closeApp;
    private System.ComponentModel.IContainer _iContainer;
    private bool _internalClosing;
    public MainWindow()
    _contextMenu = new WinForms.ContextMenu();
    _openWindow = new WinForms.MenuItem() { Text = "Hiden" };
    _closeApp = new WinForms.MenuItem() { Text = "Exit"};
    _iContainer = new System.ComponentModel.Container();
    WinForms.MenuItem[] menuItems = new WinForms.MenuItem[] { _openWindow, _closeApp };
    _contextMenu.MenuItems.AddRange(menuItems);
    _openWindow.Click += _openWindow_Click;
    _closeApp.Click += _closeApp_Click;
    _notifyIcon = new WinForms.NotifyIcon(_iContainer);
    _notifyIcon.Icon = new System.Drawing.Icon("Todolist.ico");
    _notifyIcon.Text = "Todolist";
    _notifyIcon.Visible = true;
    _notifyIcon.MouseDoubleClick += _notifyIcon_MouseDoubleClick;
    _notifyIcon.ContextMenu = _contextMenu;
    InitializeComponent();
    private void _notifyIcon_MouseDoubleClick(object sender, WinForms.MouseEventArgs e)
    this.Show();
    ChangeMenuText(false);
    private void _openWindow_Click(object sender, EventArgs e)
    this.Show();
    ChangeMenuText(false);
    private void _closeApp_Click(object sender, EventArgs e)
    _internalClosing = true;
    this.Close();
    _internalClosing = false;
    private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
    if(!_internalClosing)
    this.Hide();
    e.Cancel = true;
    ChangeMenuText(true);
    private void ChangeMenuText(bool flag)
    _openWindow.Text = flag ? "Show" : "Hiden";
    The Screenshot:
    Thanks,
    The future belongs to those who believe in the beauty of their dreams.

    The FindWindow method should get you the handle to the main window. Try to add the following Startup class to your project and set it as Startup object under Project->Properties:
    public partial class App : Application
    class Startup
    [DllImport("user32.dll", EntryPoint = "FindWindow")]
    private static extern IntPtr FindWindow(string lp1, string lp2);
    [DllImport("user32.dll")]
    private static extern bool ShowWindow(IntPtr hwnd, int nCmdShow);
    [DllImport("user32.dll")]
    [return: MarshalAs(UnmanagedType.Bool)]
    public static extern bool SetForegroundWindow(IntPtr hWnd);
    [STAThread]
    static void Main()
    string appName = System.Reflection.Assembly.GetExecutingAssembly().GetName().Name;
    using (var mutex = new Mutex(false, appName + "xyz"))
    if (!mutex.WaitOne(TimeSpan.FromSeconds(2), false))
    IntPtr handle = FindWindow(null, "MainWindow");
    if (handle != IntPtr.Zero)
    const int SW_SHOW = 5;
    const int SW_RESTORE = 9;
    ShowWindow(handle, SW_RESTORE);
    ShowWindow(handle, SW_SHOW);
    SetForegroundWindow(handle);
    return;
    App app = new App();
    app.MainWindow = new MainWindow();
    app.MainWindow.Show();
    app.Run();
    Please remember to close your threads by marking helpful posts as answer.

  • Development buttons not working when application running

    Hi,
    I am using Apex 4.1. For a new application that i created the buttons which come in the bottom of page (Edit Page1, Application 1, debug etc) are not clickable. They workked for another app in the same workspace.
    Any idea what could be the issue and how to fix it?

    PoojaC wrote:
    Hi,
    I am using Apex 4.1. For a new application that i created the buttons which come in the bottom of page (Edit Page1, Application 1, debug etc) are not clickable. They workked for another app in the same workspace.
    Any idea what could be the issue and how to fix it?It seems you have those buttons but they were not clickable? This suggests that some of your custom JavaScript broke them.
    Do you have any custom js code in your app? try disabling that code and see if the buttons work

  • BAPI_BUS2002_ACT_CHANGE_MULTI does not work when i will call it multiple.

    Sir, i am using following code. and execute in same order with one network code.  its work fine and update activity attributes.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
    CALL FUNCTION 'BAPI_BUS2002_ACT_CHANGE_MULTI'
    CALL FUNCTION 'BAPI_PS_PRECOMMIT'
    CALL FUNCTION BAPI_TRANSACTION_COMMIT
    but when i want to use "BAPI_BUS2002_ACT_CHANGE_MULTI'" bapi multiple time with different network id, its not update any single activity. please help me in the reqard.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
    CALL FUNCTION 'BAPI_BUS2002_ACT_CHANGE_MULTI'
    CALL FUNCTION 'BAPI_BUS2002_ACT_CHANGE_MULTI'
    CALL FUNCTION 'BAPI_PS_PRECOMMIT'
    CALL FUNCTION BAPI_TRANSACTION_COMMIT
    Edited by: Haroon.Rashid on Jun 3, 2010 7:57 AM

    its working fine in ABAP code, but right now i will call these BAPI from Dot net and these give me following error.
    1) Individual check for change to object Activity 903579 0010 successful
    1) Individual check for change to object Activity 903580 0010 successful
    1) Object Activity 903580 could not be changed
    1) No update flags or extensions were set for Activity 903580
    2) Error in individual BAPIs or precommit: posting not possible

  • Our online number is not working when trying to ca...

    Hej
    Our online number is not working when trying to call from Telia mobile phones in denmark. I have checked with Telia in Denmark and they tell us that the problem is a "prefix" that is set wrong from SKYPE's side?
    Could someone at skype please help get this fixed, as some of our customers can not call us.
    Br.
    Søren

    Hi,
    I have the pretty same problem: cannot receive calls from skype (internet) on my cell phone. I went to Telenor, but they said it has something to do with skype, not with them.
    Skype staff !!! Help ! 

  • IPhone speaker does not work when switching call to hands free option

    having problems with IPhone speaker, not working when switching phone calls to speaker mode, any suggestion?

    Same problem - I was on the phone last night and the speaker switched off and can't figure out what happened. I tried to reset the phone, no sound is working.  I can hear a phone call if I hold it up to my ear. Very frustrating as my phone is less than 3 months old. Tracy

  • My App Store does not work when trying to update applications

    My Apo store does not work when I try to update applications that need to be updated

    There are a number of other threads from people reporting a problem with a blank Updates tab in the App Store app - it looks like there is a problem at Apple's end which they need to fix.
    Some posts are suggesting that you if you go into the Purchased tab in the App Store app you might be able to update the apps from there, though you will need to scroll through the list to find those with updates and individually update them.

  • Application is not working when changing of oracle server domain name

    Hi friends
    We decided to change oracle server domain name due to some reason .. we changed the domain name but application running on the other server cannot connect to this domain i don't know whats the problem . I change the enterprise manager ( emca -config dbcontrol db -repos recreate_) according to the new domain but some of the future not working like date,etc. can anyone help me how to rectify it plz.

    Mohd khalid wrote:
    Hi friends
    We decided to change oracle server domain name due to some reason .. we changed the domain name but application running on the other server cannot connect to this domain i don't know whats the problem . I change the enterprise manager ( emca -config dbcontrol db -repos recreate_) according to the new domain but some of the future not working like date,etc. can anyone help me how to rectify it plz.I am really confused that what's not working? What I have understood is that you recreated the EM repository. So where does "some of the future not working like date,etc." come into it? Are you checking date from EM ? Which application is not working, your application or EM or both or somethingn else? Tell us the complete version, error information and also post the output of
    emctl status dbconsoleHTH
    Aman....

  • ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.

    ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.
    It seems that flash movie is identifed as 'undefined' inside document.
    //a statically placed div
    var staticdiv=document.getElementById('PropDiv');
    //dynamically placed div with object tag
    var dynDiv =staticdiv.cloneNode( true );
    var xD=50;
    var yD=50;
    if(dynDiv)
    dynDiv.style.display  = "block";
    dynDiv.innerHTML="<object classid=" + "\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"" + "codebase=" +
    "\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\"" + "width=" + xD + "height=" + yD +
    "id=" + "\"external\"" + "align=" + "\"middle\"" + ">" +
                    "<param name=" + "\"allowScriptAccess\"" + "value=" + "\"sameDomain\"" + "/>" +
                    "<param name=" + "\"movie\"" + "value=" + "\"external.swf\"" + "/>" +
                    "<param name=" + "\"quality\"" + "value=" + "\"high\"" + "/>" +
                    "<param name=" + "\"wmode\"" + "value=" + "\"transparent\"" + "/>" +
                    "<param name=" + "\"bgcolor\"" + "value=" + "\"#ffffff\"" + "/>" +
                    "<embed src=" + "\"external.swf\"" + "quality=" + "\"high\"" + "wmode=" + "\"transparent\"" +"bgcolor=" + "\"#ffffff\""
    + "width=" + xD + "height=" + yD + "name=" + "\"external\"" + "align=" + "\"middle\"" + "allowScriptAccess=" + "\"sameDomain\"" +
    "type=" + "\"application/x-shockwave-flash\"" + "pluginspage=" + "\"http://www.macromedia.com/go/getflashplayer\"" + "/>" +
                    "</object>";
       dynDiv.style.top=50;
       dynDiv.style.left=100;
    document.body.appendChild(dynDiv);
    In above situation communication is not establised when a  funtion which is retruning boolean is called from flash using
    ExternalInterfcae.call.The return value of this function is getting as false inside flash.But the value is true in javascript.
    if (navigator.appName.indexOf("Microsoft") != -1) {
       return window[movieName];
      } else {
       return document[movieName];
    window["external"] is returning as 'undefined'.
    Please give a  solution to solve this.

    Note that you have different file names for the object (images/banner.swf) and the embed (images/banner1.swf)
    You also placed the embed in the middle of a param tag and nested all param tags.
    Because you didn't include a MIME type and the object doesn't have a classid for an ActiveX control for IE, I'm not sure what Firefox will be using.<br />
    The object doesn't have a data attribute to specify the file.<br />
    A separate embed is only needed when you specify a classid in the object.
    <pre><nowiki><div class="bannercontainer">
    <object width="940" height="445" type="application/x-shockwave-flash" data="images/banner.swf" >
    <param name="wmode" value="transparent" />
    <param name="movie" value="images/banner.swf" />
    </object>
    </div></nowiki></pre>

  • HT203254 my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    It means, tentatively, that system files are missing or damaged and you will have to reinstall Snow Leopard. See the following:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

Maybe you are looking for