Problem creation a menu from a list

Hello all
I'm creating an n-level side bar menu from a list. I'm appling the DHTML Tree template overriding the default template.
The menu is working fine except for the 0 level nodes:
the image "minus.gif" and "plus.gif" expand and contract the node. However, if I click over the text in the node the node does not expand and i'm redirected to the login page. This 0-level nodes have no target defined so i only want the node to expand...
thank you in advance
Jesús de Diego

Hi,
Having no "target" for a list item will cause Apex to generate a URL that does not identify an app/page/session. You can avoid that part by changing the "Target Type" setting to "URL" and the URL setting to:
#" onclick="javascript:void(0);It looks strange, I know, but that does work.
This does not, however, allow you to expand/contract by clicking on the text for the node. None of the nodes do that - they are all designed to be links. It may be possible to do if you write all the links manually for each list item
Andy

Similar Messages

  • Problem loading an email from message list

    When I click to open an email from the list (Inbox, Sent, etc.), I get: "There appears to be a problem loading the email "xxx". Retry". When I click on Retry, I get: "An unexpected problem has occurred. Performing your action again in a few moments will probably solve the problem. If it persists, we suggest you close this window and re-launch Yahoo! Mail." It does persist, but re-launching does not help. Please help me. Thanks.

    This is because the SMTP server you have configured does not permit connections from off the ISP's network. When you are connecting via EDGE this is off-network from the perspective of the ISP.
    Here are some hints from Apple on this problem:
    http://docs.info.apple.com/article.html?path=iTunesWin/7.3/en/2637.html
    You didn't say who your ISP is, but here are some common settings ISPs in various countries:
    http://docs.info.apple.com/article.html?artnum=306990
    As a last resort in the US you can set the outgoing SMTP server to cwmx.com:25 with no user ID or password. This will work on EDGE only, not on WiFi.

  • Problem while storing items from trailing list  to database

    hi all,
    can anyone help me out. i have scenario where i have to store items from trailing list into database. suppose if there are 3 items in the list, 3 rows should be inserted into database with all the remaining fields same like
    A ,1 , c
    A, 2, c
    A , 3, c where 1,2,3 are items from trailing list. Am iterating the loop.
    What am doing is before saving am checking for duplicates i.e are there any records with the same combination. If yes am doing nothing else am committing the changes..
    As am not doing anything if any duplicte record is present, the changes made to the fields persists and once if any commit happens all the values are getting saved. which is voilating my condition..
    Thanks

    Hello,
    Direct path load, can only be used with SQL*Loader and Database have the same version.
    Care to tell the database version and sql*loader version you are using.
    -Sri

  • Problem while covnerting menu from 4.5 to 6i and 10g

    Hi,
    I have a .mmt file. I converted it to mmb in 4.5 and used f60genm command to upgrade from 4.5 to 6i. I get and error FRM-10043 Cannot open file. I can open the mmb and compile it. But I cannot convert mmb to mmt in 6i thru designer also. Can any one help me on this issue please.
    I'm open for any suggestions.
    Thanks in advance.

    you can assign database-roles to forms-menus. Maybe you have such a mmb. Open the menu in the Forms-Builder and check for such roles...

  • TS4522 I did not put any BG image. Impossible to get a menu from markers list

    Trying to print a DVD

    I am not exactly sure I understand your question, but you need to make these markers to be "Chapter markers".
    If they are just regular markers they won't appear in the dvd.
    If you double-click on a marker you get a little popup window where you can change its name and the type of marker. At the top there are three buttons. You want to select the one on the right.

  • Create image menu from list -

    I have several images on my page that are CSS buttons and each one has a link to a new page or site. I want to be able to make this list driven and allow the admin of the site to add, modify, delete, etc. the menu. I've seen some articles on creating a mega
    menu from a list, but this isn't a mega menu, its some CSS buttons located within the page that has links to other pages/sites.

    Well, let's go back to the beginning. FLV is a streaming, delivery-only format/CODEC. It is designed primarily to be used in some form of Web-based display. It is not meant to be edited, or used elsewhere.
    That said, if you have PrPro, prior to CS4, Moyea has a plug-in Importer for FLV. It will work in PrPro, prior to CS4. It does a good job, but the quality of the FLV is already way down. They also offer several converters and even FLV editors. If you have FLV as your source material, and have PrPro CS3, or older, I would look into their Premiere Importer plug-in, edit, as is required, and Export to DV-AVI Type II, as an elemental stream, for Import into Encore.
    If you have CS4, update to CS4.2, and you can most likely Import the FLV's for editing.
    Good luck with the quality of the FLV.
    Hunt

  • Selecting a Role from dropdown list throws error

    Hi,
    I'm using CRM Web UI 7.0. I'm facing problem selecting a Role from dropdown list in the assignment block Roles in the screen Employee. The problem is that the dropdown list doesn't show any value on clicking and gives an error message "Error on page" at the bottom of page. The roles exist in the system and also I'm able to see them for Accounts screen & in the GUI.
    Kindly help.
    Regards,
    Shaili

    Hi,
    Just to add to this issue: WebUI-> Account Management-> Contacts-> Roles-> Edit list. When we try to add a role from dropdown in Firefox, it works fine but same throws an error in Internet Explorer related to some script.
    Did someone face similar issue and how was it solved?
    Regards,
    Shikha

  • The problem here is i am not able to get the data from the list

    hi all,
    i have the following code
    EnrichedProductCatalogue enrichedProductCatalogue1 = new EnrichedProductCatalogue();
    enrichedProductCatalogue1.setAssetCount(2);
    enrichedProductCatalogue1.setBlockingProduct("Weekend Freebee");
    enrichedProductCatalogue1.setBlockingReason("Compatability");
    ArrayList<String> availableActionsList = new ArrayList<String>();
    availableActionsList.add(EnrichedProductConstants.ADD.toString());
    availableActionsList.add(EnrichedProductConstants.REMOVE.toString());
    enrichedProductCatalogue1.setAvailaibleActions((ArrayList<String>)availableActionsList);
    BundleProduct bundleProduct = null;
    Product product = new Product();
    product = new Product();
    product.setProductName("International");
    product.setProductClassName("International");
    ArrayList<UiCategory> uiCategory = new ArrayList<UiCategory>();
    UiCategory uiCategory1 = new UiCategory();
    uiCategory1.setCategoryName("Simply");
    UiCategory uiCategory2 = new UiCategory();
    uiCategory2.setCategoryName("Freebees");
    uiCategory.add(uiCategory1);
    uiCategory.add(uiCategory2);
    product.setUiCategory(uiCategory);
    bundleProduct = new BundleProduct();
    bundleProduct.setCommercialProduct(product);
    enrichedProductCatalogue1.setBundleProduct(bundleProduct);
    listOfEnrichProducts.add(enrichedProductCatalogue1);
    listOfEnrichProducts.add(enrichedProductCatalogue1);
    here i have an list called listOfEnrichProducts.
    here i am adding two objects of enrichedProductCatalogue.
    which contains a object called BundleProduct.
    which has a reference for Product class.
    here this product class has a list which contains objects of another class called UiCategory.
    the problem here is i am not able to get the data from the list which contains UiCategory objects .
    the following is the UI
    <af:table var="row" rowBandingInterval="0" id="t1"
    value="#{pageFlowScope.sample1}"
    binding="#{pageFlowScope.sampleManagedBean.dataTable}"
    partialTriggers="apimethods ::apimethods">
    <af:column sortable="false" headerText="ProductName" id="c2">
    <af:outputText value="#{row.bundleProduct.commercialProduct.productName}" id="ot15"/>
    </af:column>
    <af:column sortable="false" headerText="ProductClass" id="c12">
    <af:outputText value="#{row.bundleProduct.commercialProduct.productClassName}" id="ot19"/>
    </af:column>
    <!--
    <af:column sortable="false" headerText="UICategoryName" id="c32">
    <af:forEach var="item" items="#{row.bundleProduct.commercialProduct.uiCategory}" >
    <af:outputText value="#{item.categoryName}" id="ot119"/>
    </af:forEach>
    </af:column>
    -->
    <af:column sortable="false" headerText="AssetCount" id="c22">
    <af:outputText value="#{row.assetCount}" id="ot1"/>
    </af:column>
    <af:column sortable="false" headerText="blockingReason" id="c3">
    <af:outputText value="#{row.blockingReason}" id="ot2"/>
    </af:column>
    <af:column sortable="false" headerText="blockingProduct" id="c4">
    <af:outputText value="#{row.blockingProduct}" id="ot3"/>
    </af:column>
    <!--<af:column sortable="false" headerText="availaibleActions" id="c1">
    <af:commandButton text="#{row.availaibleActions}" id="cb1"
    actionListener="#{pageFlowScope.sampleManagedBean.callAction}"
    partialSubmit="true">
    <af:setPropertyListener from="#{row.availaibleActions}"
    to="#{pageFlowScope.avalibleaction}" type="action"/>
    </af:commandButton>
    </af:column>-->
    </af:table>
    Can anyone pls give some solution ...

    Hi Frank,
    value="#{pageFlowScope.sample1}"
    here sample is
    Map<String, Object> flowScope1 =
    ADFContext.getCurrent().getPageFlowScope();
    flowScope.put("sample1", listOfEnrichProducts);
    this is not the problem . i am able to get all the values except the following .
    ArrayList<UiCategory> uiCategory = new ArrayList<UiCategory>();
    UiCategory uiCategory1 = new UiCategory();
    uiCategory1.setCategoryName("Simply");
    UiCategory uiCategory2 = new UiCategory();
    uiCategory2.setCategoryName("Freebees");
    uiCategory.add(uiCategory1);
    uiCategory.add(uiCategory2);
    product.setUiCategory(uiCategory);

  • I can not eliminate ASK engine from the list. It came back by itself. Please, tel me how I can eliminate this problem. Another problem, this browser is no longer compatible with some institutions. This new version might have some problems.

    '''I can not eliminate ASK engine from the list. It came back by itself. Please, tel me how I can eliminate this problem.
    Another problem, this browser is no longer compatible with some institutions. .'''

    Step by step, how did you arrive at seeing this agreement?

  • Problem with removing items from a linked list

    Hello,
    I have something weird going with my code. Below is the snippet
    if (ParserDataList.isEmpty())
    try {
    Thread.sleep(10)
    catch (InterruptedException e) {
    else
    data = ParserDataList.remove();
    ParserDataList is declared as a LinkedList. Occasionally I receive the error on NoSuchElement on the remove. I put a try/catch around the remove and print out the value of ParserDataList.isEmpty which is always false. I am very confused on why if the linked list isn't empty I can't remove a data item. There are no other threads that remove data. Thank you in advance for any assistance on this problem.

    I am changing it from linked list to blocking queue however I do have a question about what I should use to poll the data? Instead of a remove should I use take which seemed to remove the first element and if there wasn't one wait until there was. I was trying to not have the threads blocked because I do need to stop them when a disconnect is sent from the main thread.

  • In iTunes I'm having problems changing the "Media Kind" with a number of playlists in the OPTIONS menu from "music" to "audiobook". After going through the steps, the next time I check the items have reverted back to "music". What step am I missing?

    In iTunes I'm having problems changing the "Media Kind" in the OPTIONS menu from "Music" to "Audiobook". After going through the steps, the next time I check, the items have reverted back to "Music". What must I do to save it as an "Audiobook"?

    After more digging in the Support section here and some Google work, I turned off iTunes Match and lo and behold!  I can change the media kind to Audiobook!  So, it looks like iTunes Match locked the files up somehow and for some reason.
    I went into iTunes Store > iTunes Match > "No, Thanks" to disable it on the local PC.

  • When cd jewel song list is printed from play list in Itunes, the list is compressed and unable to read.No problem before lates software change. How do I fix this ?

    When song list is printed from play list in Itunes for inserting into CD jewel case, the song list is compressed and is indecipherable. Did not have this problem prior to latest software change.How can I fix this ?

    Can you play the song in iTunes?
    If you can't the song file is probably corrupt and needs to be replaced.

  • I am English but I live in Spain. when I try to download an app now, as well as my password i get asked to complete a security question from a list. The problem is the list is in Spanish. How can I turn this additional security off

    I am English but I live in Spain. when I try to download an app now, as well as my password i get asked to complete a security question from a list. The problem is the list is in Spanish. How can I turn this additional security off.
    Please note: I dont speak Spanish.
    Please HELP

    You can't turn it off.

  • This past month I have been having problems connecting to my home wireless connection. Previously I had no problems whatsoever. I have tried unplugging the wireless router, turning off the wirless airport, deleting the network name from my list of server

    This past month I have been having problems connecting to my home wireless connection. I have a MacBook Pro OSX Version 10.6.8. Previously I had no problems whatsoever. I have tried unplugging the wireless router, turning off the wirless airport, deleting the network name from my list of servers and trying to reconnect this way. These methods have worked temporarily, but the same problem keeps coming back. Most of the time my personal wireless connection does not even come up among the list of available networks. My fellow flatmates have PCs and both of them are able to connect to the network without problem.
    The router is a d-link model DIR-615. I am not tech savy, so if any other information need to be provided in order to better understand my situation, please let me know.
    Please help me!

    If I open the list of networks in a window it says "connection timeout," but if I just select it from the drop down it tries for awhile and then stops with no prompt. When I try to run network diagnostics it says "sorry, we can't connect to the internet" (or some solution-free variation of that)

  • I have just purchased the new Canon 7D II.  I am using CS6 and Lightroom 5.0, neither of which can open the RAW files although I see from the list of supported cameras that the 7D II is covered.  I have updated both CS6 and LR so that is not the problem.

    I have just purchased the new Canon 7D II.  I am using CS6 and Lightroom 5.0, neither of which can open the RAW files although I see from the list of supported cameras that the 7D II is covered.  I have updated both CS6 and LR so that is not the problem.  Not sure what to do next.

    It has been indicated that both of those cameras will be supported in the final release of Camera Raw 8.7. But there is no announced release date. There never is. I assume it will be before December 31. But that is only my guess based on the fact that the release candidate expires then.

Maybe you are looking for

  • 11i to R12 Upgrade- Doubt in XLA tables

    Hi All,      I am migrating the 11i AP reports to R12..      In the below query I have commented the obselete and changed 11i columns & tables , but I wasnt able to find the alternate column in WHERE clause for 2 columns in xla_ae_lines and 1 in xla_

  • How can you save a draft SMS on X3-02 ?

    How can you save a draft SMS on X3-02 ?  Can't seem to find an option to do this  ...  Lost message typed half way  when I got out of the editor to check the calendar. Am I missing something or has Nokians obsoleted this function on the latest S40 pl

  • Binding UI elements to Java Listeners

    Hi All, Can someone please give me the possibility of binding a WD UI element to a Java listener? (Please consider this as a continuation of the discussion at Web Dynpro Java) I know as such this is not possible in WD, but any workarounds ??? Thanks

  • Clock n95

    Hi Please could someone advise me to get a new analogue clock do I have to install a full new theme ? - I am looking for a good analogue clock with 2 10 20 25 etc minute markers MTIA Steve

  • Compat-drivers broke my video

    Hello guys. I have arch linux updated to this date (3/3/2013). A few days ago I've installed compat drivers patched from the AUR in order to get best wireless support. But it seems to have been update some of my video drivers (i915, i have a msi wind