Dynamic list of pages / site map of pages

Hi,
I've figured out how to add a Page Query to the Navigation.
Now I want to have something similar on a page for a kind of site map. How do I display a dynamic list of pages on a page?
cheers,
Matthias
Edited by: mprove on Jan 5, 2012 12:15 PM

NP. Not too experienced in ADF, myself, but the text gives hints:
ChildPropertyTreeModel—used in <af:tree> component
ChildPropertyMenuModel—used in <af:breadcrumbs> or <af:menu> component
ListNavigationResource—used in <af:foreach>
I believe that you can either use (default?) tree and/or breadcrumbs/menu components, or you can create your own via looping <af:foreach>

Similar Messages

  • How to create dynamic list element in Site Studio designer?

    Hi all,
    I have installed the Site Studio Designer(10gR4).The dynamic list element that i have added in the contributor region executes a query to search and display all the files in a particular folder.In the contributor mode when i try to add/edit the dynamic list element it gives an error saying :
    Unable to perform the action due to the following reasons:
    [+] Unable to retrieve search results. Unable to retrieve search results. Unable to create result set for query 'SELECT IdcColl2.dID, dDocName, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor, dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension, dInDate, dOutDate, dCreateDate, dPublishType, dRendition1, dRendition2, VaultFileSize, WebFileSize, URL, dFullTextFormat, dFullTextCharset, DocMeta.* FROM IdcColl2, DocMeta WHERE IdcColl2.dID=DocMeta.dID AND (((((( xCollectionID >= 14 AND xCollectionID <= 14 ) AND NOT ( (CONTAINS(xDontShowInListsForWebsites, '{DIPP_Sample}') > 0) )))))) ORDER BY dDocTitle desc'. ORA-20000: Oracle Text error: DRG-10599: column is not indexed
    I have enabled the full-text search on the content server and also included xWebsites and xWebsiteObjectType columns to be full indexed in the Zone Fields Configuration.Is there any other setting to be done?Please help.
    Thanks,
    nithya

    Hi
    Include the xDontShowInListsForWebsites also from the zone filed and then update it.Then test it out.
    Hope it helps
    Srinath

  • Searching for a page in the site map

    Hi all! I'm using an older version of Dreamweaver... MX. I'm
    hoping there's a way to do a search for a specific page using the
    site map. I have some out-dated pages on a HUGE website I'm trying
    to clean up for a local organization. I did a search for orphans,
    and they were not listed. Therefore I know they are somehow still
    linked to other pages. So I can't just delete them. I need to
    update the links. I did this on my local drive, but I need to do it
    on the server, as I realized I can't replace all pages on the
    server (others have access to it too). Does that make sense?
    Anyway, let me know if I can search using the site map for specific
    pages. Thanks!
    Julie

    Do a sitewide find for the filenames. That'll tell you which
    other pages
    link to them.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "DigitalChick" <[email protected]> wrote in
    message
    news:fasdd7$e8l$[email protected]..
    > Hi all! I'm using an older version of Dreamweaver... MX.
    I'm hoping
    > there's a
    > way to do a search for a specific page using the site
    map. I have some
    > out-dated pages on a HUGE website I'm trying to clean up
    for a local
    > organization. I did a search for orphans, and they were
    not listed.
    > Therefore I
    > know they are somehow still linked to other pages. So I
    can't just delete
    > them.
    > I need to update the links. I did this on my local
    drive, but I need to do
    > it
    > on the server, as I realized I can't replace all pages
    on the server
    > (others
    > have access to it too). Does that make sense? Anyway,
    let me know if I can
    > search using the site map for specific pages. Thanks!
    >
    > Julie
    >

  • Setup my site error message says: "You do no have permissions to have lists and pages within my site

    Hello Community
        In Sharepoint 2010 after entering the url to My Site in order to create my personal site
     the "My Content" link was clicked.
        Instead of going to another page a message gets display across the page stating:
    "You do not have permissions to have lists and pages within My Site."
        I am not logged on as the Farm account and I am not supposed to be.  I am just logged
    on as the domain user that created these web applications, services  and My Site.
        What kind of permissions do I need to have lists and pages within My Site?
        Thank you
        Shabeaut

    Hello Guru Karnik
        There has been no mention of "AAM" which I know understand is the abbreviation for:
    "Alternate Access Mapping."
        The "My site Host (url)" is the url of the
    :port/">http://<servername>:port/ that I created for the web application/site collection?
        And After that then will I have permissions to have lists and
    pages within My Site when I click "My Content"?
        If so, how do I create the AAM in SharePoint 2010?
        Thank you
        Shabeaut

  • Preventing page from showing up in Site Map

    Is there no way to prevent a page from showing up in the site map? Even if I disable a page it still shows up in the site map.

    Hey Brad,
    You need to wait till the end of the day for the sitemap to update. If it existed before and in the sitemap.xml when off it will not render.
    You can now also go into the sitemap.xml manually via FTP and change things. I think if you do that it stops auto updating though so if you want that to kick in, deleting it and then it will be auto generated again by the system.
    Site map in the admin is for the page list you insert and doing child/parent stuff for breadcrumbs.
    That make sense?

  • How to change the master page and theme dynamically in sharepoint2013 anonymous site

    hi
    I have to change the master page and theme dynamically in sharepoint2013 anonymous site. i have to show one master page to authenticated user  another master page to anonymous user through code
    Srinivas

    Hi Srinivas,
    According to your description, my understanding is that you want to change the master page and theme dynamically based on the anonymous users or authenticated users.
    Per my knowledge, there is not an OOB way to change the master page and theme dynamically.
    SharePoint is based on Asp.net, as we know Asp.Net request processing is based on pipeline model, so we can delevlop a custom HttpModule to dynamic change the master page based on current logon user profile(using SP Object Model to get).
    Another solution could be to use the SecurityTrimmed control that injects the CSS depending on global user permissions, more information, please refer to
    it.
    Some similar posts for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/c2b2d0da-c752-4aea-9c2d-e31a5b1a2988/sharepoint-2010-dynamic-masterpage-based-on-userprofile-property
    http://johanleino.wordpress.com/2011/10/20/using-a-different-master-page-for-authenticated-users-in-sharepoint/
    http://sharepoint.stackexchange.com/questions/21679/how-can-we-use-a-different-masterpage-for-annoymous-and-authenticated-users
    http://sivarajan.me/post/How-to-customize-the-SharePoint-2013-Master-Page-for-Anonymous-Users
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to not show pages in the Site Map

    This is probably the easiest question of them all... but...
    How do you not show pages in the site map?
    It seems that by default, all pages are added to the sitemap.
    Is it a case of unchecking "enabled" and checking "exclude from search results" under "More Options" on the page itself?
    Or another way?

    Hi David,
    The "exclude from search result" will remove from the sitemap.xml "yoursite.com/sitemap.xml" and from major search engines from being picked up.  If you tick this option please allow for a few hours to have the xml to reflect the changes.
    "If you select this option then this web page will be excluded from the site search feature built into this system as well as from the sitemap.xml file submitted to the major search engines such as Google, Yahoo and Live."
    The sitemap module found under site settings is not related to the xml file so you'll need to manually remove and insert onto your page if using this feature.
    - http://kb.worldsecuresystems.com/kb/add-sitemap.html
    Hope this clarifies.
    -Sidney

  • How do I reorder top level pages in BC Site Map Settings?

    I created a desktop and mobile version of web site in muse and am hosting through BC.  The site map settings show the pages alphabetically.
    1. - Is there a way to reorder the root level parent pages other than alphabetically? I see I can add the sub-level pages under the top-level pages via drag and drop, but can't reorder any pages. As I'd like to publish the site map to my website but would be unacceptable to have it starts with a 404, Home is somewhere in the middle... 
    2. - That being said, does this make any difference for SEO?
    3. - Also, since I have made 2 versions of site (desktop and mobile) which contain same page names, they appear to be showing as dupes in site map settings function. How do I know which is which as reorder and include on site map?
    Thank you in advance..  

    Yeah that is an issue web developers have been facing for years.
    There are some work arounds that you can try:
    1: Use the Tooltip Composition for the drop menus and set the transition time to a bit longer time so it isn't quite as apparent there is a secondary menu.
    2: Set the menu widget to 'Manual' and add the link to the top level page to the drop menu as well.
    3: Don't have a drop menu - just have a seperate template for each section that has drop menus and then in that template add a manual menu widget and add a secone menu to that template on the side or below the other menu or where ever with just links to the pages in that section.
    There are probably a few more options but there is no way to really solve the problem with the way it is set up other than maybe creative menu link names. For example top level could say 'All Gizmos', then the drop menu links can say 'Gizmo One', Gizmo Two' etc.

  • WPC - Dynamic List - Link to the page of an wpc_article

    Dear all,
    Im working with dynamic Lists to show a list view of my wpc_articles.
    In the default settings the elements of the list have a link directly to an article. Therefor the property "contentLink" is used.
    I wanna change this link to the page where an article is placed. So Im wondering:
    Is there anyway to get the path of a page from the article instance e.g. a property like "parentString" or something like that?!
    Thanks in advance.
    Greetings,

    Thanks for the answer.
    Guess i have to put everything I need in the article element so i do not need to show the page.
    Another question occured to me while I was doing that:
    When I navigate from a Dynamic List to an Element, it should be possible to navigate back and forth with the buttons I created using the history api.
    Instead of the "<a href..." in the default dynamic list I created an onclick event. Right now im trying to navigate to the article with its guid and the method "EPCM.doNavigate(...)" but until know i haven't been able to get it done.
    Is it even possible to reach that goal and in case it is am I on the right track or is there a better approach available?!
    Thanks in advance...
    Greetings,

  • WPC 7.3 : Dynamic List : pager

    We have been working in WPC 7.3 with Dynamic Lists : this can be used to display news items similar to XML forms, mixed with own forms.
    The Dynamic List iView, once added onto the WPC page can be configured to display the number of items.
                    Example : 4 items. Letu2019s say we have 6 items, then only the four u2018newestu2019 are shown.
    What is missing here is a u2018pageru2019 at the bottom , in case somebody wants to see the other two, older items.
    There is no standard pager in  the KMCWPC05P_3-10008779.SCA file -> com.sap.nw.wpc.dynamicList.sda project.
    Before we actually start to develop our own Dynamic List project with pager : anybody managed to add this piece of vital coding?
    Or perhaps this is planned for the future?

    I got a solution regarding this topic.
    I followed these steps:
    You must set the number of items in you example to six or higher (in your example, the remaining two items wouldn't even get rendered)
    You surrounded your Dynamic List layout with "<li>...</li>"
    In your theme, you implement a JQuery Paginator (e.g. look here), which works with the list-elements
    Tell your paginator to show four items per page
    I got something going like this:

  • Can anyone help me to find the page list for my site?

    I cannot seem to find the icon which will lead me to the page list for my site. I need it to retrieve a lost page

    Do you mean that you can't find the "Choose" button on the top left of Adobe Contribute? I gues I'm not sure exactly what you mean by "Page list".
    If you are talking about something else, please give us more details as well as let us know what version of Adobe Contribute you are referring to.

  • Google tell me to insert their codes a site map in the head section before the first body section.. but where is it on my welcome page?

    Google tell me to insert their codes for a site map in the <head> section before the first <body> section.. but where in exact terms is the head & body section on my 09 iwebsite?

    It's been a while since I had to verify my sitemap with Google, but if I remember, there were two options for verification. The one I chose was an HTML file verification. That's a file that would be put in your Site Folder in GoDaddy. Google would then crawl your site to verify that way. I found that much easier than putting a file in the website itself.
    It would be a file that looks like this:  googlebe235d8cb7e91037.html
    And would live in your Site Folder on Godaddy like this:

  • Error in adding dynamic list in site studio

    When i add a dynamic list to my page in site studio and view it in my browser, i don't get results. When i look in the logs i see following error:
    Parsing error at character 68 in query: "((dExtension <matches> `doc`) <and> (xWebsites <contains> `intranet`)) <and> <not> (xDontShowInListsForWebsites <contains> `intranet`)" Query operator hasAsWord does not exist
    I only add de dExtension <matches> 'doc' THe rest is generated i guess.... How can i resolve this error?

    Well, the problem is solved.
    I hadn't installed the DBSearchContainsOpSupport component. Because of that, i hadn't any fields in the Zone fields witch lead to the error.
    WHen i installed and configured that component, i worked.

  • One or more field types are not installed properly. Go to the list settings page to delete these fields.

    Hi Team,
    I have created Administrator -approved Infopath form template to my site and activated same template in CA.
    I have used this template in one of my Form library and i can able to submit the Form with success to the library.
    when i click "View Item" or "Edit Item" of the form it throws , "One or more field types are not installed properly. Go to the list settings page to delete these fields." error message.
    I have refered my log files also but there is no useful information in that, please find my logs for your reference.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Logging Correlation Data      
    xmnv
    Medium  
    Site=/sites/Prototypes
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Monitoring                    
    b4ly
    High    
    Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=8.51588679566816
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8kh7
    High    
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8sl1
    High    
    DelegateControl: Exception thrown while adding control 'ASP._controltemplates_publishingconsole_ascx': One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8kh7
    High    
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Runtime                       
    tkau
    Unexpected
    System.Runtime.InteropServices.COMException: One or more field types are not installed properly. Go to the list settings page to delete these fields.   
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback,
    ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)    
    at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEA...
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Runtime                       
    tkau
    Unexpected
    ...RRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Monitoring                    
    b4ly
    Medium  
    Leaving Monitored Scope (Request (GET:http://test-sharepoint:80/sites/Prototypes/TRT/TRTLibrary/Forms/EditForm.aspx?ID=47&Source=http%3A%2F%2Ftest%2Dsharepoint%2Fsites%2FPrototypes%2FTRT%2FTRTLibrary%2FForms%2FAllItems%2Easpx&RootFolder=%2Fsites%2FPrototypes%2FTRT%2FTRTLibrary&ContentTypeId=0x01010100E7EE25E5A6898C4587A6B52C808EF03300FD54861D587A7E43BA3E2E6D392A3526&IsDlg=1)).
    Execution Time=32.443369199158
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    8jg2
    Medium  
    ResourceManager.PerformCleanup: Disk Manager: CurrentSize=0.
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    5pbr
    Medium  
    ResourceManager.EvictUnusedItems: Disk Manager: Going to evict unused items. CurrentSize: 0.
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    5pbs
    Medium  
    ResourceManager.EvictUnusedItems: Disk Manager: After unused items eviction. CurrentSize: 0 
    Diff:0.
    w3wp.exe (0x2D7C)                       
    0x0774
    SharePoint Foundation         
    Topology                      
    e5mc
    Medium  
    WcfSendRequest: RemoteAddress: 'http://test-sharepoint:32843/4ac2daef5ffe4850be08bd7bbebb5ac2/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:dcba94c3-2764-428c-b44f-60e703328ceb'
    w3wp.exe (0x08E4)                       
    0x2E24
    SharePoint Foundation         
    Topology                      
    e5mb
    Medium  
    WcfReceiveRequest: LocalAddress: 'http://test-sharepoint.anca.com.au:32843/4ac2daef5ffe4850be08bd7bbebb5ac2/MetadataWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:dcba94c3-2764-428c-b44f-60e703328ceb'
    Jeeva

    Hello,
    Is there any other content type on library or check if there is any duplicate column? Could you please also show us your library columns detail? (pic is also fine of lib settings page)
    If you have any ""Property Promotion" column then SP create those columns as site column and associate them with this template so check "Allow management of content types" for that form library as well.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • One or more field types are not installed properly. Go to the list settings page to delete these fields. nativehr 0x81020014 /nativehr nativestack /nativestack

    Hi ,
    I am working in sharepoint 2013, This is a custom timer timer Execute method where i am moving a document item from one library to other once its expired,it was running fine and suddenly giving following error:-
    One or more field types are not installed properly. Go to the list settings page to delete these fields.<nativehr>0x81020014</nativehr><nativestack></nativestack>
    StackTrace = "   at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)\r\n   at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName,
    String bstrViewName, String bstrView...
    I have filled all the meta data(site column) for the item but still same error, Please help me out as i have no clue why it is giving this error
    public override void Execute(Guid targetInstanceId)
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(sourceUrl))
    using (SPWeb web = site.OpenWeb())
    //gets the document lib
    SPList listFrom = web.Lists[sourceList];
    //gets the expired documents items
    SPQuery query = new SPQuery();
    query.ViewFields = "<FieldRef Name='Expiration_x0020_Date'/>";
    query.Query = @"<Where><Leq><FieldRef Name='Expiration_x0020_Date'/><Value Type='DateTime' ><Today /></Value></Leq></Where>";
    SPListItemCollection items = listFrom.GetItems(query);
    //if expired items found
    if (items.Count > 0)
    SPFile oFile = null;
    foreach (SPListItem item in items)
    string strfile = item.File.Name;
    oFile = web.GetFile(sourceList + "/" + strfile);
    //oFile.CopyTo("Archive/" + strfile);
    oFile.MoveTo(destinationList + "/" + strfile);

    Hi,
    I think the issue is related to the internal name of the Expiration Day.
    In the caml query code lines, we should use the right internal field name to retrieve and filter the list items.
    To avoid such mistake, we can use the CAML Designer tool to generate the caml query code.
    We can download the tool here: http://www.camldesigner.com/?p=594
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Maintaining data of view objects in cache memory for repeated usage

    Hi,      We are developing an application which is having around 800 viewobjects that will be used as LOV in different screens. Therefore, it is decided to create a separate project for all such LOV view objects and keep the same in shared scope so t

  • Importing animated gif into layout

    I have a regular FW layout that I exported as an HTML to open up in Dreamweaver, and use as a homepage. Everything works fine. But now I would like to add an animated GIF that I created in FW, to the page, but I'm not really sure if it is possible. I

  • Cfhttp: Migration of Webservice from CF 6.1 to CF 8.0.1 fails

    Hello, our application is consumer of a webservice. It works well on CF 6.1 (Sun Solaris) for longer time. Now we have to migrate to a new platform with CF 8.0.1 on Linux. The service returns "Connection Failure". Because of security reasons username

  • How to build a subvi with a path

    Hi everybody I am using, in a main vi, a subvi with reentrant execution. Therefore I used a path to indicate the location of this subvi. It works very well. My problem is: When I build an application, and use it on another computer, the file.exe does

  • Question on Bins

    I have a state dashboard prompt and a report with state and %revenue measure. Users want to compare state to state or state to national comparison. In order to do that i tried to bin all the states and named it as national and tried to use the case s