Getting an autosuggest Search working with the Hierarchy Viewer

Hi,
I recently raised an issue with Oracle Support 3-7934581791 : Hierarchy Search not working in HTMl5 version, this was promoted to being a bug in ADF HV
Bug 17601664 - NON-FLASH VERSION OF HIERARCHY VIEWER DOES NOT DISPLAY A SEARCH FORM
So, my question is what other option preferably programmatically to provide the user with an auto suggest list of employees, selecting this list then re-queries the Hierarchy Viewers query and thus providing the user with an updated HV with the selected employee showing. Any help appreciated; Just not I am running the page with flash disabled and therefore the default search form available cant be used due to bug above.

just note I have reviewed
http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/hv/hvSearch.jspx
This is perfectly fine if running Flash and have this working, but I am tryinto get this to work on an iPad and non Flash enabled browsers.

Similar Messages

  • HT3310 how do i get my headphone to work with the iphone?

    how do i get my headphone to work with the iphone? Are there some settings
    that I need to turn on so I can use my headphone while talking on the phone?

    Are you using the earbuds that came with the iPhone? If you are using other earphones, it's possible that they need an adaptor to work with the iPhone's recessed headphone jack. 

  • Is there an adapter can i get so square will work with the otterbox i have on my iphone

    Is there an adapter can i get so square will work with the otterbox i have on my iphone, I love the otterbox and want to keep it on all the time. not only does it protect my iphone it, it makes it easy for me to hold because I have trouble with my hands. please help

    That's a good question. The main problem with the Square readers is that the plug is designed to send data to devices, rendering most headphone extension cables useless.
    Reading another forum I saw this: http://www.amazon.com/gp/product/B001BN7XSM
    Give that a try. Claims to work perfectly for Square. NOT headphones.

  • How to get online apps to work with the Verizon DSL modem firewall set at "Medium" level, not "Low?"

    How to get online apps to work with the Verizon DSL modem firewall set at “Medium” level? Xbox 360 Live, FTP, and the Windows sntp Time checker native to Windows XP WON’T WORK unless the Verizon firewall is first reset down to “Low.” Then all works well, but I then risk low firewall protection. Setup: · Westell 6100 DSL modem (Software Version: VER:4.04.03.00 Transceiver Revision: 7.2.3.0 Model Name: C90-610015-06), · D-Link DIR-655 wireless router (Hardware Version: A3, Firmware Version: 1.21), For Xbox 360 Live the “canned” port forwarding rule for provided in Verizon’s drop-down list for the Westell 6100 modem forwards ports 88 and 3074 for both TCP and UDP. This does not meet Microsoft’s forwarding recommendations for Xbox 360 Live stated at http://support.microsoft.com/kb/908874. Instead, for the Verizon modem (Westell) I made a new port forwarding rule to comply with those Microsoft instructions. It forwards ports 53, 80 and 3074 for TCP and ports 53, 88 and 3074 for UDP. These same ports are also forwarded in the D-Link router configuration. For FTP, port 21 is also forwarded for TCP and UDP in both modem and router. But they don’t work until I first cripple the Verizon firewall down to “Low.” How to get them to work with the Verizon firewall up to Medium?

    While I do not know the answer to your question, BUT since you have this modem and another router - you could just follow.
    http://www.dslreports.com/faq/13600
    ^^
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • How can I get my document to save with the rotated view last used?

    How can I get my document to save with the rotated view last used? 

    Possible with Adobe Acrobat, not Adobe Reader.

  • How to get my Addon to work with the license key?

    Hi,
    Can someone tell me how to get the Addon to work with the license key?
    I've follow the steps as stated in this thread:
    [Re: SBO 2005 A - How do I get a Connection string from SAP B1.|Re: SBO 2005 A - How do I get a Connection string from SAP B1.]
    1) i've registered a BASIS key and get a 'BASISXXXXXX" string
    2) then i paste my BASIS key in "Solution" of Add-On Indentifier Generator and generate the  Add-On Indentifier Code
    3) then i paste the string to my source code
    which is the "XXX" of the sample code in that thread.
    static string AddonIdentifierString="XXX";
    int lRetCode=0;
    int errCode=0;
    string errMsg= string.Empty;
    string connectionStr ="";
    link = new SAPbouiCOM.SboGuiApiClass();
    connectionStr =Environment.GetCommandLineArgs().GetValue(1).ToString();
    link.AddonIdentifier=AddonIdentifierString;
    link.Connect(connectionStr);
    oApp = link.GetApplication(-1);
    vCompany = new SAPbobsCOM.CompanyClass();
    string cookie = vCompany.GetContextCookie();
    string conStr = oApp.Company.GetConnectionContext(cookie);
    vCompany.SetSboLoginContext(conStr);
    lRetCode = vCompany.Connect();
    4) then i add my add-on using manager role at Add-on admin
    5) then i can see my add-on there. it not suppose to be there since i've not installed any of my add-on license for my own add-on.
    what steps did i miss? Can someone please advise? Thanks
    ps : i'm coding in VB

    Hi,
    i think you have to change the license file attributing the number of licensing for your addon, then download it from https://websmp202.sap-ag.de/smb and then install it on SAP License manager, then I think you should give the license for your addon for individual users (example manager)
    I hope it helps.
    Best regards

  • Getting php + apc to work with the arch-package

    Hi,
    I am trying to get APC to work with PHP. And I am wondering if it is really working.
    I have installed the archlinux APC and PHP.
    Then I uncommented /etc/php/conf.d/apc.ini in so:
    extension=apc.so
    When i run php_info():
    there is actually a new section for APC:
    APC Support     enabled
    Version     3.0.19
    MMAP Support     Enabled
    MMAP File Mask     no value
    Locking type     pthread mutex Locks
    Revision     $Revision: 3.154.2.5 $
    Build Date     May 15 2008 19:49:30
    but,
    when i do: php-cgi -v
    PHP 5.2.9 with Suhosin-Patch 0.9.7 (cgi-fcgi) (built: Mar 25 2009 14:59:15)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    shouldn't it print something at the bottom saying something like "with APC ...."
    my other consern is if php actually needs to be compiled with support for APC and that is not the case with the php that comes with the
    archlinux package? If I do: php-config
    I can not see anything about APC.
    If I try to benchmark with and without extension=apc.so I don't see any improvements, actually it is some percent slower with apc commented in.
    Last edited by jb234 (2009-06-22 11:27:25)

    Ok, I think it is working.
    The problem was testing with a too small a php-script. The bigger a php-script the more potential for speedup from apc.
    Sorry for the confusion.

  • How to get custom graphics to work with the animator object

    I Have a costom graphic that I wish to have change color depending the position of a Pot, and have tried using the animator object. However the animator object fails to change color when the pot is moved, when i replace the costom graphic with a standard one (a pipe) the color changes perfectly. The costom graphic is in wmf format so it should work. what am i doing wrong or is this just not possible?

    Hello,
    That's a little odd. Did you trying playing with the Gray Proximity settings? If it's not too difficult maybe you can create various colored versions of your graphic and use the Multistate object instead.
    Is it possible to post the picture here so we can try?
    Regards,
    Khalid

  • How can I update a Numbers '08 document to work with the current version?

    I've had Numbers '08 for quite awhile (obviously). Have a few spreadsheets in it that I tried as an alternative to Excel. I've now got the most current version of Numbers but it won't open the spreadsheets created in the '08 version. I get an error message telling me to save them with Numbers '09, which I do not have.
    Is there any way to get these updated to work with the current version? If so, that would be great, would like to try it out. If not, I'm just going to copy this stuff into Excel and be done with Numbers entirely.

    This is a work-around - but also send feedback to apple that that is pretty low in the 21st century where people may keep data without opening it for a very long time - then need it desperately.
    http://www.apple.com/feedback/>Apple - Feedback
    Export the spreadsheets to another format - CSV may work - then import into the new version.
    Also you could try export to excel format and import.

  • Can't get out.print to work with XML jsp tags

    <jsp:scriptlet>
    if(ErrorTrap == true) {
         out.println("<tr><td colspan=\"center\" align=\"center\">There was" an error while processing the form</td></tr>");
         ErrorTrap = false;
    </jsp:scriptlet>
    I can't get this script to work with the XML stype jsp tags. It keeps telling me the <jsp> tags are untermintaed. Is there a special trick to fix this or do I have to use the non-XML type tags?

    Sorry, I didn't mean to put the extra " in the out.println text string. :-/

  • Hi everyone for  about 2 weeks now i cant seem to get any search results with the mobile myspace app on ipod touch 4g i have tried clearing cookies and cache ,resetting ipod uninstalling and reinstalling but nothing seems to work any ideas?

    hi everyone for  about 2 weeks now i cant seem to get any search results with the mobile myspace app on ipod touch 4g i have tried clearing cookies and cache ,resetting ipod uninstalling and reinstalling but nothing seems to work any ideas?

    - Have you tried going to the developer's support website/contacting the developer?
    - Try a reset. It surs many ills and nothng is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.

  • I'm using the Internet Personal Ancestral File Family Search but I'd like to work with the old version. Could you help me how to use it? Thank you

    I was working with the old version of Family Search Personal Ancestral File through Internet but I cannot deal with the new version which uses Firefox. Could you help me to work with the old version? Thank you

    Junho wrote:
    However, in Numbers, I cannot do the same thing with same procedure..
    What should i do to get all of those 4 at the same time?
    Please let me know..Thank you!
    First, be aware that Numbers is not MS Excel, and Excel is not Numbers. Features available in one of these two applications are not necessarily available in the other.
    LINEST in Numbers works somewhat differently from what you describe. The function is well described in the "iWork Formulas and Functions Help" document, available through the Help menu.
    I'd start there, with a search for LINEST.
    Regards,
    Barry

  • I followed all the directions to get Norton 360 to work with Firefox 8, but nothing works. I love Firefox, but if my Norton 360 won't work with it I'll be stuck with IE, which I do not like. Please Help Me!

    I followed all the directions to get Firefox 8 to work with my Norton 360, but nothing has worked. Is there anything else I can do? I didn't know there was an issue when I first upgraded to Firefox 8 so didn't choose the Norton plug ins immediately so I uninstalled Firefox hoping to be able to do it correctly when I Downloaded it again. Unfortunately it didn't ask me any thing regarding Norton so I went to Plug ins as directed to Enable Norton 360's plug ins, but none were listed.
    What can I do now? I LOVE Firefox! If we can't make it work I'll be stuck with Internet Explorer which I do not care for at all!
    I need to have Norton Security to protect my computer. Please help me find a solution to this problem ASAP.
    Thank you,
    Susan L Woods
    [email protected]

    Hi Susie, I use Norton 360 and have the latest Firefox 8 installed is working fine for me. Firefox 8 support for [http://community.norton.com/t5/Norton-360/Firefox-8-Support-for-Norton-Toolbar/td-p/581640 Norton Toolbar] was released on Nov 8th. Install the appropriate add-ons based on the version of Norton 360 you're using (see official Norton link above). Hope this helps.

  • I have an Retina display MacBook Pro with HMDI out port. I also have an HDMI to Component cable with Audio Plugs. How can I get HDMI out to work with this cable when plugged into the Component and Audio ports on my TV?

    I have an Retina display MacBook Pro with HMDI out port. I also have an HDMI to Component cable with Audio Plugs. How can I get HDMI out to work with this cable when plugged into the MacBook Pro and connected to the TVs Component and Audio in ports.

    Will not work.  To my knowledge, dual converting like that isn't supported.  The Mac must detect the connected video output device and that sort of info cannot be done across an analog component uni-directional connection.

  • I am having difficulty: we are running a windows server 2003 - mail and outlook support 2007 and upwards, how do I get the brand new apple machines to work with the 2003 version of server

    I am having difficulty: we are running a windows server 2003 - mail and outlook support 2007 and upwards, how do I get the brand new apple machines to work with the 2003 version of server

    I may be way out, but do you know about this product, would it help integrate the Macs for you.
    https://www.thursby.com/sites/default/files/images/ADmitMacv8_SPD.pdf

Maybe you are looking for