LOV with multiple display attributes configurable?

I have an LOV that has 2 display attributes. Say, Person Name and Job Name. When I use autosuggest on this LOV, I also see the job name along side of the person name in the suggested names list. Can I make this configurable? I want to hide the job name at one instance and sometimes I don't. Please advice

Hi,
you can create your own method of suggestedItems
<af:autoSuggestBehavior suggestedItems="#{yourBean.getSuggestedItems}"/>
public List<SelectItem> getSuggestedItems(String value) {
//here you construct a list that you return like suggestion
}

Similar Messages

  • Analysis Authorization based on Hier node with multiple display hierarchies

    Hi guys - I've got a problem where s.o. might have an idea of how to switch on the light at the end of the tunnel, I am currently standing in:
    Requirement:
    Cost Center Authorization should be given through RSECADMIN, reporting should be possible for any hierarchy that exists for the authorization relevant info object.
    Preferred solution:
    The Cost Center Analysis Authorization should be given through RSECADMIN - Hierarchy node assignment.
    u2022     A dedicated Authorization Cost Center Hierarchy will be maintained in ECC6 as an alternative cost center hierarchy and extracted into BW.
    u2022     The RSECADMIN Hierarchy node assignment should be based on a particular node (Type 2).
    u2022     The display level will be specified as required (here: Level 7)
    u2022     The Authorization granted should be independent of hierarchy name and version (validity 3).
    Reporting Scenario and technical impact:
    As mentioned above, when designing and running a query the user should be able to freely select other (i.e. than the authorization) display hierarchies for the authorization relevant reporting object 'Cost Center' as well. The technical names of the semantically relevant hierarchy nodes could therefore vary. E.g. cost centers 1, 2 and 3, being assigned under hierarchy node u2018Au2019 of the RSECADMIN relevant authorization hierarchy, could be subsumed by hierarchy node u2018Bu2019 in another display hierarchy, which the user may want to display in accordance to his reporting needs. Ideally, the alternative display hierarchy should therefore display node u2018Bu2019.
    My findings so far (based on prototyping) turn out that this is not possible as long u2018Bu2019 (and its hierarchy) is not authorized in RSECADMIN. Can these findings be confirmed? And if not, would anyone have an idea of how to facilitate the reporting scenario?
    Would there be any other way to grant access, possibly based on RSECADMIN single values, and also enable the user to flexibly display hierarchies with only those hierarchy nodes whose single cost center values the user has been given access to?
    Thanks everyone for your input...
    Claus
    Edited by: Claus64 on Jul 13, 2009 4:10 AM

    HI CLause,
    On Jul 14 2009, you wrote in SDN and said:
    FYI: Found a solution...
    The hierarchy analysis authorization will be based on a navigational attribute of cost center.
    With analysis authorizations it is possible to declare the Auth object (e.g. 0COSTCENTER__RACCAUT0) as authorization relevant and leave the superior object 0COSTCENTER auth irrelevant.
    The auth will be given for 0COSTCENTER__RACCAUT0. This object will be placed as a filter of the query, being restricted by an Authorization variable for hierarchy nodes.
    Due to the concept of Analysis Authorizations, this variable will automatically pick up the nodes granted as part of RSECADMIN Hierarchy based Authorization.
    As mentioned above, 0COSTCENTER as the regular reporting characteristic remains auth irrelevant and can therefore take any hierarchy thatu2019s available. Reporting on single values will be possible, too. Only those nodes show up that hold the authorized cost centers in accordance to the authorization.
    If the auth relevant 0COSTCENTER__RACCAUT0 is not used in the query definition by either not taking it in as a filter or skipping the Auth variable, the query will launch the message that the authorization is missing. No data show up at all.
    Claus
    See this thread:
    Analysis Authorization based on Hier node with multiple display hierarchies
    I am also in the same situation as you and need to understadn your solution. I understand that you created a Nav Attr on 0COSTCENTER and made this auth relevant whilst ensuring that 0COSTCENTER is NOT auth relevant. This is all fine. The issue was you have multiple hierachies for 0COSTCENTER, how did the new Nav Attr help you solve your issue. When loading 0COSTCENTER what values did you load ino the new Nav Attribute and how did that link to the hierachies? Also, in RSECADMIN you created hiearchy nodes based on the Nav Attribute but I am confused as to what values you have in the Nav Attr.
    I appreciate if you can share your solution from the past in more details.
    many thanks

  • When I go into full screen mode in Safari 5.1 on LION it switches to a new Space, making my other displays useless. Anyone else annoyed that Apple has completely left out those with multiple displays?

    I had a fear that this was going to be the case, but you can't have two full screen apps open in two different displays. At least that's how Safari fullscreen works. When switching over to full screen mode in safari, it automatically creats a new space, turns on four finger gesture to swipe through full screen apps which I had turned off in place of App Switcher.
    I don't use spaces because of the lack of support for using spaces with multiple displays. I would use spaces and mission control if I had control of each display's mission control separately.
    The fix would be to unlink the displays so they can scroll through full screen apps by themselves. I want this feature so I can mix and match the full screen apps on my three different displays. I see this beneficial for more people with multiple displays. in the future when thunderbolt display links, people will want better support too.
    I know I would use spaces and mission control more if I could have this ability. I'd be interested to know people's opinion.

    No no, if you read what I said, it would be that each individual display would be customizable to the user. The way you have it, it sounds like your second display will be dedicated to scrolling through fullscreen apps not allowing you to do it on the home screen. This is silly because with my concept, you could do that, by dragging apps to fullscreen in your second display, but if you want you could tell another display to scroll through fullscreen apps (independently) if you wanted. Each display will have it's own mission control with it's own set of desktops. I also can see how some people would still want them linked together, so this could just be a little check box made in mission control prefs to "link" or "unlink" desktops with link checked by default.
    With your solution you're limited to your setup. but what if the person has three or four displays? Well then your solution would limit them to one dedicated display that scrolls through fullscreen apps where mine lets a person customize their desktops depending on their preference and setup.
    further example: if you have safari, address book and mail in one display, you could still have ichat, PS and Illustrator in your second, and a text editor, FTP Client and iTunes in your third. Then you would mix and match these apps but it would promote the use of mulitple displays as well as benefit people with three or more, which thunderbolt, Cinema Display and Pro computers support.

  • Multi-Select LOV with multiple return columns

    Hi,
    I'm wondering if it's possible (and how) to return more columns from the LOV page the calling page. Default only 1 column is displayed in the LOV and 1 column is returned.
    However it's easy to display an additional column in the LOV: Just copy the column tag change the binding column to display and change the prompt.
    Furthermore in my situation I don't have a FK between the calling page and LOV. It's just a LOV which returns values which can be edited after.
    Regards,
    Marcel

    Marcel,
    In the upcoming release it will be possible to supply a comma-separated list in the 'Lookup Display Attributes' field, so that multiple fields are shown in the LOV.
    When you use UIX and have an Entity Association to the Entity Object in the LOV, passing back multiple fields is already possible. But in your case, you will probably have to use your own javascript to implement this functionality.
    Kind regards,
    Peter Ebell
    JHeadstart Team

  • MacBook Pro Freezing with Multiple Displays

    Hi guys,
    I've been having a bit of an issue with my MacBook Pro and its handling of multiple displays. I recently bought a third-party adapter off Amazon (that was highly rated and Prime eligible, so it wasn't some completely unknown, 1 dollar adapter). I'm driving two displays: a 1600x900 display over HDMI, and a 1920x1080 display over DVI via the aforementioned adapter.
    Whenever I use the adapter with any of these displays, I get intermittent freezes. The computer will freeze for about 10 seconds every so often, and everything besides audio will halt. Audio continues to play back just fine, just any animations/video will freeze. If I have the iTunes visualizer up, it'll freeze. If I have a video up, same thing.
    I initially thought it was the adapter, but upon taking it to another retina MacBook Pro (15"), it works just fine, no freezes. Furthermore, if I do something as nuts as taking said adapter, and throwing an HDMI-to-DVI adapter onto the Thunderbolt-to-DVI adapter, the freezes magically go away. Not sure what's making that work, but its impractical since I already have an HDMI port on my MBP.
    Here's a list of what I've tried to suss out the problem:
    1. Reset SMC. No dice.
    2. Zapped PRAM. No dice.
    3. Watched Activity Monitor and Console when freeze occurs. Nothing out of the ordinary appears.
    4. Swapped display configurations around. Not much changed.
    5. Tried seeing if the freezes persist in safe boot: Yes, they do.
    6. Tried seeing if the freezes persist in recovery: Yes, they do.
    7. Tried combining the two adapter I have on hand (DVI-HDMI and TB-DVI) and running one display over HDMI from the combined adapter: Freezes have gone away for whatever reason.
    Anyone have any idea what might be going on? If there's any conclusion I can draw from this, it's that either pure DVI output is broken on my machine, or somehow it's still the adapter I bought causing the freezes. I'm not sure what to do, and while I want to take this machine into the Genius Bar and let them poke at it, trying to reproduce this problem might be really hard in that environment. :/

    Hello, exactly the same as mine (MBP early '08) now after nearly 3 year, confronted with the same.
    Unfortunately, my first MBP late '07 went through the same problem (no flickering the screen just freeze out of nothing, and 2 logic board, memory replacment didn't help, maybe even 3 logic boards - it's a while ;)) Anyway I got this as replacement. And it just worked fine until yesterday.
    Bad now, my AppleCare startet with the first MBP and so its not longer valid. Have my Genius appointment on Saturday and hope it will not be to frustrating.
    As 3 years ago I have been reading through the forums and later followd partly these Nvidia discussion, seems to me there is more behind and the root cause never was found. And since Apple has changed the model entirely, I guess rc will never be found.
    I will let you know the outcome of the talk on Saturday.

  • OS X Lion with multiple displays/monitors?

    As you've problably figured out by now, the answer is no. Fullscreen applications like Mail, Safari, and even Quicktime are sadly a dud with multiple monitors. With Mail and Safari, you end up getting the knit grey background like in Mission Control.
    Here's my problem. In Snow Leopard, I used to be able to run a fullscreen movie in Quicktime on my TV monitor. It would run in the background while I was doing other stuff, still playing the movie in fullscreen. Now, with Lion, I can't do that. Due to the 'upgraded' fullscreen function on Quicktime, whenever I try watching a movie in fullscreen on my other monitor, the window moves to my main monitor and the other monitor goes black.
    There probably isn't an instant fix for this, but please Apple, give your multi-display customers some love and let us have the ability to use seperate spaces and fullscreen applications on other monitors. It's hard to overlook this.

    This is the single reason why I am still using Snow Leopard on my iMac which has two additional displays connected to its ThunderBolt ports.
    I didn't buy monitors to display fake grey linen.  The real linen is cheaper.
    Please provide feedback on this design decision via -http://www.apple.com/feedback/macosx.html
    I'm hoping that if enough pressure is built up, they'll add an option:-
    "Allow me to use my external displays = Yes/No"
    I use Aperture, and here is what it looks like under Snow Leopard
    When running Lion, the left and right screens look like this

  • Spaces with Multiple Displays

    I have been using Spaces with my MacBook with an external display, without mirroring to extend my desktop. Overall, it works really well and has certainly made things less hectic when I have 1-8 windows open per application and up to 5 applications.
    One thing I figured out by playing is that you can have windows from the same application in different spaces. For example, I have FireFox open with three windows, and can position one FF window in each of three spaces. The only way to do this that I have found is to drag the individual windows from the Spaces view (F8), but it's really useful for me to have web-pages organized by Space (personal, work, Google, etc.). By the way, if I shut down FF or restart the machine, the windows do not "remember" which Space they were in, which is not surprising to me. I assume that is a limitation of FF, not OS X.
    Now here is the issue/problem I have experienced several times: Every so often, I will completely "lose" one or more windows. For example, I have two FF windows open in Space 4, then upon switching to another space and going back to Space 4, the windows are gone. They still show up in the list of FF windows (from the "Windows" menu in FF itself), so I think they are still open, but it's like they were assigned to Space 0 or something. There is no way to get to them or bring them back that I have found. There is also no good explanation for why this is occurring or any reproducible set of circumstances.
    I can accept that I am pushing the envelope on Spaces using both multiple displays and splitting windows from one application across Spaces, so I am not expecting this to work flawlessly (yet). However, it sure would be useful to be able to recover from this when it occurs.
    By the way, as a tip I have mapped my mouse button 3 (external mouse with a scroll wheel that has a button) to show Spaces, which has been very handy for me.
    One last thing: Does anyone else think it would be cool to have Spaces act more like true individual Desktops? In other words, be able to set background image per Space and maybe even have different files on each Space/Desktop? Files would be more involved since Spaces are less permanent than a real Desktop, but background images seems like an easy thing to be able to code for.

    Just to be clear, you CAN run an application and split its windows across different Spaces by dragging those windows in the Spaces view. So open Firefox in Space 1, open a second FF window in Space 1, then F8 and drag the second window into Space 2 and voila. It's somewhat random what happens when you click on the application icon in the dock when you do this, but it does work.
    Good point about the background being very resource-intensive. Never mind.

  • CreateInsert and LOV with multiple return values

    HI. I am on Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1
    I have a View Object which is based on Entity Object.
    View Object has customer_name and customer_id attributes.
    customer_name attribute has LOV (input field with LOV) based on some other View Object (which of caurse holds customer name and customer id data)
    I defined that when LOV return the chosen values it will populate customer_name with "Customer Name" value and customer_id with "Customer Id" value
    All atributes are updatable
    I droped my View Object on the page and also "CreateInsert" buton. When I click on "CreateInsert" button, I can see new row added as expected, customer_name field has LOV. I can choose from LOV and can see customers and customer_id data. But when I click OK in the LOV pop-up only customer_name attribute is populated!
    I do see that customer_id is returned from LOV (I implemented ReturnPopupEvent listener), but still the customer id remains empty.
    I though maybe I need to add LOV as auto submit = true and set LOV to be a partial trigger for customer_id. But still  - it didn't help
    However, if I run Application Module tester, I do get what I want. I can create new row and when I change customer name , both customer name and customer id fields are populated
    Please advice

    Hi Michael,
    On Lov VO, make sure you have at least one or combination of attributes as Key attribute. and re test.
    Thanks,
    Jeet

  • Popup LOV with same display and return values

    Hi
    I have created a List of Value using the following query.
    SELECT partner_name display, partner_name return
    FROM partner_table
    WHERE partner_name is not null
    order by 1
    The above query returns around 3000 rows of data. This has been linked to Item as Popup Key LOV(Displays description, returns key value). When the popup is selected the values are not displayed, only "Row(s) 1 - 10" and pagination buttons are displayed.
    Could anyone please suggest me with a solution.
    Thanks in advance.

    Change the Next button label to remove the > character. This sounds like a familiar problem.
    Scott

  • 10.10.2 - Issues with multiple displays on sleep

    Brand new Mac Mini with 2x Thunderbolt to DVI for my displays.  When my displays go to sleep, it seems to have trouble bringing both back up unless I switch the cables.  I've had to do this multiple times and it seems to be a sr

    I was able to fix this problem by disable Sophos AV live scanning.  I think the problem is Sophos hanging up chrome's cacheing of files.

  • Using Headphone Jack with Multiple Displays with Mavericks

    I recently installed Mavericks on a 2011 Mac Mini (previously was running 10.6.8); the Mac Mini is connected via HDMI to my HDTV in my living room and connected via mini display to HDMI to a second HDTV  in my basement.  I am running an extended USB cable to the basement to have a keyboard/mouse at each HDTV (living room is using a Bluetooth keyboard/trackpad).
    After I installed Mavericks, I was immediatley having problems with my monitors.  Each monitor showed up in my audio settings, but for some reason, I could not select the living room HDTV for sound, it just bounced off the HDTV name and went to another selection.  After analyzing it for a while, I determined that when I had a line into my headphone jack, I could not select that living room monitor.  As soon as I removed that line, I could select it (as an fyi, the other HDTV in the basement worked fine for sound with the headphone jack being used).  I would prefer to be able to use the headphone jack as I have that plugged into my home theater system to play sound through my sound system.
    Also, whenever I reboot my Mac Mini, my extended cable USB keyboard/mouse becomes unusuable and I have to unplug the keyboard & mouse and plug them back in for them to work and recognize the keyboard/mouse.  The USB maintains power as I plugged my iPhone into it and got a charge after a reboot of my Mac Mini, it just doesn't automatically pickup the keyboard/mouse.  Everything worked perfectly in 10.6.8, so any solution(s) would be welcomed so I don't have to go back to that OS.
    Thanks.

    Actually, there is an adapter that will do exactly what you want:
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=6B2 FAAD2&fnode=home/shopiphone/iphoneaccessories/headsets&nplm=TN544LL/A
    If you read one guy's experience, he says:
    "I can even use it to connect to the auxiliary jack of my car stereo so the call goes through the car speakers and I use the adapter's microphone to speak. "
    So this ought to do ya. (And, of course, the iPhone music will indeed pause when the call comes in -- this happens even if you are using "normal" headphones).

  • R6950 Display Twin Froz II OC 2 GB flickers with multiple displays

    Hi guys,
    This is my situation, I have a 3 monitor setup (27" SA850 PLS) not running on Eyefinity, simply using extended desktop and playing only on one monitor. 2 of the monitors are connected to the card using Display Port and another one using the Dual DVI connector.  My resolution is 2560x1440 on the 3 monitors.
    When I play a game (i.e. SC2) one of the side monitor flickers, If I'm on normal 2D everything works fine.  The one that flickers is connected using the display port. 
    What I have tried:
    * Installing latest Catalyst (12.1).
    * Swapping monitors.
    * Swapping cables.
    What I found out:
    It is only happening on the monitor connected to the second display port on the card.  Disregarding of what cable or monitor I use, If it is connected to the second display port it will suffer flickering when I go into a game.  Remember the one suffering the flickering will not be the one I use to play which is connected on the dual DVI port.
    Even more interesting, flickering WILL STOP, if i reduce the resolution of the monitor connected to that specific display port to 1280x1024.
    I even tried all the following combinations where A, B, C are monitors. Min resolution is 1024x768 and Max Resolution is 2560x1440.  C will be the monitor connected to this specific display port.
    1. A Resolution Max
       B Resolution Max   
       C Resolution Max  =  Flicker
    2. A Resolution Min
       B Resolution Min     
       C Resolution Min  = No flicker
    3. A Resolution Max
       B Resolution Max   
       C Resolution Min    = No Flicker
    4. A Resolution Max
       B Resolution Max
       C Resolution over 1280x1024 = flicker
    5. A Resolution Min
       B Resolution Min
       C Resolution over 1280x1024 = Flicker
    6. A Resolution Max
       B Resolution Max
       C Resolution <= 1280x1024 = No flicker
    I have no idea why is this happening, I really want to avoid sending the card in, I cant be without the card so if someone has some crazy ideas Im all in for trying them.
    Thanks in advance.

    Okay, received my replacement card from Amazon on Monday, finally had a chance to install and test the new card today. So far, no artifacts that I can see. I tested in Kombustor, Amnesia: Dark Descent, a video in VLC, GIMP, and of course my Web browser. Everything looks fine, so I'll just assume that the first card I received was a bad one. Hopefully things won't change with the new card (I do not plan on overclocking it), but I'll be keeping my old Radeon 4870 just in case.
    I did notice one thing that seemed odd in Kombustor though. When it did the combined test at the end for Kmark, there were constantly shifting vertical lines on the screen. Seemed to be part of the test (like old newsreel footage?), and didn't show up anywhere else. Anyway.

  • MacPro 2013 freezes on boot with multiple displays.

    My MacPro freezes on boot up, at Apple logo or logging in screen with noise.
    This doesn't happen with a single monitor, but with 2 or more displays it happens quite frequently.
    Or this problem happens when monitor is attached to HDMI port, since as I unplug the HDMI cable,
    it usually works fine.
    This problem existed since 10.9.3, but it still exists on 10.9.4.
    Anyone having the same trouble?

    Oh, so you’re stuck with DP here…
    We have narrowed the problem with computers and DP cable that if, when put to sleep, generate every minute an entry in the console stating “dark wake reason PME:maintenance”
    You should try to put your computer to sleep, wait some minutes, then look up in the logs if it keeps silently waking up (nothing else than USB power can be distinguished). On the Mac Pro (late 2013) the power will pulse, then suddenly stay bright with no fan activity, then goes back to pulse.
    I saw this on every computer (Mac Mini, MacBook Pro Retina, Mac Pro (late 2013)) that exhibited problems (be it freezing, unable to really sleep, etc.).

  • Window issue with Multiple displays

    I have a problem with my new iMac (late 2013) wich is connected to a secondary display (HP w2448hc) with DVI-Minidisplay port adapter.
    When Maverick wake from sleep, all de windows are hidden in the screen corners so I can't move them, even if the app is in full-screen mode.
    I know how to solve the issue (changing any of the displays preferences options), but is an annoying issue. ¿Anyone knows how to prevent this ?
    I attach some captures:

    Hi Amy,
    One thing that may be causing a problem is that TOTAL_COMPANY is a parent in both H1 and H2.  My understanding is that TOTAL_COMPANY can be a parent in H1 OR H2, but not both.
    Hope this helps.
    Thanks,
    Scott

  • Scroll Bars Not Working Properly with Multiple Displays

    Do the following on a laptop that supports having the desktop spread across multiple monitors. Display 1 is the laptop screen, Display 2 is an external monitor.
    Open a SQL*Developer window in Display 2.
    Open a SQL Worksheet.
    Run a query that produces more rows than will fit in the results window, e.g. "select * from user_objects".
    Click, hold, and slide the vertical scroll bar handle downward in the results tab.
    The rows do not scroll. Garbled characters appear in the last row.
    Move the window to Display 1. The scroll bar works properly. Rows scroll up and down and no garbled characters appear.
    Note that the horizontal scroll bar produces garbled characters as well.
    (SQL*Developer 1.2.1 32.13; Win XP Pro, Oracle XE)

    These sort of issues can often be fixed by some combination of
    - getting the latest device drive for your graphics card
    - using java 6
    - specifying -J-Dsun.java2d.ddoffscreen=false as a command line argument for sqldeveloper.
    - specifying -J-Dsun.java2d.noddraw=true as a command line argument for sqldeveloper.
    You can also add vm options to you sqldeveloper.conf file using the "AddVMOptions -D..." directive

Maybe you are looking for