Logon not refreshing whole page

Hi all,
I created anonymous logon page with default frameworkpage. i have two roles.
One role have page that contain custom logon page and URL iview.
Second role have two pages with URL iviews.
If i login through the custom logon page only the desktop inner page is refreshing but not masthead and TLN (both are custom development).
I need to login to the user.
All the iVIew are anonymous and isolation method is embedded.
Is anything wrong in it?
How can i achieve this?
Helpful answers will appreciate.
Thanks,
Regards,
Kathiresan R

Hi,
You can force an iView to refresh by putting /prtmode/refresh into the URL. So you could easily place a button into an iView and cause a refresh upon pressing the button by calling the iView URL and adding /prtmode/refresh in the URL.
There is a way to add the refresh button to the Page. Youi can use the frame work taglib to do this.
Please refer to the following link
http://help.sap.com/saphelp_nw04/helpdata/en/42/ef0bd053491a71e10000000a422035/content.htm
Regards,
Raju

Similar Messages

  • Firefox does not refresh the page after posting on IPS forums

    I visit the forums at www.sailinganarchy.com. After replying to a post firefox does not refresh the page to show that the post is posted. But I open IE and I can see that the post is posted properly.
    I am using FF 3.6.8 and this issue has only started in the last few days.
    I am
    == URL of affected sites ==
    http://

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also check the Web Console (Firefox/Tools > Web Developer) to see if there are specific error messages.
    *https://developer.mozilla.org/Tools/Web_Console

  • Refresh the PanelGrid in  page not the whole page ...

    Hi friends,
    I have two frames in one page. Those are Left.faces and Right.faces. In the left.faces i have pangelGrid and stackbarGroup under stackbar. In the Right.faces i am having only dropDownList and command button.
    Here my problem is , First i am selecting the value from the drop down list and click the command button in the Right.faces. That action should be reflected on Left.faces that means, selected value is captured by element current Reference Month which is in panel grid through refreshing the page Left.faces. But here i used stackbarGroup under the panel grid. While refreshing the page Left.faces the stackbargroup is compressed. I should touch only the panel grid not the stack bar group.
    My code: Left.faces
    ==============
    <f:view>
    <h:form>
    <h:panelGrid columns="2" styleClass="leftPanelTitle" cellspacing="5" style="width:100%" id="panelGrid" >
    <h:outputText value="*Current Reference Month : "* />
    <h:outputText value="*#{bottom_sess.displayMonthRef}*" style="font-weight:normal"/>
    </h:panelGrid>
    <ig:stackbar groupContentStyleClass="csStackbarGroupContent" groupExpandedStyleClass="csStackbarGroupExpanded" groupExpandedHoverStyleClass="csStackbarGroupExpandedHover" groupCollapsedStyleClass="csStackbarGroup" groupCollapsedHoverStyleClass ="csStackbarGroupHover" >
    <ig:stackbarGroup text="Search Provision" rendered="#{not user_login.hideUserTeam}" >
    <ig:link target="right" value="#{msg.search}" action="#{provision_search_action.clearSearch}" ></ig:link>
    </ig:stackbarGroup>
    <ig:stackbarGroup text="Add Provision" rendered="#{not user_login.hideUserTeam}" >
    <ig:link target="right" value="#{msg.provision_book}" action="#{provision_book.clear}"></ig:link>
    <ig:link target="right" value="#{msg.provision_trade}" action="#{provision_trade.clear}"></ig:link>
    <ig:link target="right" value="#{msg.provision_atom}" action="#{provision_atomCode.clear}"></ig:link>
    </ig:stackbarGroup>
    </ig:stackbar>
    Right.faces
    ==========
         <f:view>
    <h:form id="form1" >
    <ig:dropDownList id="selectMonthEndDropDown" dataSource="#{select_month.selectMonthEndList}"                     binding="#{select_month.selectMonthEndDropDown}" />
    <h:commandButton type="submit" value="#{msg.change_month}" actionListener="#{select_month.addSession}" onclick="refreshPage()"/ >
    </h:form>
    </f:view>
    Script:
    =====
    <script LANGUAGE="JavaScript">
    function *refreshPage()*
    *parent.frames["left"].location.href='Left.faces'* // page refresh
    </script>
    In Left.faces i got the value in the panel grid's component from the Right.faces . But stack bar group is compressed in Left.faces.
    I am waiting for earlier reply.

    Hi Zack,
    Try the following under Report options.
    1. Clear the check box of "Verify Stored Procedures on First Refresh" in the Main report.
    2. Select the check box of "Verify on First Refresh" in  the sub report.
    Hope this helps.

  • How to refresh a portlet without refreshing whole page?

    hi
    I have 3 jsp portlets on a page. Now, I can write some javascript code in a jsp and refresh it after a predetermined interval of time.
    If i do this with the jsp portlet the whole page will get refreshed which is not something i want to do. i want only that jsp portlet to get refreshed.
    Is it possible?
    This actually is like having yahoo mail and hotmail both of them on the page and working with both of them simultaneously. Is it possible using portlets.
    Pl. help
    null

    Hi Little Foot,
    I think it is because I use a simple input button (created manually in the code), and you use an apex built-in submit button, so it submit the page.
    But since I posted that solution, I have found a better way, that allow me to get upload status, it is very simple :
    Create a file browse item :
    Name : P3_FILE_BROWSE
    Storage Type : Table WWV_FLOW_FILES
    Post Element Text : &lt;div id="upload_status">&lt;/div>
    Bind event on the element that will trigger the upload
    $('#your_element').click(function(){
         if ($('#P3_FILE_BROWSE').val() != '') {
              $('#wwvFlowForm').parent().append('<iframe id="upload_iframe" name="upload_iframe" style="display:none;"></iframe>');
              $('#upload_iframe').unbind('load').load(function () {
                   /* upload finished, so here you can do what you want with the uploaded file
                   $('#upload_status').html('<img alt="" src="'+IMAGES_PATH+'ajax-loader.gif" style="height:28px;width:28px;" /> file processing...');
                   //do what you want with the file
                   $('#upload_status').html('')
                   $(this).remove();
              $('#wwvFlowForm').attr('target','upload_iframe').submit().removeAttr('target');
              $('#upload_status').html('<img alt="" src="'+IMAGES_PATH+'ajax-loader.gif" style="height:28px;width:28px;" /> uploading file...');
    });It automatically create the hidden iframe, submit the form into it, tell the user upload is finished, and remove the hidden iframe.
    your_element can be a button, an image, etc...
    Hope it can helps !
    Yann.

  • Drop down selection is not refreshing the page data correctly

    I have a drop down menu for a CREATE DATE. The record is based on a Identification ID. This identification ID can be in our system for multiple CREATE DATES. The CREATE DATE drop down is populated by checking how many different CREATE DATES there are for a particular identification ID.
    The last identification ID looks great. It populates all the fields. However if you select an older CREATE DATE, the page does not get populated with that CREATE DATES data. The whole page even looks different. It looks like an older version of the page before I added all the new fields.
    What is causing the older CREATE DATES not to look like the current create date.
    Please let me know if you need any additional information. Thank you!!
    Pattibz

    Thank you for your reply. Here are some details. Please let me know if I am not giving the information you need.
    One page item called CREATE_DATE displayed as a Select LIST with submit. The source type is a database column called ID_IDENT. The ID_IDENT is just a
    The List of Values is: Named LOV is the Select Named LOV. The list of values definition is a query against a table in our database:
    select CRE_DT, ID_IDENT from IDENT_TABLE where UNIQ_ID = :P3_UNIQ_ID
    ORDER BY CRE_DT DESC
    This is the date on which the ID_IDENT data was created. The date is displayed in a pull down menu, which allows you to select from a list of available "as of" dates when viewing the data. Only data on the most recent ID_IDENT record may be manually altered.
    I have a UNIQ_ID = '34587443'. It acutally has records in the database with that UNIQ_ID. The only difference is the create date. On record of 345778 was done on 10/1/2008 and the current date 10/13/2008.
    I see these two dates in the CREATE_DATE pull down menu. This is fine. The drop down orders the dates by DESC so I have the lastest date on top fo the pull down.
    If I want to pick the date of 10/1/2008, I need go into the web page, open the Create Date pull down and select the older date.
    When I pick the older date 10/1/2008, the page does not look the same as the defaul tor oldest time date and numbers.
    The page is different and most of the data on the webpage is there.
    What should have happened is that I choice the newer date from the drop down, the page refreshes with the data from 10/1/2008
    and all the parameters are displayed from the date of 10/1/2008. It isn't only part of the fields are being populated and the page itself doesn't refresh to the look of the original page. Thank you.
    Edited by: pattibz on Sep 12, 2008 11:15 AM

  • Load image, but NOT the whole page

    I have a simple html web page that I want to display a
    selection of images. I want to be able to have the images load when
    the next or previous buttons are clicked, but I don't want the
    whole page to reload. I know that I can do this with various
    server-side languages, but as this is a static website I didn't
    know if was possible to do it with javascript.
    Thanks

    >I have a simple html web page that I want to display a
    selection of images.
    >I
    > want to be able to have the images load when the next or
    previous buttons
    > are
    > clicked, but I don't want the whole page to reload. I
    know that I can do
    > this
    > with various server-side languages, but as this is a
    static website I
    > didn't
    > know if was possible to do it with javascript.
    You HAVE to use javascript, as you don't want the page to
    reload.
    Personally, I don't like photogalleries that do this, as I
    can't link
    directly to a specific image.
    that said, here's an option:
    http://www.huddletogether.com/projects/lightbox2/
    -Darrel

  • Is there a way to force adf to not refresh the page after a certain action?

    Hi Adf'rs
    Another question for ya.
    I'm not sure how possible this is? But I have piece of javascript code that runs after the adf page is loaded. I then execute something in my javascript when the user cliciks a NON ADF button (just an html button). At that point, adf is refreshing the entire page even though I don't want it to. Is there a way to tell adf not to do this?

    Hi Puthanampatt,
    Thank you soooo much!! That did the trick!! Now, when I submit my javascript, it only refreshes the components that my javascript manipulates, and that container does not reload!!!
    Thanks again!!!

  • Have double bar and can not refresh the page.

    I've been trying to get the double line out but no such luck. Can not see enough of the line to find anything of the other/ refresh / etc. lines of the task bar.

    thanks for marking the question answered, it wiil help others
    Enjoy the phone

  • Popup not INSERTing into table and not refreshing called page ...

    Greetings
    Environment: APEX 3.1.1.00.09 on AIX 5.3 in 10gR2
    I have read many of the threads concerning my issue and I feel I am getting close to the answer but somehow have combined too many of the suggestions and am tripping over my own code.
    Please look at my sample application on apex.oracle.com:
    Workspace: galway
    User: gwicke
    Password: gwicke
    Please start with Page3, select any Agency and then click 'Add New Contract'.
    There is currently a <strong>BOLD </strong>label 'Add New Builder' that is a link that should open a popup window. Type any name into the field and click 'Create Builder'. This should INSERT the row into the builder table, close the popup, assign the new builder name to the calling page item 'Builder Name' and populate the screen item.
    In it's current state, the application will open the popup window, allow entry and close upon clicking the 'Create Builder' button. However the new builder is NOT inserted into the table and the calling page item is not populated.
    By looking at the Page Items and Session State I can see the correct values assigned to the 'Pn_BULDER_NAME' items on both the popup page (4) and the calling page (2) but the value does not appear on the screen.
    I've read where there's really two parallel universes, no sorry, two versions of the screen items, one in Session State and one that is displayed in the browser and there are steps to take to be sure the one displayed is updated from Session State as I would like in this case.
    I've entered Javascript code in the Page4 - header to define the 'passBack2()' function and code in the 'Optional URL Redirect' section of the 'Add Builder' button to hopefully execute the ARP for the INSERT, assign the Page2 items and close the popup. It doesn't quite get all that done.
    Any helpp is greatly appreciated. Thanks to Denes for most of the code suggestions I've followed.
    -gary

    Hi Gary,
    I think that there's a very simple solution to this - didn't really spot it last night.
    Firstly, yes, you could use a "button" to handle the call for the popup - just make sure that the button is a URL type "button" that is actually an A tag with the call in the URL target setting. Alternatively, you could take you existing A tag and use the same class attribute for one of your buttons as this should make it look like a button.
    More importantly, though, I think that we could do it as:
    1 - On your page 2 popup call, clear that cache for page 4 (the popup page) - I have already done this in your app by updating the url
    2 - On the popup page, allow the user to enter in their desired P4_BUILDER_NAME value (not sure if you want to do something to make this unique?)
    3 - Let the user click the Create button on the popup. This will submit the page, which will get your P4_BUILDER_RANK (the pk) value and insert a new record into the table (you could consider creating a sequence and a trigger to handle the creation of a new PK value?).
    4 - Assuming the P4_BUILDER_RANK then exists (it wouldn't if there was an error somewhere), then conditionally display a region that had a piece of javascript that submits page 2 and then closes itself - we don't need to pass anything back to page 2 (see below)
    5 - As the P4_BUILDER_NAME and P4_BUILDER_RANK exist in the session, when page 2 is being reloaded, (A) the select list would be updated with the new Builder (still not sure why all my entries appeared at the bottom instead of in alpha order??) and (B) both P2_BUILDER_NAME and P2_BUILDER_RANK can have Post Calculation Computations set (NVL(:P4_BUILDER_NAME,:P2_BUILDER_NAME) and NVL(:P4_BUILDER_RANK, :P2_BUILDER_RANK) respectively) - the effect of this is, if there are values stored in the P4 page items, we use them, otherwise we use whatever values were in the P2 page items
    6 - Finally, to stop (5) happening in all page 2 loads, you would need to clear the cache for page 4 in as many places as possible - eg, branches to page 2 or buttons on page 2
    The reason we can't pass values back to page 2 is that one of the items is a select list. The value we want to select won't appear on the select list until the page has been submitted. So, we can't set the value and submit because the value isn't there. We can't submit and set the value because javascript wouldn't know when the page has been updated (or, at least, you would have to put some independant mechanism in place to identify this, which may become complicated).
    So, simply put, as long as we know that if the values are in the session, we can use Post Calculation Computations to set our fields to these values. The only thing to bear in mind is that we need to ensure that these session values only exist when we need them - hence clearing the cache. This principle should work for any type of field - but, as you have no doubt seen, simple text fields can be updated by the popup directly as the field should accept any value we give it.
    My only other recommendation would be to completely remove the MRU processes from the page as these are not required (they just confuse the issue) and you could make your PK fetch and record insert into a single process - just to keep things neat and tidy, you understand!
    When I finished with your app last night, I did leave it so that javascript would create a new option on the select list and then set the value. But the above methodology seems to be a lot simpler.
    Andy

  • Music list will not display whole page

    I have just bought a new Tower with Vista and I have downloaded iTunes 8.0 to work on it. All seems well except that when I am trying to scroll down my list of music in the main library I can only scroll the bottom 6 or 8 songs. The majority if the page is static. If I click on one of the few that do scroll then the complete page will change to what it should be. I thought maybe I had downloaded a corrupt version of iTunes so I uninstalled and reinstalled it to the same effect. I am downloading the version offered which is the 64 bit version but I am not sure if my Vista is 64 bit even though I read that all modern sales are and as mine is less than a fortnight old I assume it is? I am tempted to sort out a 32 bit version or even download a version 7 but I thought that someone here might point me in the right direction?

    Hello, can you explain, what exactly doesn't print & what exactly doesn't download?

  • Question: How to Redact a selected area (not a whole page) across multiple pages?

    Hello all,
    I often have to work with large PDF Documents using Adobe Acrobat Pro 9, almost all of which are scanned PDF files.
    As scanned documents often do, certain pages (and usually large page ranges) have blemishes or markings that I wish to redact (the most common of which are hole punch marks down the middle left hand side, or other markings at the top right, where I need my page numbers to be unobstructed).  I can manually select the hole punch marks on each page separately, and then redact, however, such blemishes are always in the same spot across a number of pages.
    Twice I have managed to select a particular area, then redact that area across a page range I specify using Adobe Acrobat 9.  Of course, after having done it both times, I promptly forgot how I did it.
    All of the forums talk about redacting entire pages across a page range - no one seems to need to redact only a specific selection of part of a page across a number of pages.  Does anyone know how to do this in Adobe Pro 9?  I know how to do it in Adobe Pro 8, but it appears to have been moved elsewhere in 9.
    Any help would be greatly appreciated!
    Thanks in advance,
    Alex.

    accobb wrote:
    Simple, right? Help is still needed.
    I think Adobe is aware we'd all like all adjustments to be localizable, but doing so is not "simple" given Lr's design (paraphrasing Eric Chan of Adobe). I mean, it's simple in a layers-based app, like Photoshop, but not Lr, due in part to performance considerations, and maybe other things.. If you want to weigh in for HSL, you can do it here:
    http://feedback.photoshop.com/photoshop_family/topics/hsl_controls_for_adjustment_brush_an d_gradient_tools
    Note: with a combination of colorization, white balance, and saturation adjustment, there is some limited capacity to "remix" local color.
    ~R.

  • When I go to certain website only part of the website graphics show not the whole page as it should.

    Some websites such as tagged.com or www.speedtest.net to name a few. Does not display the complete page but if I go and use another brand other then FireFox the page works well. Why is that?

    You can first try to update to the latest Flash 11.3.300.262 version.
    *http://www.adobe.com/software/flash/about/
    *http://helpx.adobe.com/flash-player.html
    You can find the latest Flash player for Firefox on this page.
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    If you can't get Flash 11.3 to work then you can try to revert to Flash 11.2.
    You can download the Flash 11.2 plugin via this direct link:
    *http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe
    *http://forums.adobe.com/thread/1022066
    You need to uninstall the Flash 11.3 version if you downgrade Flash.
    *http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html

  • Certain games in facebook on firefox does not upload whole page what can I do

    When playing games on facebook, some of the games pages don't load all the way so I can, not able to click or move page to be able to click on items needed. I used to be able to do this and within the last week I can no longer get the pages to load correctly. I have tried everything. but nothing has helped. Please help as I would rather use firefox

    this may happen when you encounter a firefox auto-update after a restart of your firefox.exe. 2 ways to solve, 1st, remove the firefox for now, go mozilla official download a completely new install pack of firefox 4, and install it. 2nd, wait wait and wait, use an alternative(maybe google chrome 10.x), during waiting for the firefox.exe responding. good luck of you.

  • Page numbers do not refresh to page.  What to do?

    I downloaded Digitial edition and two e-books just fine to my PC.  However, when I try to toggle to the next page or a different page, each way I tried does not work as it stays to the same page.  I've tried the bottom where you click to the next page, the top where you find page number, etc.  Please help!

    Hi blutruk
    Viewer always shows logical page numbers by default.If you want to see physical page numbers, turn off the "Use logical page numbers" preference under "Page Display" panel in Preferences dialog.
    See if that helps
    ~Deepak

  • Problem with not printing whole page

    Ok this machine is getting old but up until now has done a great job. I have an issue when printing a photo, the paper jammed once,  I took care of that now when I try to print an image on a full page it leaves the last inch or more blank, the whole image is shifted that same inch.  So help? Thanks... jack

    Re:will  HP Officejet 8000 doesn't work for Windows7

Maybe you are looking for

  • I have music on my phone that will not show in my iTunes library, so I cannot play those songs from my computer.

    I am having a list of problems with my phone. First, my music keeps starting and stopping and I can't get a song to play through.  I went to the apple store and they told me I have some kind of damage so my dock connector thinks it's connected or som

  • Doesn't play in WinDVD

    Well, I got Encore DVD 2 in the Adobe Production Studio Suite; and I've gotta say I'm loving the whole package! Now my problem is, I have burned 25 copies of a project and they play fine in all software DVD players except WinDVD. In WinDVD, there is

  • [BUG?] Application Control Policies

    I have had the problem that I first want to locked down everything and than open security step by step. But this was not the best idea. The problem within the Application Control is the "Search & Find" option or the Filter. 1. The Window is damn smal

  • Porting varray data from one db to another remote db using queues and jms

    We are trying to port a varray from one db to another db using queues and java jms. The varray is embedded in an object type (necessary according to oracle docs). The varray, embed object, and the queues are identical between the 2 dbs. We have used

  • Reading hyper-v pass-through disks using WMI?

    How do I read pass-through disks for a guest VM from a Hyper-V using WMI? I'd like to read the pass-through disks that are available to a guest VM using the below mentioned ways: 1. Add a disk to Hyper-V server, take it offline and assign it as a phy