Why custom layout not take effect if navigating from left tree

Hi,
I specified a custom layout for a repository in KM Content. The layout is a duplicate of AdminExplorer, which contains a tree structure in the left panel.
The problem is, when I navigate the repository in the right panel, the custom layout is always in effect. However, if I navigate from the tree structure in the left panel, the custom layout doesn't take effect.
Anyone knows why? I wonder if I forget to configure something, or this is indeed not supported?
I don't know how to attach screenshot - if you wanna see the screenshot for more info, please add [email protected]
Thanks,
Ray

problem doesn't exist. close it.

Similar Messages

  • Why does form validation take effect when navigating menu items?

    I am using JDev 10.1.3.3.
    I have a data entry form where all the af:inputField's are set to Required=true. I expected that the mandatory fields should only be enforced if I click the form 's submit button.
    However, when I navigate to another menu item from my menu bar without filling in the fields, the mandatory fields also get enforced (e.g. Required Messages on fields appear and I am forced to have to enter some data on the field before I am able to navigate to another menu item. ) Navigating menu items should imply I am not proceeding with the data entry and should allow me to navigate instantly, even if there are blank fields.
    I notice the SRDemo also had this same behavior. Under "New Service Request", if you don't fill in a description and navigate to another menu item from the menu bar, it will complain and ask you to enter a problem description before switching tabs.
    This is obviosly not the intended behavior. How do I change this behavior so that when I switch menu items, data validation will not take place?

    Hi
    it happens cause the entire page is one form when you try to navigate out what it does is that it submits the form.
    To avoid validation for particular links or buttons set their property immediate to "true"
    hope this helps

  • Why ComboBox.disabledForeground not take effect when JComboBox is editable

    Hi, there:
    I use UIManager.getDefaults().put("ComboBox.disabledForeground", Color.GRAY ) to define the fore ground color when my JComboBox is disabled. However, just noticed that if I set JComboBox Editable to be true, then, the application seems using the default disabledForeground color instead of the one I defined (ex. gray).
    For example:
    UIManager.getDefaults().put("ComboBox.disabledForeground", Color.gray );
    comboBox.setSelectedItem("bbbbbb");
    //comboBox.setEditable(true);
    comboBox.setEnabled(false);The above code works fine and set foregound color as gray. However, if I added the line: comboBox.setEditable(true); The application just uses default foreground color (light blue in 1.5).
    Does any one know why?
    Highly appreciated if any comments or hints.
    Thanks a lot in advance.
    David

    problem doesn't exist. close it.

  • Why header does not stretch all the way from left to right?

    I am using Dreamweaver CS3.  I am a newbie.  I modified a dreamweaver two column template.
    Now I find that there is always a gap between the header and the left and right edge of the web page!  I am enclosing the css stylesheet.  Please tell me where I went wrong.  Thank you very much.
    @charset "utf-8";
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
    .twoColFixLtHdr #container {
        width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    #logo {
        height: 71px;
        padding-bottom: 12px;
        width: 100%;
        background-color: #999966;
        padding-top: 12px;
    #nav {
        height: 28px;
        padding-top: 12px;
        padding-bottom: 12px;
    .twoColFixLtHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        text-align: center;
        font-size: 36pt;
    .twoColFixLtHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 40%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        background: #EBEBEB;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 21px;
    .twoColFixLtHdr #mainContent {
        float: right;
        width: 42%;
        margin-top: 0px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 20px;
        font-size: 14px;
        line-height: 30px;
    .twoColFixLtHdr #footer {
        padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#DDDDDD;
        clear: both;
    .twoColFixLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;

    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    The instructions (comments) above give you a clue. Zero out the left (20px) and right (10px) padding.
    .twoColFixLtHdr #header {
        background: #a4c2c2;
        padding: 0;

  • Transport shows successfull but why it is not taking effect in test

    Hi all ,
    I have changed my dataource and added some Z fields .
    But when i transport that to test system, i can not see the effect in test .
    Transport shows successfull but why it is not takin effect from the Dev Datasource changes to Test systems ?
    Please give me solution

    Hi,
    You can check the version of the data source.
    Check this version if shows the latest date and the TR number on which you have transported the data source.If it contains different one then select your one and activate it.
    You can actually activate the desired version.
    Just go RSO2->Extract structure->utiliteis-> version -> version management.
    Thanks

  • Data in cell does not take effect immed

    Hi I have JTable with all cells editable.
    Problem is when user click on a cell and enter the data. That data does not get immediately take effect in table model unless user click on some other cell.
    How can i make data immediately available when for example user click on Change button and user does not have to click on any other cell.
    eg...row has 4 columns.....123....456....date....date
    if user changes 123 to 321...and click on CHange button i have in panel. ..it does not take effect.....user has to click on some other cell ie eg 456 cell.....then press Change button.

    in preparetable where i set the model, create columns, set renderer and editors. I even tried at the end of that method..ie added this line....still did not work....please help
      public void prepairLnnTable() {
        lnnTableModel = new CellSiteLNNTableModel();
        lnnTable.setModel(lnnTableModel);
        lnnTableModel.addColumn("AAA");
        lnnTableModel.addColumn("BBB");
        lnnTableModel.addColumn("Effective From");
        lnnTableModel.addColumn("Effective To");
        ccpd6.setAllowedCharacters("0123456789");
        ccpd7.setAllowedCharacters("0123456789");
        for(int k = 0; k < lnnTableModel.getColumnCount(); k++) {
          TableColumn col = lnnTable.getColumn(lnnTableModel.getColumnName(k));
          DefaultTableCellRenderer textRenderer = new DefaultTableCellRenderer();
          JTextField textColumn = new JTextField();
          TableCellRenderer renderer = null;
    //      TableCellEditor editor = null;
          if(k == CellSiteLNN.AAA) {
            renderer = textRenderer;
            DefaultCellEditor editor = new DefaultCellEditor(textColumn);
            editor.setClickCountToStart(1);
            col.setPreferredWidth(25);
            textColumn.setDocument(ccpd6);
            col.setCellEditor(editor);
          if(k == CellSiteLNN.BBB) {
            renderer = textRenderer;
            DefaultCellEditor editor = new DefaultCellEditor(textColumn);
            editor.setClickCountToStart(1);
            col.setPreferredWidth(25);
            textColumn.setDocument(ccpd7);
            col.setCellEditor(editor);
          if(k == CellSiteLNN.EFF_FROM) {
            renderer = new DateCellRenderer();
            TableCellEditor editor = new DateCellEditor();
            col.setPreferredWidth(180);
            col.setCellEditor(editor);
          if(k == CellSiteLNN.EFF_TO) {
            renderer = new DateCellRenderer();
            TableCellEditor editor = new DateCellEditor();
            col.setPreferredWidth(180);
            col.setCellEditor(editor);
          col.setCellRenderer(renderer);
    //      col.setCellEditor(editor);
    lnnTable.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
      dFormat.setTimeZone(TimeZone.getDefault());
      dFormat.setLenient(false);
      }

  • Update 4.01 asks to update, I say yes it appears to update then in the last step it goes back up to the update center and cannot connect, the update does not take effect and it keeps asking

    I allow update 4.01 to update got thru all the steps and at the last step it goes back out to the update and cannot connect, the update does not take effect.

    Sign out of your account on the iPad, restart the iPad and then sign back into your account.
    Settinsg>Store>Apple ID - tap the ID and sign out.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    After restarting go to Settings>Store and sign in again.

  • I have upgrade ios 6 to ios7 on my iphone 5.  I do NOT like it.  I want to come back to the previosu version.  why is it so complicated.  Why can I not find the instruction strait from apple? This is the worst possible upgrade ever.

    I have upgrade ios 6 to ios7 on my iphone 5.  I do NOT like it at all.   I want to come back to the previous version.  why is it so complicated? Why can I not find the instruction strait from apple? This is the worst possible upgrade ever.  It make me think of when ericsson got sold to Sony....drastic PC change.
    I would like to have simple instruction on how to downgrade.
    It feel like a change that I did not ask for , ok I push the upgrade buttom, but really this is the worst update aver!
    HELP!

    iPhone User Guide (For iOS 7 Software)Sep 20, 2013 - 23 MB

  • I wonder why that has not been deducted the amount from my bank account

    I wonder why that has not been deducted the amount from my bank account

    Hello Iria,
    Most unusual.  I think you will need to wait a few days in case it is a bank problem.
    If this situation continues you should contact Apple, after all, you don't want to be thought of as taking advantage, I'm sure.  That's why you raised it in the first place.
    Do keep us updated.
    Thank you for the star.

  • Is it free to send messages in iMessage to another county? if yes why it does not show that these messages from iMessage?

    Is it free to send messages in iMessage to another county? if yes why it does not show that these messages from iMessage?

    if you receive an imessage not on any internet connection you will receive it as a sms (green) and yes it counts toward your texting plan

  • Why can I not buy music and movies from the SA site with my SA credit card???

    Why can I not buy music and movies from the SA site with my SA credit card???

    I'll answer myself after reading the threads, now I am so sorry I bought the dam thing!!

  • TS2972 Why can I not share my whole library from an old PC to a new one? Is it because the old library is on the cloud?

    Why can I not share my whole library from an old PC to a new one? Is it because the old library is on the cloud?

    Yes.
    Just use iCloud for the new computer.

  • HT1338 Why I can not access to yahoo games from my Mackbook Air?

    Why I can not access to yahoo games from my Mackbook Air?. I am using Mac OS X 10.7. 4.

    http://jdk7.java.net/download.html
    u10 fixes yahoo game problem.

  • Why does iPhoto not recognize the .jpg pics from a Kodak C875 now? I can stick my memory card in the iMac and import them that way, but iPhoto will not import the pics from the camera.

    Why does iPhoto not recognize the .jpg pics from a Kodak C875 now? I can stick my memory card in the iMac and import them that way, but iPhoto will not import the pics from the camera.

    There have been many issues reported with Kodak cameras - serach the forums for them
    Actually the best practise is to use a card reader to import your photos, verify that they are imported ocrrectly and wait at least one backup cycle and then use the camera's format command to reformat the card and erase it - this assures no lost photos and always having the card properly formatted
    LN

  • Why can I not send an e-mail from my contact list?

    Why can I not send an e-mail from my contact list?

    I responded to your other post.
    Have you set up an email account on your iPad? What is happening when you try to send an email?

Maybe you are looking for