Af:autoSuggestBehavior How to fire it only after specific char count.

Hi,
In our application we have a input text with af:autoSuggestBehavior. When the user starts typing a small drop down come which displays the result. The client requirement is that the drop down should not come(appear at all) till the user types first 3 chars.. Is it possible ?. if so please let me know how

Hi,
In the auto suggest method that is present in the backing bean we are calling the model layer only after 3 characters. In the UI we get a drop down saying no match found say when the user types less that 3 chars. Can we avoid that?.. Can we some how hide the drop down till the user types 3 chars..

Similar Messages

  • How to Fire a trigger after an update of a table

    Hi
    I have a form that has one block and I am having the users
    entering some information in it then at end I am comiting the
    records. I would like after the records being comitted I want to
    fire a trigger to do some other things like populating another
    table. Could you please help me on this?
    What kind of trigger will I need? where I would I put the
    trigger?
    Thanks
    alpha

    Thank you much. Can I ask you another question please.
    I have a database trigger that need to be fired only when some
    columns on a tabke is being updated so I have the trigger like
    this
    create or replace trigger FRK_HZ_LOCATIONS_AUR
    after update of address1,address2,city,state
    ,postal_code,county,province,country,attribute20
    on hz_locations
    for each row
    DECLARE
    v_cust_account_id hz_cust_acct_sites_all.cust_account_id%type;
    v_cust_acct_site_id hz_cust_acct_sites_all.cust_acct_site_id%
    type;
    v_org_id hz_cust_acct_sites_all.org_id%type;
    -- cursor; all sites for this customer address
    cursor sc is
    select
    s.site_use_id site_use_id
    ,s.attribute15 frk_addr_number
    from
    ra_site_uses_all s
    where s.address_id = v_cust_acct_site_id
    and s.site_use_code in ('BILL_TO','SHIP_TO');
    rowcnt number;
    But the trigger is firing even thought they insert instead of
    update. Could you help please
    Thanks

  • How can I share only a specific playlist with another family device?

    I purchased an iPod Touch for my Dad for Christmas.  I am trying to share only a selected playlist with the new device without synching everything that I have on my iPhone and iPad to his device.  I have turned on home sharing but can't figure out how to limit the automatic sync that kicks off when I plug the new iPod into my PC.  Any suggestions?

    Hello roaminggnome
    Unfortunately the support is down at the moment, I will have a better look later. I did go though the Apple support previously, however I found nothing that worked.
    The first thread I came across was “Home Sharing” however no mater what I did, it did not appear in the iTunes sharing list (I did go though the “Show Sharing Networks” support as well)
    Secondly, I saw “Using A Single Library With Multiple Accounts On The Same PC” (Something like that) but all this did was let us share the same music location, if I was to rip extra music, it will not show in there library
    Matt

  • How to access servlet only via specific port?

    Hi all,
    I have an app with 2 servlets, I want each servlet to be accessible via a different port.
    so I open HTTP on my web server, on port 80 and 18080, but now BOTH servlets are available via BOTH ports.
    how can I make sure that servlet 1 is accessible only via port 80, and servlet2 is only accessible via port 18080?
    tnx

    Run two servers.

  • How to authorise users only for specific GL accounts

    Hi friends,
    My client does not want his endusers to see all the GL accounts' balances, they want to restrict them from looking at certain GL a/cs .From my security person I came to know that we cant restrict them only for certain GL accounts, it could eithre be all or none.
    I dont agree with that.
    Please guide if you know anyhitng about it.
    Thanks
    Shefford

    You can use the Authorization Group field in the G/L account master record (field SKB1-BEGRU, free text field) for this purpose. You can then use authorization object F_BKPF_BES to manage the different authorizations.
    Click <a href="http://sap.ittoolbox.com/groups/technical-functional/sap-acct/authorisation-based-on-gl-accounts-727160">here</a> for more information.
    Points are appreciated.
    Kind regards,
    Lodewijk

  • How can I have only a specific smart folder in Finder displayed in coverflow and all other folders in icon view?

    There are a couple of smart folders actually that i want in coverflow mode only, but the rest i want in icon view. Is there a way to do this? i thought i had it figured out, but then it would revert back to the icon view for everything.

    Open one of the folders that keeps changing. Set it to the view mode you prefer. Press Command-J (Show View Options in View menu).
    At the top of the View Options screen is an item which allows one to set "Always open in xxx view". Chekmark that.
    Repeat for each folder you want.
    This is a per-folder setting. Note that the View Options screen is 'live" - you can leave it open, and as you open successive folders it will display the settings for each in turn.

  • [invalid] Run systemd service after specific device is initialized

    Hi.
    Is there any way to run systemd service only after specific device is initialized/kernel module is loaded?
    The task I'm trying to solve is applying trackpoint speed and sensitivity settings on boot in my X220.
    Service code (trackpoint.service) is quite simple
    [Unit]
    Description=Trackpoint configuration
    [Service]
    Type=oneshot
    EnvironmentFile=/etc/conf.d/trackpoint.conf
    ExecStart=/bin/sh -c 'echo ${sensitivity} > /sys/devices/platform/i8042/serio1/serio2/sensitivity'
    ExecStart=/bin/sh -c 'echo ${speed} > /sys/devices/platform/i8042/serio1/serio2/speed'
    [Install]
    WantedBy=graphical.target
    The issue is that trackpoint.service gets executed before trackpoint device gets initialized and thus fails.
    Jun 14 23:12:10 xi sh[414]: /bin/sh: /sys/devices/platform/i8042/serio1/serio2/sensitivity: No such file or directory
    Jun 14 23:12:10 xi systemd[1]: Unit trackpoint.service entered failed state.
    Jun 14 23:12:18 xi kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jun 14 23:12:18 xi kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input13
    What have I tried already
    1. Specified systemd-modules-load in After= and Requires= directives and added psmouse module to /etc/modules-load.d
    2. Tried path activation (perhaps, I did it wrong) by creating i8042.path
    [Path]
    PathExists=/sys/devices/platform/i8042
    Unit=trackpoint.service
    However, this changed nothing.
    I don't know what else should I try.
    Please suggest solution for this.
    Thanks in advance.
    Last edited by eDio (2013-06-15 13:28:36)

    Thank you very much.
    I've finally managed this to work
    $ cat /etc/udev/rules.d/10-trackpoint.rules
    SUBSYSTEM=="input", KERNEL=="event13", ACTION=="add", RUN+="/usr/bin/trackpoint_apply"
    $ cat /etc/conf.d/trackpoint.conf
    speed=255
    sensitivity=255
    $ cat /usr/bin/trackpoint_apply
    #!/usr/bin/env sh
    . /etc/conf.d/trackpoint.conf
    /usr/bin/echo $speed > /sys/devices/platform/i8042/serio1/serio2/sensitivity
    /usr/bin/echo $sensitivity > /sys/devices/platform/i8042/serio1/serio2/speed

  • How to get the only the changed or newly added entries in AFTER SAVE.

    I have created table maintenance generated for a table,I want to get the newly added or changed entries while saving thats why im using AFTER SAVE event for the same,can anyone please tell me how to get the only the changed or newly added entries in AFTER SAVE.

    Hi,
    Welcome you post on the forum.
    I have moved your thread here because it is in English and should not in the language specific forum. What is your system version?
    Thanks,
    Gordon

  • My laptops QWERTY row of keys does not work for long periods at random intervals and only after pushing all the buttons on the row does it eventually turn back on and then will still cut out every now and again, anyone know how to solve this?

    My laptops QWERTY row of keys does not work for long periods at random intervals and only after pushing all the buttons on the row does it eventually turn back on and then will still cut out every now and again, anyone know how to solve this? If not is there any way to actually get a genuis appointment lol to get one of them to have a look at the hardware on the keyboard?

    Apple Support (formerly ExpressLane):
    https://getsupport.apple.com/GetproductgroupList.do
    https://getsupport.apple.com/GetSASO?SG=SG001&locale=en_US

  • How to make firefox to display page only after that page is fully loaded?

    I'm using some kind of simple monitoring tool, wich refreshes page every 10 seconds. And i see, how page loads: first text, then graphs. Is there any way to make firefox display page only after that page fully loaded to make such slideshow more smooth?

    Try to increase the pref nglayout.initialpaint.delay to a very large value
    *http://kb.mozillazine.org/Nglayout.initialpaint.delay

  • HT1926 Quicktime stuttering, MOV file plays fine on my iphone but play it in my PC the sound and video stutters. happened only after the last update. how to fix

    Quicktime stuttering, MOV file plays fine on my iphone but play it in my PC the sound and video stutters. happened only after the last update. how to fix?

    Hi Richmoller51,
    Welcome to Apple Support Communities.
    See this article for some troubleshooting steps that can help with video playback in iTunes or Quicktime:
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    Best,
    Jeremy

  • How to response the value change of slide bar only after mouse released

    Hi, all
    When I used the slide bar to control my device, I response the value change of slide bar and set the new value to my device. But it will generate response constantly when I use the mouse to drag the pointer, which is not my wanted. I just need to response only after the mouse released. How can I implement this function? 
    Hope your suggestion, thanks a lot.
    Solved!
    Go to Solution.

    No, not if you use the right event under "Mouse".
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • How to print a window (ex:total)only after end of main window in SAP Script

    How to print a window(ex: total) only after end of main window in SAP Script
    Thank you.

    Create a total window and place it after your main window, get the number of lines in your main window and place counter
    Ex,&SAPSCRIPT-COUNTER_1(+)&,
    IF SAPSCRIPT-COUNTER_1& EQ <number of lines in main window>
    **print total
    ENDIF.
    Regards,
    Sairam

  • How to make fields read only after form is filled in

    I am creating forms to be used within our company.  The customer srv representative (CSR) would fill in the form and send it to the customer for signature and initial.  There are a few issues I can't solve.
    1)  I need to make the rate & services fields read only after the CSR initials the form

    Will the CSR have Acrobat or just Reader, and what type of computer will the CSR be using (Windows/Mac/mobile OS)? If just Reader (Wind/Mac), this is possible by setting the fields to read-only with JavaScript. The problem is this can't be considered secure, even if using a password as discussed here: Password-protect and hide one form field
    With Acrobat you have the ability to flatten certain fields, which makes it a bit more difficult to change the "fields".

  • How do I set up a specific playlist for songs so only those sync on A-TV??

    I have a huge number of songs on my Itunes library and I don't want the Apple TV (A-TV) to use so much space for all those songs - I prefer to save it for my video and movies. How can I set up a specific play list on Itunes for A-TV and then when I sync my A-TV - only that playlist goes over.
    Hopefully someone has an idea for me. Hope everyone had a great holiday.
    Skip

    Dear Winston,
    Thanks so much. It seems much easier after reading it. I did not have those tabs originally which was confusing... Once I clicked the correct preferences, the tabs came up. Now I am resyncing everything which will take time but I see it working.
    Thanks for your help Mr. Churchill....
    Skip

