Show list

hi...
am using jdev 11.1.1.3 ver...
in my jspx page i have one select many listbox...showbutton,one table
so if i select any value from that listbox...then by clicking on show button based on selected value from listbox below table value has to change ....plz tell me how to do this....
how to get the seletced value from listbox....for this i created a view criteria and i executed that viewcriteria inside showbutton action listener...programatically...
but if i select any value and click on show button it showing error...in binding...
in log i printed that select value inside sop...but it showing null...
like this System.out.println(getSml1().getValue());
and i tried in this way also...
DCIteratorBinding dci11 = null;
ViewObject vo1 = null;
dci11 = (DCIteratorBinding)Adfutil.evaluateEL("#{bindings.CmAppraisalAppraisalDetailsVO2Iterator}");
vo1 = dci11.getViewObject();
vo1.applyViewCriteria(vo1.getViewCriteriaManager().getViewCriteria("CmAppraisalAppraisalDetailsVOCriteria"));
//vo.setNamedWhereClauseParam("bAppraisalFormat",Adfutil.evaluateEL("#{bindings.AppraisalFormatId.inputValue}"));
// vo1.setNamedWhereClauseParam("bAtt",getSi2().getValue());
vo1.setNamedWhereClauseParam("bAtt",Adfutil.evaluateEL("#{bindings.ATTRIBUTE_ID.inputValue}"));
System.out.println(Adfutil.evaluateEL("#{bindings.ATTRIBUTE_ID.inputValue}"));
now it showing value for all the attributes my requirements is it should show the selected attribute value only...plz let me know this

Hi,
As far as I know, there is no 'select one many choice' component.
Here is how to get the value for a SOC (select one choice)
https://blogs.oracle.com/adf/entry/getting_selected_value_from_selectonechoice
And here is how to get the selected values from a Select Many Choice
https://blogs.oracle.com/jdevotnharvest/entry/how_to_access_selected_rows

