Displaying cascading list in the page

Hi
I have a cascading parent child list of Country , City , World.
I want to display the world list on the page using some webpart. I want that there should be two drop downs and when the Country and city are selected from that drop down then the list item should be displayed .
For eg.
If I select India and Delhi then the list item should be displayed for the same.
Vij

Hi Vij, Romeo's solution will work inside the form, but I think you might be talking about adding the dropdowns to the page itself where the list is, then I suggest the html web part. See the following link for information on how to set it up:
https://support.office.com/en-ie/article/Use-the-HTML-Form-Web-Part-to-filter-and-display-data-in-another-Web-Part-860b681c-38ad-43ff-a036-a60868497ff7
cameron rautmann

Similar Messages

  • Cascading lists on uix pages

    Hi,
    there's a how-to topic describing the realization of cascading lists on jsp pages:
    http://www.oracle.com/technology/products/jdev/tips/mills/cascading_lists.html
    Now I tried the same on a uix page. I cannot use a navigation list to drag n' drop the VO there, so I tried using MessageChoice elements.
    The result looks fine on first glance, the second combo being initialized (filtered) with values matching the initial value of the first combo. But changing the value in the first combo causes ArrayIndexOutOfBoundsExceptions (value 0) instead of correctly updating the second combo.
    Can anyone imagine what I'm doing wrong or provide information how to realize cascading lists on uix pages?
    Thanks in advance
    Christian

    Hi I was building cascading lists in a search form with ADFBC and JSF but i can't understand how implement the mechanism to refresh the second list when the first has changed....
    I read the tutorial but I can't find the solution....
    Please anybody can help me....?
    Thanks in advance...

  • I am having problems managing my subscriptions.  I want to cancel auto-renew.  When I sign into iTune to "Manage Subscriptions" my subscriptions are not listed.  The page is blank.  What is wrong?

    I am having problems managing my subscriptions.  I want to cancel auto-renew.  When I sign into iTune to "Manage Subscriptions" my subscriptions are not listed.  The page is blank.  What is wrong?

    I am having problems managing my subscriptions.  I want to cancel auto-renew.  When I sign into iTune to "Manage Subscriptions" my subscriptions are not listed.  The page is blank.  What is wrong?

  • Display Approval Status on the page

    I have a pages library, where i have content approval turned on. I want to display the OOTB Approval Status( Internal name: ModeratorStatus) column in the pagelayout in read only mode. Any ideas??

    Hi,
    According to your post, my understanding is that you want to display Approval Status on the page in read only mode.
    You can insert the JQury code to a Content Editor Web Part:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
    <script type="text/javascript">
    $(function(){
    setTimeout(Test,500);
    function Test(){
    var obj1=$("div[name='_ModerationStatus']");
    obj1.removeAttr("SortFields");
    </script>
    Then you cannot click Approval Status to sort items and the HTML of the Approval Status becomes as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • To Display Logo on all the pages of Excel Sheet using OLE

    Dear friends,
                         I have developed one report using OLE which display output in Excel. I have display logo using OLE.
    I am able to display logo on first page of excel sheet. but I am not able to display it on all the pages.
                        Need your help. Please, suggest any good solution.
    Thanks & Regards,
    Sandip Sonar

    Excel repeats only HEADER and FOOTER information on every page. The data on cell is relevant only for that page.
    If you want to print something on every page in Excel, you will have to include it on HEADER/FOOTER section of the excel file.
    To check this, go to excel, on meny go to File->PageSetup. Then select Header/Footer Tab... select Custom Header or custom footer. 
    Whatever you inset here (including image) will be printed on every page of Excel. Don't know OLE property to set this but I feel something should be available to set custom header footer for your file.

  • How do you make the title bar display different text than the page title?

    I'm looking for a way for the title bar display of my web page to be different than the text in the actual nav bar created by iWeb. For instance, I'd like the nav bar to just say Home for my main page, but in the title bar in the browser say "blah blah blah."
    I know there has to be a way to do this. iWeb has actually done it on one page already, but I can't figure out how. I think it picked up the title bar text from the first text box in the page. For instance, the page name in the navigation bar is "blahs for today" but the browser title bar when you open that page says "blah blah," which happens to be the first line of text on the page. The page title in iWeb.app, though, is "blahs for today." But if I look at the source code it lists title as "blah blah."
    I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar as the very first thing on the page, and hope iWeb makes that the title bar text. I'd rather have a more correct way of doing it.
    Is there a way of doing this in the source code without having to change a lot of stuff?
    Thanks for any help.

    Richard Kirkman1 wrote:
    I think it picked up the title bar text from the first text box in the page. (...) I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar...
    Richard ~ The key is the default Title box that iWeb creates for every new page — it's that which you need to edit, not another text box you've created. And to make the text in that Title box invisible, see here.

  • How to display arraylist list on jsf page

    Hii all,
    i am having an jspx page where i want to display the value coming from a bean class getter..
    the getter is returning an Arrarylist of list
    and i want to display the entire array list on the jspx page when it gets loaded.
    The method is :-
    public ArrayList<List> getMyList() {
    myList=getDocumentProperties();
    return myList;
    How to iterate the entire list on jsf..??
    any idea..!!
    Thanks

    You can use <af:forEach> or <af:iterator> in an ADF Faces page to iterate over the items returned by the bean's getMyList() method:
    <af:forEach var="prop" items="#{MyBean.myList}">
      <af:outputText value="#{prop}"/>
    </af:forEach>If you want to iterate over the inner lists, then use a nested iterator:
    <af:forEach var="prop" items="#{MyBean.myList}">
      <af:forEach var="item" items="#{prop}">
        <af:outputText value="#{item}"/>
      </af:forEach>
    </af:forEach>Dimitar

  • Sub form display from top of the page

    Hi Experts
    I have some page display issue with my form. I have 2 main forms and 5  sub forms. The form structure is I have called the subforms from the main form  using button option, while I click the button to view the sub form I am veiwing it perfectly, but while loading the subforms the previous navigation scroll bar is not changing the newpage is not going to top of the page. This takes me the sub form half of the view I have to manually scroll to top of the page.
    I have tried with zoom options but only fit height option works and it looks too small is there any other way to show subforms from top of the page?
    Thanks in advance
    Regards
    arul

    Hi Arul,
    Maybe this helps you. It is kinda clumsy but might work for you.
    Sounds like you are ending up on the right page but in the wrong spot on that page. Yah?
    So at the end of your button code (which already works) just put in:
    xfa.host.pageDown();
    xfa.host.pageUp();
    So, in effect, you are going off page and then immediately coming back. It happens very quickly, so the user won't notice it.
    It has the result of bringing you to the TOP of the page.
    Good Luck,
    Joe

  • Displaying text item inside the page I would like

    Hi, is it possible to open and display from text item link new window with formatting title, description and own text, but not only on the blank default page, but on the special page which I have created for this (with my layout as a template)?
    Thanks
    Marek

    Hi Marek,
    I believe what you are looking is for the new Portal 10.1.4 feature - itemplaceholder:-
    http://download.oracle.com/docs/cd/B14099_15/portal.1014/b13809/template.htm#CIADAEGG
    "You can use Portal Templates for items to enforce a particular layout, style, and associated content. With Portal Templates for items, a requested item displays within the layout defined by the template rather than in place on the item's container page. For example, when a link to an item displays on the item's container page, users click the link, and the item content displays within the context of its associated Portal Template. The item's content is displayed in place of the item placeholder on the template."
    I hope it helps...
    Cheers,
    Pedro.

  • Using Print Screen only displays about 50% if the page. How may this be fixed?

    I did pose this question earlier today. I am afraid that I am not competent enough to understand what to do with the Troubleshooter information. Could someone please explain in layman terms how I resolve this issue? Print screen does not operate in any web based windows. There is no problem with Print Screen when using Microsoft applications, e.g. Word.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • How can a  variable display the first character that's on the page?

    I'm creating a telephone directory and want each page to display the alphabet of the first listing on the page on the top - only one character.
    Can you tell me how to do this?

    Hmmmmm, seems I was wrong about the GREP styles. I just tried it and they don't get picked up. I consider that a bug, but it's probably "as designed."
    That leaves you having to work with nested styles only, or Find/Change. I think what you'll need to do is redefine the Paragraph style so it has two nested styles that apply the correct style to whatever needs to be styled at the start of the paragraph, one for the first character and the second for the rest of the word(s) if you can figure out a trigger (can InData add an end nested style character or is thew some punctuation you can use?), then find/change to remove the applied character style. For that I'd serach for ^.+ with the find format set to the character style that InData applied and the chane format set to [None], which will only remove it from the beginning of your paragraphs. If this is done correctly there will be no change in appearance since the redefined paragraph style will do the formatting.
    If that won't work, you can use find/change to apply a new style to the first characters. Search for ^. and set the change format to the new character style that you'll use in the variable. It needs to have the same attributes as the style applied by InData or the appearance will change.
    The second method is probably easier since you don't need to redfine the paragraph style, but both methods require you to use find/change to alter the text, which means if more text is added you'll need to re-do the find/change. Not a big deal, but don't forget. I'd be tempted to wait until the last minute and just ignore the headers for the moment, if editing is ongoing. I'd also test this on a copy of the file for safety.

  • In the Calendar there used to be the daily activities listed at the bottom of the page when you had the monthly view on it

    In the Calendar there used to be the daily activities listed at the bottom of the page when you had the monthly view on it.
    For example you could see the whole month, the day you select was highlighted and at the bottom of the page listed any activities.
    Now this does not happen. Am I missing something?
    The Calender seems to have gone backwards!!!
    HELP!!!
    PLEASE!!!!

    Ditto!  I have always preferred the month as the default view and the list at the page bottom let me know what I need to pay attention to for today (or tomorrow, or any future date).  Having to scoll through every hour of the day to find items that may or not be there is a huge waste of time!
    I hate this calendar!!!!  I've been okay with other changes in ios7 but they need to make changes.  How about letting us configure our own calendar views?  Choose "home" page look by month or week, itemize daily view by hour or by items entered, etc.

  • I embedded some HTML code into adobe Muse but not displaying when the pages are Exporting to HTML

    I embedded some HTML code into adobe Muse and when I published the remote site on business catalyst the (Add This widget) HTML code shows up but when I exported the site to HTML pages and view the index page in the browser (Safari, Chrome, Firefox) the (Add this widget) HTML code wouldn't display on any of the pages. I've used this code before on other Muse sites not sure what could have happened. Thnx!!!

    Hi,
    Please take a look at this post for a similar discussion : Re: When i export my muse website my youtube video links stop working. Why is this?
    Regards,
    Aish

  • SQL expression field is not displayed on the page header if no records

    Hello
    I'm creating a quite simple report. In this report I've got a SQL expression field which returns a DateTime
    I display this field on the page header section.
    Everything is working fine except when my principal query doesn't return any records my SQL expression field is not displayed. It doesn't seem to be evaluated.
    So, I would display this field even if my Details Section doesn't contains any record.
    I hope you understand what I mean.
    Can someone help me?
    thanks

    Hello,
    I thought about creating a formula but the value I need is stored in a database.
    So i created a simple SQL expression field.
    SELECT CONVERT(DATE,j_1) FROM VW_STD_DATEFIXING
    And this expression doesn't have any dependencies.

  • Colors of the pages in the website listing in iweb 09

    When I open iweb 09 and look at the list of the pages in the website folder, some of the pages are red in color while the rest are blue. What does it mean when the pages are listed in red?
    Thanks,
    Mary

    It means that you have made changes to these pages. When you publish your website, by selecting File/Publish Site Changes, these page names will turn blue.

Maybe you are looking for

  • How  can I get the employee code in the customer master

    Hi What are the settings that I do so that I can get the employee code in the customer master? We want to create a sales order on a employee , we have HR and SD in the same box. regards Pravin

  • Quick time 7 on Snow leopard advice.

    hi didn't bother opting for QT 7 on instillation of SL, didn't think I'd need it, but now I find i do. what's the beast way to put it on a post Installed SL system .. doesn't seem to be a SL version on the QT download options. thanks.

  • Viewing clips like with a slide sorter

    I have all my mov quicktime files stored in a directory and would like to view them as thumbnails like ACD See software does it with pictures (viewing them moving them in the right subdirectories, renaming them etc. As I could not find a way to do it

  • How do I stop a sound file that is playing while Firefox is open that sounds like a PacMan Game?

    How do I stop a sound file that is playing while Firefox is open that sounds like a PacMan Game? It started when I downloaded the current Adobe DLM, but continues when disable. It begins playing each time I open FireFox, but gets interferred with whe

  • Error when trying to download anything from internet

    I've tried downloading flash player, adobe reader, and a printer driver. when doing so, I get this same message everytime: I've tried using a different username, reinstalling the opperating system, and also repairing permissions. I don't know what el