Maybe you are looking for

  • How do I recover a "Note" from a back-up drive?

    I'm on a macbook Pro and I've been having trouble with "Notes" ever since I upgraded to Yosemite. At first notes wasn't syncing properly from MacBook to iPhone, then it looked like sync was happening properly. But now I've noticed that one, important

  • No image preview in Bridge and unable to write meta data files

    I recently converted my CR2 files to DNG files using the DNG converter. For the most part it worked. However, for some files, something went wrong. When I looked at a folder of newly converted dng files using Bridge, I noticed that some files didn't

  • Re Importing into Lightroom 4.1

    My photographic equipment consists of a Nikon D 7000 ( set to RAW) and a P 5000 (JPEG). My computer is an iMac with Lightroom 4.1 installed. Up until recently it has been possible to import from the SD cards directly into Lightroom via the reader in

  • Downloading .7z file as text file instead of archive

    Firefox has problem downloading .7z file. I read on other post that this is server side related but if I try to download the same file using Internet Explorer it download fine. So there has to be something that can be done to fix this problem.

  • Urgent : Web Forms problem

    I deployed my application on Web using Developer Server 6.0 OAS 4.07 Jinitiator 1.1.7.18 Browser Netscape 4.7 Problem : When Iam trying to signon to the system by mistake if I type the wrong passowrd it gives an error message like "Username or Passor