Similar Messages

  • How to show list view of pages?

    I want to show list of subsits on navigation. when clicking a subsite on navigation  to show corresponding pages in list view. on clicking a page in list view to open page. please share your view how it can be done. 

    Hi Magesh,
    According to your description, my understanding is that you want to show subsites on the navigation, and when the mouse hovers, the corresponding pages are shown in list view, click these pages, it will be opened. Is it right?
    To achieve it, you can use managed navigation. Go to Site Settings->Term store management, you can create a term set, create terms based on the names of the subistes, for each term, click Navigation, and under Navigation Node Type, select the URL of the
    subsite for “Simple Link or Header”. Then in each corresonding subsite term, create some sub-terms related to pages, and for each sub-term, click Navigation and under Navigation Node Type, select the URLs of the corresponding page for “Simple Link or Header”.
    After the above, go to Site Settings->Navigation, on the Global Navigation section, select “Managed Navagation:…”. On the Managed Navigation :Term Set section, select the term that you created.
    More information, please refer to the link:
    http://www.c-sharpcorner.com/UploadFile/anavijai/managed-metadata-navigation-in-sharepoint-2013/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Show list of OS files in Form

    Hi
    I have to show list of all files residing in a particular directory on DB server using a oracle forms 6i deployed on application server.How can I achive this .Please advise.
    Thanks
    Prashant

    One solution would be to have a FTP link with this machine, but that also probably results in a security issue.
    Another solution would be to use a small stored Java code in the database that would do the trick, assuming that the Java engine is configured on this database.
    Francois

  • Calendar Year variable is not showing listed values

    Hi,
    I have a query which I am running based on the standard variable ( 0CALYEAR ) input. When I run first time it shows the list of values in the selection editor and displays the result. But after executing when I am trying to change filter values in the output, it doesn't show list values as well if I enter manually, I am not getting the result. I am getting out put no data available....
    I created new variables on 0CALYEAR info object, but same problem. My query structure is
    In rows I just defined Calendar Year / Month ( so that I can get all months for that user entered Year ).
    In Columns I defined one Key Figure.
    Thanks
    Ganesh Reddy.
    Edited by: Ganesh Reddy on Mar 8, 2012 8:39 AM

    Problem is resolved my self. Removed 0CALYEAR from Char Restrictions to Default.
    Thanks
    Ganesh Reddy.

  • Show List/Libraries with heading dynamically in SharePoint 2013

    Hi,
    I want to show the all the list under List label and all libraries under libraries in quick launch as in SharePoint 2010.
    I want to achieve this in SharePoint 2013. So the list /libraries should dynamically added to the corresponding group.
    Please help how to do this.
    Waiting for your reply.
    Thank you

    Hi Aditi,
    According to your description, my understanding is that you want to show lists/libraries under the Lists/Libraries label in Quick Launch in SharePoint 2013.
    Per my knowledge, there is no OOB way to automatically add the lists/libraries under the Lists/Libraries label in Quick Launch except manually editing the links in the Quick Launch as Sapara suggested.
    If you don’t want to manually add the links, I recommend to use PowerShell to add the links in the Quick Launch.
    Here is a blog about using PowerShell to add and remove items in the Quick Launch menu on a SharePoint 2013 site for you to refer:
    http://matthewyarlett.blogspot.com/2014/05/use-powershell-to-add-and-remove-items.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Message Area don't show the 'Show List' anymore??

    Guys, is it possible that the message area change in SP14 or SP15.
    I was testing and example in the SAP-PRESS book, Web Dynpro for ABAP. Before, we had 3 options to display messages in the WD application, now it's 2.
    In the message area (at runtime), on the right side, previously it was saying 1 Message with a button Show List, when you click on the show list button you see all messages in a web dynpro table. Now all these standard options seems to have disappers?? I just see my message and the rest of the message area is blank.
    The look and feel was better I think with the show list button ... am I missing something??
    Alex

    Hi all,
    i was looking for the 'old style' to display messages in webdynpro (with the 'Show List'). here i found the code snipped to do this. i did implement the code in the wddoinit of the window.
    method WDDOINIT .
    data:
      l_api_mycomp type ref to if_wd_window_controller,
      l_wd_message_area type ref to if_wd_message_area.
      l_api_mycomp ?= wd_this->wd_get_api( ).
      l_wd_message_area = l_api_mycomp->get_message_area( ).
      l_wd_message_area->set_display_attributes( i_for_all_instances = ' '
                                                 i_msg_lines_visible = '1'
                                                 i_use_toggle_area   = 'X'
                                                 i_show_only_current = ' ' ).
    endmethod.
    unfortunately the method get_message_area does not find the message area. but i did create the message area on the view.
    does anybody know what kind of error i'm hanging in ?
    Thanks for your help !
    Grts Tom
    ps: forgot to mention, that we use SP15 now - we started developing on SP10 (so there was the old style default)
    Edited by: Thomas Zehnder on Jun 30, 2008 4:45 PM

  • How to show list items in html page design?

    Hi all,
    I have a SharePoint list with column Title, Logo, Project Summary, Project Description and would like to show list items in html table design like:
    How to achieve this? thanks in advance!

    As per my understanding, You want to just redesign your list form. You can achieve the same using SPD2010 or you can use jQuery also if you don't have rights for SPD customization.
    Create
    a custom list form using SharePoint Designer
    SharePoint
    form: present fields side-by-side
    Thanks.

  • Finder does not show icons view (it only shows list, column

    Since I updated my macbook pro retina late 2013 to yosemite, I cannot see any finder folder window in icon view. It only shows list, column and cover flow view. Not something important, but if there is something wrong, I want to know!
    +also since i bought it last December, there is this download bar (which shows the download procedure) on the downloads folder at the dock, stuck there forever. It looks like I am still downloading something, but opening the folder everything is done. It goes away after 2-3 restarts.
    can anyone answer if this is a software issue or a hardware?
    thank you in advance

    These files are EPS files not image files. They have a TIF or PICT preview inside the file, I believe in the resource or data fork of the file. The file extension is EPS, and I cannot change that, just type the letters. The actual extension, the 4 digit one, that is invisible is the one that is important. In the case of EPS the actual extension is EPSF or EPSI.
    Just to try the fix I changed the name and it did try to make a preview, but it came up with nothing. It was blank in column view. The OS still reads it as an EPS regardless of the change in file extension.
    Anyone have some answer that involves a command line, I think that is really going to be the only thing that solves this one.
    Power Mac G5 1.6GHz Single   Mac OS X (10.4.2)  
    Power Mac G5 1.6GHz Single   Mac OS X (10.4.2)  
    Power Mac G5 1.6GHz Single   Mac OS X (10.4.2)  

  • HT5085 I accidentally deleted my season pass to walking dead season 4 from my TV show list and I can not find it in the Cloud. How do I recover?

    I accidentally deleted my season pass to walking dead season 4 from my TV show list and I can not find it in the Cloud. How do I recover?

    Hi tango mike35,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes Store: Download options when purchasing TV seasons, Season Passes, Multi-Passes, movie bundles, music box sets, or individual movies or TV episodes
    http://support.apple.com/kb/HT5731
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    If you are still not able to find or access your purchase, report the issue to the iTunes Store:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933?viewlocale=en_US
    Cheers,
    Judy

  • "Show List of values"  showing different values than "Preview List of values for the same dimension Object

    Hi All, 
    I have a dimension object in Business Layer which is showing a different values than the original database values. When I right click on the object and select "Show List of Values its showing values which are not related to the original values in the database but if I right click on the same object and select "Preview List of Values" it shows the right values present in the database. Any suggestions on how to rectify. It was working good and many reports have been built using that particular dimension.
    Is there any way to fix the problem without the deleting the object or recreating another similar object as the object has been used in several reports, so by deleting or recreating the object may break the reports.
    Please help!

    Hi
    A  list of values is a list that contains the data values associated with an object, Lists of values inserted in the data foundation are inherited by any business layer based on the data foundation.
    Right click on the object and select  “Show Values”… Display all the DB values including null
    Preview List of Values – also display same values...getting differnece meens...Check weather using any Static List of Values.
    If you uncheck the Associated list of values check box "Preview List of Values" options is disabled.
    For best practice …LOV is disabled for un-necessary dimension objects
    Also If you have Db access check the correct data by
    SELECT
    Distinct Schema name. Table/View name. Object name
    FROM
    Schema.name. Table/View name

  • Checkbox doesn't uncheck in TV Shows list

    In iTunes 6 and previous, I could go to the list of TV Shows and other content and uncheck the box next to the show or song name. That meant that iTunes would not sync it to my iPod, thus helping me manage stuff I didn't need on my iPod and conserve space.
    On iTunes 7, something funny happened. I went to uncheck something and now it just depresses, but never unchecks. Then, when I try it on other items, some will uncheck but not others.
    Ever since the prefs were moved around, I could never find an option to fix this. Manually Managing everything seems to be overkill; I just want to check things I want on my iPod and uncheck the things I don't.
    What gives? How do I solve this? If somebody answers, please be as detailed as possible. Thanks in advance!
    Dave
    Mac Mini    

    Have you synced your library sync your purchase, are the shows checked in itunes along side their name, you're not looking at the unwatched tv show list are you.

  • Always immed. show all messages instead of clicking 'show list' - mess. mgr

    Hello all,
    How can I immediately show all messages of my message mgr, instead of only the first message? Now, I always have to click 'show list' to view them.
    I use the general MESSAGE_AREA UI element.
    thanks,
    maggie

    Hi Hans,
    If you got to the application, and under the properties tab you would find some radio buttons as :
    1: Show message component on demand.
    2: Always display the message component.
    3: Display the messages without the message component.
    The 3rd option is not availaile in newer systems. But yes if you are using ECC6.0 then it is the option that displays all the error messages and also in the message area, which would be the answer of your question.
    Hope this helps.
    Ashish.

  • CR2011 Dynamic Parameter does not show list at all

    I am upgrading some Crystal Reports from CR 8.5 to 2011.  Some would be better served by using a dynamic parameter to allow the user to select the data for the parameter from the database information.  I have created a dynamic parameter on the Customer ID and set the description to be the customer name.  I have set it to handle multiple values.
    When I preview the report in the Crystal designer, I get a text box to type in but not a drop down.  To be clear, I am not talking about the LOV 1000 limit here.  There are only 50 customers in the sample file I am working with.  I tried turning the static parameter into a dynamic one, I deleted the original parameter and created a new one.
    In case it matters, the parameter is only used as part of the selection formula and if I enter a proper customer id, it will retrieve the data.  This report has about 7 tables (no stored procedures or views) and a subreport of two tables that is linked to the main report on the customer id.  The parameter is only used on the main report for record selection.  The SQL statement in the main report and subreport did need to be reset when I first opened the report in CR2011 but I did that on both.  I have verified the database and the option to verify on first refresh is checked.  The original parameter did have an imported list of about 3000 customer names.  I tried exporting the CR template to a new file and while the file size changed, the behaviour did not.
    When I create a brand new report on two of the tables, including the same customer table, and create the parameter the same way, it shows me the list properly in a dropdown at the prompt stage.
    I am not sure where to go here or what else to try.  If anyone has any suggestions, I appreciate the help. TIA, rasinc

    Thank for the reply Dell,
    I see the logic in adding the extra table and keeping it unlinked and I do know the crazy data that can come up if I use it linked to other tables or use the fields in other parts of the programming.
    However, I've now tried it several times, creating the parameter on just the name alone, with the ID alone, etc. and I still only get a text box to type into.
    I have made sure the original selection criteria
    {customer.Id} = {?Customer}
    if from the original table, not the new one, which I assume you expected me to do.
    So I decided to run the same report through CR XIR2.  When I update the Set Datasource Location, I am now getting the message
    "Invalid Argument provided.
    Details: The alias requested 'company', contains a combination of characters which is not considered to be valid"
    Company is a table containing information about the main company, not the customers.  The same message pops up for another table as well.
    Then I get a message that says:
    "Prompting failed with the following error message: 'List of Values failure: fail to get values. [Cause of error: The table company does not exist in the document.]'
    Error source: prompt.dll Error code: 0x8004380D"
    This appears to be a database access issue but I know the firewalls are not a problem because I can create a new report and get the LOV properly with the same database and same desktop computer.  I can take that report created in CR2011 and use it in CRXI also and get the proper LOV.  Is it possible I am dealing with template corruption because there were so many items imported into the static list before?

  • Show list fields side-by-side when New/Edit/View in sharepoint 2013

    It is possible to show fields in customized view for fields in a list? OOB feature show all columns one after one. But
    I want to show user customized way. like see below image
    Is possible to do in Sharepoint 2013 foundation?. Any developed feature available?
    ItsMeSri MOSS SP2, 3 WEFs, Windows 2008 R2 x64.

    Someone's developed a way to do it through JQuery - I've done it for a single list - it's time consuming to set up but works perfectly. One text file that has the table structure you want to see, then another with a small JQuery function.
    See http://www.markrackley.net/2013/08/29/easy-custom-layouts-for-default-sharepoint-forms/
    The table includes spans that reference the actual column display names - an example row:
    <tr >
    <td>
    <b>Title:</b><br>
    <span class="FMGCustomForm" data-displayName="Title"></span>
    </td>
    <td>
    <b>Issue Status:</b><br>
    <span class='FMGCustomForm" data-displayName="Issue Status"></span>
    </td>
    </tr>
    and the JQuery moves the column from the original location to the correct span. Nice and quick - even on a list with many columns.
    <style type="text/css">
    .ms-formtable
    {display:none;}
    </style>
    <script type="text/javascript">
    $(document).ready(function() {
    //loop through all the spans in the custom layout
    $("span.FMGCustomForm").each(function()
    //get the display name from the custom layout
    displayName = $(this).attr("data-displayName");
    elem = $(this);
    //find the corresponding field from the default form and move it
    //into the custom layout
    $("table.ms-formtable td").each(function(){
    if (this.innerHTML.indexOf('FieldName="'+displayName+'"') != -1){
    $(this).contents().appendTo(elem);
    </script>
    Robin

  • How can I set the OS to show list view when I open a file in an application.

    So I know you can chose view options in Finder to always show files in list view there. But how do you set the OS to do the same when opening files in an application.

    Okay, cheers, so I guess it's stored in the application prefs. I just installed Snow L last week and it bothered me that everytime I opened a document I had to set my pref again. I wasn't aware that it was storing it for that particular app though cause I'm using so many differnt apps. But you are right, it does store for the individual app. Cheers for the answer!

  • IPod Touch TV show list backwards...

    I have episodes of 2 different TV shows on my iPod Touch, and while the show names are in alphabetical order, there is an issue when I go into the episode list of the shows.
    All of the episodes are listed in reverse order...
    Example: I have every episode of Futurama on my Touch, and when I go to the episode list, episode 1 "Space Pilot 3000" is the last item on the list.
    Is there a setting anywhere I can change to make the list show up in the proper order?

    Hey,
    If you haven't already fixed the problem. I found a way to properly sort episodes.
    What I did.
    1)In itunes select the episode. Get info.
    2)In the info tab only fill out the Name section.
    3)Go to Video tab. Fill in Show Name and Season. Leave everything else blank.
    4)Go to Sorting tab. In the Sort Name box enter "A" for episode one and continue through the alphabet for each episode in order.
    5)Click OK and load onto your ipod. The episodes should sort properly.
    I'm sure you can add more info to the tags section. But I'm happy with what I have. Basically with my ipod touch I have it sorted as such:
    Futurama Vol. 1
    Space Pilot 3000
    Season 1
    blah blah blah and so on.
    Peace hope you get it to work!

Maybe you are looking for

  • Question about calling a procedure from a URL

    Hi In an Apex 3.0 application (which is not public) I use a procedure call in a URL to download the person's photo, if any. The call looks like this: {img src=#OWNER#.download_photo?p_id=&P10_ID.} This works fine. However, I found out that I can run

  • Field in 2lis_02_scl

    Dear Experts, We have extracted the data through 2lis_02_scl into 0pur_c01 and we created a report on this cube " Purchase order history". We have a requirement for account maintenance Purchase orders to be excluded in the query output. Is there any

  • Change background of web page composer

    Hi, someone knows how change the background of the web page composer? I have seen that the body have "class=prtlBody urFontBaseFam urScrl", but I do not know where is possible to change that style or to change that line. thanks. regards.

  • System landscape directory configuration

    Hi , I have problem related to System Landscape directory. Actually my intention is to consume webservice from abap system.So i heard that we have to configure setting in system land scape directory. So if i go to system landscape directory i.e. visu

  • Compile_schema is slow while fast object checkpoint

    Hi, The DBMS_UTILITY.compile_schema(U1,false) normally runs 10 seconds on our "U1" schema (11.2.0.3, oracle linux, 64 bit). But when truncate partition, parallel query runs on an other schema ("U2"), the compilation of "U1" takes more than 1 hour. to