About Default Framework Desktop Inner Page refresh Problem

In the Default Framework's Destktop Inner Page's Detail Navigation , When I click a link , It's refresh whole Desktop Innerpage page.
Now I not require refresh whole Desktop innerpage . I'm only require it's refresh content page.
How solve this problem?
Thanks.

Hi Yanjun,
The behavior of a lot of features depends of the framework. Please check first the framework comparison document:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3050a9ef-2848-2a10-1e93-bcc432c00c84
Also check isolation method of IViews, mainly URL isolation method (it may help you):
http://help.sap.com/saphelp_nw70/helpdata/en/97/0be13dc2fd605ae10000000a11405a/content.htm
http://help.sap.com/saphelp_nw70/helpdata/en/b5/8d977463334342be192228d2824fe1/content.htm
Reward points if itu2019s helpful.

Similar Messages

  • Desktop inner page lost

    Hi...
    I was modifying the default frame work.While doing that accidently i removed the desktop inner pagef from that.
    as i couldnt find out the desktop inner page again i added personlised portal page .But when i run the application and if i click on the links of the detailed navigation i am getting error say error on the page..
    is it the problem with the personlised portal page..
    is there any way to get back the dektop inner page..
    Thanks In Advance
    AD

    Hi Alex,
    There should be two default framework pages in your portal .. just search in your PCD for it:
    the default one in pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.frameworkpage and a delta link copy of it in pcd:portal_content/every_user/general/frameworkpage
    In which one did you delete the inner page? If you just did it in the default framework page then again make a new copy of the first one. If you deleted the default one then check if it is still available in the delta link object.
    Martin

  • Removing multiple scroll bars of desktop inner page.

    Hi,
        The problem is that multiple horizontal and vertical scrollbars are appearing on the homepage of the portal. So, I need to remove the extra scroll bars which are visible on the desktop inner page area.
         I have tried setting the Isolation method as both "URL" and " Pumped-Deprecated" which was previously set to "Embedded" . Also, I tried to set the height type to "Fixed" and "Full-Page". But the scroll bars still appear.
        Please help me in solving this issue if anybody knows about it.
        Thanks in Advance !!

    Hi,
       I tried changing the properties of both the desktop inner page and the iview inside the inner page, but the scroll bars are not removed.
      Could u please provide the details of which other property should be changed as I tried changing the height type and isolation method as mentioned earlier.
      Thanks..

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

  • Desktop inner page customization

    Hi friends!
    I am customizing the portal desktop. I copied the default frame work in a seperate folder and I am trying to add custom masthead and iviews in it.
    <b>Now my question is do I have to modify the defult inner page for an efficient inner page or can I create a new page and include it in the Deafult framwork.</b> As you know when it comes to customizing the portal desktop it is recommended to modify the default frame work page instead of making a new framework,is it same for when is comes to modfy the inner pge. Please suggest ...
    thanks in advance
    regards
    LM

    Hi Luke,
    It is not suggestable to modify default inner page. Use the existing one. It is risky to modify.
    Thanks
    Santhosh

  • Oracle Apex partial page refresh problem in IE

    Hi All,
    I'm using a button to refresh a region by enabling ppr .
    On click of the button , m redirecting to url and the url target is as follows
    javascript:jQuery('#VH_SCROLL_EMP88').trigger('apexrefresh');
    Its working fine in firefox and chrome but not in internet explorer. When I click the button in IE I just get the following
    [object Object] in the page
    When I click back button of browser I'm getting the original page
    Please help me to understand and rectify this
    Regards
    Sasidharan

    a) What version of IE are you using, this probably factors greatly in this question
    b) If you want to partially page refresh a region, it looks like you're using a sledgehammer when all you need is your clicking finger
    - can you create a dynamic action for your button that applies a 'refresh' action to your selected region

  • WebDypro Page refresh problem

    Hi Friends,
    I have a Layout viewset WebDynpro iView .
    When this iView is integrated and tested in Portal environment, one problem is faced.
    User clicks on Role> Workset>WebDynpro Page
    user tests the functionality and again clicks on Page link in order to see the pintail page screen, then this screen is not refreshed, the screen with previously entered values is displayed.
    How to refresh the WebDynpro iView Page screen on click of Page?

    Hai
    I have faced lot of problems for refreshing the page .
    but i solved it,use the following Code
    public static void wdDoModifyView(IPrivateTestView wdThis, IPrivateTestView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        when you enter in this area
        declare firstTime=true;
        if(firstTime) {
         "if you use the Container first you destroy all     children like below syntax"
    container.destroyAllChildren();        
    view.resetView();"
    Regards
    Dhinakar

  • Tab page refresh problem

    Hi,
    Forms Builder: 6.0.8.22
    Runtime version: 10gAS Rel 2 (Form developed in 6i and compiled and run on 10g)
    We have a form with multiple tabs based on single blocks.
    When i click on any tab other than first tab (i will call it as base tab), after sometime, control retuns to the base tab if there is no activity on that tab.
    There is no trigger or timer or delay used in this form.
    I am wondering how and why this is happening.
    Has anyone encountered this problem before ?
    Thanks
    AT

    And where is the focus after you have clicked on the new tab? In the page represented by the tab or the base tab?
    Additionally, are the pages real tabbed canvases or, as is common these days, stacked canvasses made to look like tabbed canvasses?
    (The reason for this is that a set of tabbed canvasses are loaded at startup as a set, potentially making loading take a long time while stacked canvasses are loaded as needed making the initial load time less while making navigating to the new stacked canvas take longer.)

  • Page Refresh Problem

    hi all
    In one jsp page i'm taking user entered data and passing it to another jsp page to save them in DB.After successfully inserting data into DB again forwarding to first jsp.
    Now here if i press broswer refresh button or press F5 the same request is getting submitted and data is once again inserting into DB.
    Please any one know the solution suggest me.

    Here you have to distinguish between 'display' and 'save' actions. I am not sure how your implementation is. but if the request is handled by your controller (if you have one) based on an action, then when you display the results after save, your subsequent action should be back to display and NOT save, so that a refresh would only display the data again.
    Not sure this helps you or not. But i would say always pass your requests to a controller (upon you on what is your controller - can even be a simple servlet) with an action and let the controller dispatch or redirect (based on your requirements) to the next page to be displayed. in that case your requests would be like ".../controller/save" & ".../controller/display". and when you refresh you just refresh the display action

  • Urgent: Layout problem in "light inner page"

    Hi Experts,
    I am facing a problem in portal content area on external facing portal. I see a vertical scroll bar which restricts application from being displayed on entire screen.
    I am getting this problem after a patching of EP 7.0, before patching every thing was running fine.
    To me it looks like a layout problem in "light inner page", When I use "Light - 1: column (Full width)" layout I get a vertical scroll bar on portal. When I use default layout then this vertical scroll bar disappears but I see an empty navigation bar on left side which is not required.
    Can some one advise a solution for this.
    -Lave

    hi,
    Similar problem in this thread. check it out
    Desktop inner page lost
    Regardss,
    Ganesh N

  • How to enable desktop innerpage in Default framework  from the disabled EP

    Hi,
    By mistake I have disabled the desktop inner page in default framework - ep7.0. Now I am not able to see anything below the toplevel menu. I want to enable that again and i don't know how to do that. Because nothing is coming inside the screen after clinking the portal contant. That mean disabled. Is there any other way to get back that?
    I don't know how to do that.
    Thanks,
    V P

    Hi,
    After getting into the portal i have entered the below url and changed back to the original.
    http://server:port/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fcom.sap.portal.frameworkpage
    Thanks,
    VP

  • Modify the default framework page

    Hi all,
    I need to create a new portal framework page. This needs to differ from the Default framework page only in the KM navigation links. I have a different KM folder to point to in the new framework page.
    I tried creating a separate page with my KM navigation iview and adding it to the desktop inner page. But this didnt help, because i now have the new KM links, that I added to the navigation panel of the desktop inner page + the old links in the content area( that is what I think) .Anyway both the KM links are now visible side-by-side.
    Can someone tell me how to modify only the KM navigation links in the default framework page?
    -Ashwini.

    Hi Ashwini,
    So as per your reply I guess you already have an iView ready which you want to place on the navigation panel.
    Ok, it goes like this:
    1. Copy the Default Framework Page from Portal Users -> Standard Portal Users into your own development folder.
    2. Open the copied page for editing. Select Desktop Inner Page. And click on Open. In the Page Content you'll find an iView for Dynamic Navigation. Uncheck the visible check box next to it.
    3. Add your own developed iView to this Page. You can do this by right-clicking on your iview and then say "Add iview to Page Delta Link". Make this newly added iView Visible and fixed.
    4. To make sure it appears correctly, click on the Page Layout radio button and see that the iviews are arranged correctly. If required you can drag and place them wherever you wish.
    5. Now, you need to make a desktop which consists of a Framework + theme. To do this go to System Admin -> Portal Display.
    While your desktop is in edit mode. Right Click on your framework which you edited and Say "Add framework to Desktop". Down below you will find a themes folder. Add any theme in the same fashion to your desktop.
    Next go to Portal Administrators -> Super Administrators -> Master Rule collection.
    Here you have to put you rule. Its self explanotory.
    But make sure you do this correctly.
    That does it.
    Please let me know if I answered your question.

  • Development problem  about layout of default framework page

    Hello experts,
    I want to do some development for layout of default framework page.
    The layout of default framework page named "framework page layout".
    But I can't find the JSP file of "framework page layout".
    I download and unzip the "com.sap.portal.layouts.default.par.bak" and "com.sap.portal.layouts.framework.par.bak", but both of them not contain the JSP file of "framework page layout".
    Could you please tell me where to get the par or  JSP file of "framework page layout"?
    Best Rrgards,
    Jianguo Chen

    Hi Johan,
    You are right !
    Do you have modified the framework.jsp ? e.g:  set the width to 800 .
    <lyt:template>
    <%
    pageRunMode = epPageVariables.getRunMode();
    if(pageRunMode == RunMode.RUN_TIME){
    %>
        <script>
            document.body.style.margin=0;
            document.body.scroll = "no";
        </script>
    <%}%>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
            <hbj:gridLayout   id="GridLayout1"  width="800" cellSpacing="0">    
                <lyt:container id="frameworkColumn" />
            </hbj:gridLayout>
            </hbj:page>
        </hbj:content>
    </lyt:template>
    Is this code right to change the with of frameworkpage to 800 pixels ?
    Expect your responding
    Best Regards,
    Jianguo Chen

  • Problem with defaul tabbed panel with page refresh

    Hi,
    I have a problem with my spry tabbed panels. The default tab
    is set to be the 1st tab, when I move to 2nd tab and navigate
    through the content, as the page refreshes, and before it is fully
    loaded it shows the content of the first tab for about 20 seconds
    or so....then the page finally goes to the desired content on the
    2nd tab....
    How can I make it so this does not happen and it looks like a
    smooth transition as I navigate through my pages?
    Thanks,
    Brandan98

    U add extra classNames to the tabs and specify the styles on
    the new classes
    example:
    <div class="TabbedPanels style1_panels" id="tp1">
    <ul class="TabbedPanelsTabGroup style1_group">
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 1</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 2</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 3</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 4</li>
    </ul>
    <div class="TabbedPanelsContentGroup
    style1_contentgroup">
    <div class="TabbedPanelsContent style1_content">Tab 1
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 2
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 3
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 4
    Content</div>
    </div>
    </div>
    <script language="JavaScript" type="text/javascript">
    var tp1 = new Spry.Widget.TabbedPanels("tp1", { defaultTab: 2
    </script>
    style1 beein the extra class ;)
    U can also.. specify other classnames in the constructor read
    more about this here:
    http://labs.adobe.com/technologies/spry/articles/data_api/apis/tabbed_panels.html#options

  • Scanning problem with HP Deskjet 3050A - only scans about a quarter of the page

    My HP Deskjet 3050A wirelessly prints just fine with my Mac Lion OS 10.7.3. But whenever I scan something, the resulting scan captures only about a quarter of the page, which is blown up in size to take up the entire page. (And I'm scanning regular 8"x11" documents.) And I can't zoom in to get the whole page. When I try to change the setting in Utility from jpg to pdf, to see if that will solve the problem, the Utility quits "unexpectedly" every time.
    This question was solved.
    View Solution.

    Hi,
    First, install the Critical Update below:
    http://ftp.hp.com/pub/softlib/software12/COL41827/mp-101648-1/HP_Scan_for_Mac_OS_X_10.7_Update.dmg
    Now change the device settings as following:
    1. Open the HP Utility and select your device.
    2. From Scan Settings open the "Scan to Computer".
    3. Click the "Scan Tasks" tab.
    4. Select the Scan Shortcut used to scan, then click Edit.
    5. In the section of Scan from an HP Device click on the blue triangle to enlarge the menu.
    6. From the enlarged menu now open the drop-down menu next to Crop To and set as None.
    7. Click OK and try scanning.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • JLable components not being displayed in the panel of the applet

    I am having the problem with the display of the JLabel components in the Panel component of the Applet. The JLabel components do not appear in the Panel of the applet unless i minimize or maximize the applet.

  • FA Retirement- 21151: error while posting asset document: '100000039'

    Hello Experts, I have a client who encountered this error during fixed asset retirement - scrapping. After selecting the asset to be retired, sap did not assign an account in the account column, but the user was able to save the document.  After savi

  • Problem in sending .doc file as an attachment.!

    Hi SDN, I am using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send a .doc file as an attachment i am filling the the table contents_hex with my internal table containing the data in hex format but the attachment coming to the SAP office inbox is not showi

  • Adding a textbox to an image slideshow

    Hi. I am using Dreamweaver CS6 for my website and now I have a very basic question: how do I replace an image over text (a text box?) in a slideshow using javascript? Meaning, I have a gallery of thumbs and when i click on the last thumb instead of a

  • IOS4 Upgrade Wiped iPod Contents

    Over the years I have never had a problem with any Apple software downloads until now. I just upgraded to iOS4 and find that all my music, photos & audiobooks are gone! Apps and Calendar are OK. Since iTunes said it was backing up the iPod before the