New OA page on server

Hi ,
I created a new OA page .Now i had named the page as HzmyCustomersPG.xml .The pkg is oracle.apps.xxx.yyy.zzz.server.
I palced the xml file under standard oracle package structure.In future any patches are applied,does my custom file be there in the same palce .
Next is if i placed the new OA page under its package..now i must import the page to mds repository thru xml importer.
ANy location i must register the page ?
please suggest the standard steps of registering the a new OA page .
Thanks

To keep the custom code safe from patching, always keep them on a custom top.
There is nothing like registering the page. Once you have imported it to MDS, just use it by its path name or create a function with page, use.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Crystal Reports 2008 - Blank page on server only

    Crystal Reports 2008 - Blank page on server only
    My report is developed in the Crystal Reports 2008 Report Designer 12.0.0.683.
    I have a .NET application that takes the report file, an ODBC connection and exports the resulting report to PDF. This application is deployed as an MSI and includes the Crystal Reports .msm merge module. The report uses multiple views and tables from a single database to create invoices in PDF format.
    Problem: For one particular invoice, a blank page is being added to the end of the invoice. This blank page contains the report's standard page header. There is no missing data and no missing sections on the invoice. This is only occurring when the pdf is generated on a Windows Server 2008 x64 server where the application is deployed using the merge modules.
    I have installed the application locally on my Windows Vista Business x86 system and the generated PDF does NOT contain the blank page at the end.
    The blank page is not generated when previewing the report in Report Designer. For the particular invoice this is occurring on, footer F and footer G are blank and therefore suppressed.
    Please bear in mind that this happens only for one particular invoice that uses this report file and does not happen from my local system using the same .rpt file.
    The report is constructed of the following sections:
    -Page Header (suppressed on page 1)
    -Grp1 header A (watermark conditionally suppressed based upon a parameter)
    -Grp1 header B (Keep together - always fits onto a single page)
    -Details
    -Grp1 footer A (Keep together)
    -Grp1 footer B (Conditionally suppressed based upon data)
    -Grp1 footer C (Keep together)
    -Grp1 footer D (Contains sub report(suppressed when blank). Keep together. Suppress blank section. New page before but (Not OnLastRecord))
    -Grp1 footer E (Contains sub report(suppressed when blank). Keep together. Suppress blank section.)
    -Grp1 footer F (Contains sub report(suppressed when blank). Keep together. Suppress blank section.)
    -Grp1 footer G (Contains sub report(suppressed when blank). Keep together. Suppress blank section.)
    -Report footer (Always blank. Suppress blank section)
    -Page footer (Fixed static content, displayed on every page.)
    Edited by: alibaabaa on Oct 12, 2009 12:41 PM
    Edited by: alibaabaa on Oct 12, 2009 12:45 PM

    Thanks for responding, Jonathan.
    Is the same runtime installed on the 64 bit system? I notice from your version number that you do not have any service packs installed on the dev system. SP 2 is out and may help.
    I have installed SP1 and SP2 this morning, resaved the report file and tried again but the same problem remains.
    I'm not sure how to answer your runtime question. I am using the same application built with the same merge modules on both the dev machine and the production server. Of course, the dev machine has the additional complication of having Crystal Reports 2008 installed. Perhaps this is causing the difference?
    Compare the printer settings between the two systems. Try installing the same printer driver on the 64 bit system.
    Perhaps I am misinterpreting your suggestion, but I am not printing the invoices. I am only exporting them to PDF. It is the PDF that has the extra page. Is there a 'print to PDF' driver of some sort that I need?
    Also, was the .NET application compiled as 32 bit, or Any CPU? Whichever it was, try switching it then recompiling to see if that helps.
    I tried switching to Any CPU but this caused the Crystal Reports module not to load at all on the 64bit Windows server.
    Thank you for your suggestions, but my problem remains. Is it worth trying with the redistributable msi rather than using the merge modules? If so, could you recommend which one I should use? I am using Visual Studio 2008 Professional.

  • NPE creating a new session on WebLogic Server 9.2

    We're getting the following stack trace from WebLogic Server 9.2 when a page gets hit.
    It appears to be a clustering error when creating a new session.
    When there is only a single server left running, the pages are served correctly.
    Any thoughts appreciated.
    2009-01-27 11:13:47,423 [ExecuteThread: '12' for queue: 'weblogic.kernel.Default'] ERROR com.vignette.portal.website.enduser.filters - java.lang.NullPointerException:
    java.lang.NullPointerException:
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:211)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
    at weblogic.cluster.replication.ReplicationManager_922_WLStub.create(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.cluster.replication.SecureReplicationInvocationHandler$ReplicationServicesInvocationAction.run(SecureReplicationInvocationHandler.java:184)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.cluster.replication.SecureReplicationInvocationHandler.invoke(SecureReplicationInvocationHandler.java:154)
    at $Proxy46.create(Unknown Source)
    at weblogic.cluster.replication.ReplicationManager.trySecondary(ReplicationManager.java:666)
    at weblogic.cluster.replication.ReplicationManager.createSecondary(ReplicationManager.java:638)
    at weblogic.cluster.replication.ReplicationManager.add(ReplicationManager.java:359)
    at weblogic.cluster.replication.ReplicationManager.register(ReplicationManager.java:352)
    at weblogic.servlet.internal.session.ReplicatedSessionData.registerOrAdd(ReplicatedSessionData.java:108)
    at weblogic.servlet.internal.session.ReplicatedSessionData.<init>(ReplicatedSessionData.java:78)
    at weblogic.servlet.internal.session.ReplicatedSessionData.<init>(ReplicatedSessionData.java:64)
    at weblogic.servlet.internal.session.ReplicatedSessionContext.getNewSession(ReplicatedSessionContext.java:161)
    at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getNewSession(ServletRequestImpl.java:2526)
    at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getSessionInternal(ServletRequestImpl.java:2111)
    at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getSession(ServletRequestImpl.java:2075)
    at weblogic.servlet.internal.ServletRequestImpl.getSession(ServletRequestImpl.java:1207)
    at com.vignette.portal.website.internal.DefaultHttpRequestWrapper.getSession(DefaultHttpRequestWrapper.java:65)
    at com.vignette.portal.website.internal.DefaultHttpRequestWrapper.getSession(DefaultHttpRequestWrapper.java:41)
    at com.epicentric.common.website.InitUtils.initSession(InitUtils.java:73)
    at com.vignette.portal.website.enduser.filters.AuthenticationFilter.initSession(AuthenticationFilter.java:47)
    at com.vignette.portal.website.enduser.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.admin.internal.control.InitFrameworkFilter.httpDoFilter(InitFrameworkFilter.java:35)
    at com.vignette.portal.website.admin.internal.control.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:61)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.admin.internal.control.MultipartFilter.httpDoFilter(MultipartFilter.java:33)
    at com.vignette.portal.website.admin.internal.control.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:61)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.internal.StartupProtectionFilter.doFilterSingleInvocation(StartupProtectionFilter.java:100)
    at com.vignette.portal.website.internal.SingleInvocationFilter.doFilter(SingleInvocationFilter.java:52)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.internal.EnvironmentalWrapperFilter.doFilterSingleInvocation(EnvironmentalWrapperFilter.java:44)
    at com.vignette.portal.website.internal.SingleInvocationFilter.doFilter(SingleInvocationFilter.java:52)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.lang.NullPointerException:
    at weblogic.server.channels.ServerChannelImpl.equals(ServerChannelImpl.java:103)
    at weblogic.cluster.replication.ReplicationManagerServerRef.checkPriviledges(ReplicationManagerServerRef.java:102)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:302)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:877)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:1084)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:1001)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:240)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:881)
    at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:446)
    at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:368)
    at weblogic.socket.AbstractMuxableSocket.dispatch(AbstractMuxableSocket.java:378)
    at weblogic.socket.SSLFilter.dispatch(SSLFilter.java:258)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:856)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:802)
    at weblogic.socket.EPollSocketMuxer.dataReceived(EPollSocketMuxer.java:192)
    at weblogic.socket.EPollSocketMuxer.processSockets(EPollSocketMuxer.java:174)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    ... 2 more

    Hi Scott,
    Did you get to the bottom of this?
    We're experiencing exactly the same symptoms, except we're upgrading 8.1 -> 10.3
    App works fine on a single server, as soon as a second server is brought into the cluster we get the same exception.
    I'm checking the configs now for anything suspicious...

  • How do I get a 'insert - hyperlink - file' to display in a new web page?

    When I insert the link to a downloadable file, that's fine.
    But I'm losing my eyeballs because iWeb uses the same webpage to open my downloadable file.
    The option to check, 'open in new web page' is not appearing.

    Welcome to the Apple Discussions. You need to first upload the file to your server and use the URL to the file at that location as the link to external page option of the Inspector/Link/Hyperlink pane. If the browser supports displaying the file type it will open in a new window.
    Click to view full size
    OT

  • Go to a new web page (not a new tab)

    I'm using version 10 of flash. I can got to  a new web page that creates a new tab on the browser which is not what I want to  do. on (release) {
    getURL ("CEO.pdf","_blank");
    } I don't  want to create a new tab, just move to a new web page. I've tried on  (release) {
    getURL ("CEO.pdf","_self");
    } however nothing  happens. I've also tried on (release)  {
    getURL("javascript:launchwin('CEO.pdf' , 'newwindow' ,  'scrollbars=1')"); with the following in  javascript: <SCRIPT LANGUAGE="JavaScript"> var  javascript_version = 1.0;</SCRIPT>
    <SCRIPT  LANGUAGE="JavaScript1.1"> javascript_version =  1.1;</SCRIPT>
    <script language="JavaScript"  type="text/javascript">
    <!-- var newwin; function  launchwin(winurl,winname,winfeatures)
    //This launches a new window and  then
    //focuses it if window.focus() is supported.
    newwin =  window.open(winurl,winname,winfeatures); if(javascript_version >  1.0)
    //delay a bit here because IE4 encounters errors
    //when trying  to focus a recently opened  window
    setTimeout('newwin.focus();',250);
    //  -->
    </script> and nothing happens when I click on the  button. Would appreciate any support. I'm very new to action script,  however experienced as a programmer. Thanks!!!

    Test on a server and see if that helps.  Testing browser-related controls in the IDE doesn't usually play out as it will when live.

  • My new tab page disappeared how do i get it back?

    My new tab page disappeared. How do i get it back? When i click on "new tab +", i get a search screen that looks similar to google search page.

    this sounds like a problem possibly caused by adware on your pc. please go to ''firefox > addons > extensions'' & remove any suspicious entries (toolbars, things that you have not installed intentionally, don't know what purpose they serve, etc). also go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and do a scan of your system with [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Remove a toolbar that has taken over your Firefox search or home page]]
    [[Troubleshoot Firefox issues caused by malware]]
    afterwards install the search reset addon - it will revert the most common customizations those adware programs do in firefox back to the default: https://addons.mozilla.org/firefox/addon/searchreset/

  • Servlet to generate  *new*  html pages for browser

    Dear all,
    Greetings!
    I am write a servlet, and I want this servlet to generate different html pages (say 5 pages) simultaneously, and then display them in 5 different pages in client browser.
    The sequence is like this:
    1) the user click a link in a web browser and send request to web server.
    2) web server has a servlet to handle this request, then in doGet() or doPost() method it will do some calculations first, after that, it generate 5 different html pages (it can use redirect in a chain fashion) and send back to client browser.
    3) the client browser will display these 5 different html code in 5 different pages (should not be the same as the original pages that submited the request), i.e, it will pop up new web pages automatically to serve 5 different pages (since each page will have <html> ... </html> codes).
    Any solution, if possible, please give me some idea.
    //-- My main problem is: how to ask servlet to generate html codes,
    //-- and when send back to client, let browser displays the information in
    //-- a new web page (not original page the submit the request)? show some servlet doGet() code if possible.
    if you have solution for even only 1 page, your help is also very appreciated!
    once again, many thanks!

    However, for wild guessing,
    are you included d:\richard in your CLASSPATH?No. Does the CLASSPATH affect the default directory to create file - and I have to put the Tomcat as the first path in my classPath? But I just found that I set environment variable HOME to be d:\richard. It must be the reason.
    How about this:
    When a use submit a request, the servlet starts a new
    thread to do the process, for example.....I thought about this solution earlier. It is true that this is a solution. Now I am not worrying about it, since when I move on about this project, I found something more interesting (worse?) for this project. Detail follows:
    This morning I was informed that the project needs the request being sent from the front end applet, (*NOT from browser link*), so now even simple client side scripting does not work. This is because when servlet sends back response, it will send back to applet by Connection.getInputStream() - this is what I can think about right now. Basically, it means, the browser will not even have a chance to process the returned HTML code. So the question becomes: How to ask browser open a web page to display the servlet response from an front end applet directly? ;(
    I am almost run out of idea! Will check back later, meanwhile spend some more time considering... It is very late here now (early in the next morning)!
    Thank you very much indeed for all you kind help!!!

  • New eCATT page on SDN / eCATT forum

    Hi all,
    we have recently created a new SDN page on eCATT: [eCATT: The Extended Computer Aided Test Tool.|eCATT: The Extended Computer Aided Test Tool]
    Comments and proposals for improvement are welcome.
    Additionally eCATT related questions should in the future be posted in the eCATT forum
    [ECATT|ECATT] instead of the SAP GUI forum.
    Best regards,
    Frank
    Edited by: Frank Krause  on Oct 15, 2008 11:50 AM

    now i got a few minutes to work on this.
    here is a sample code.
    in the layout of the flow logic:
    i am using button for example,
    1) <htmlb:button id = 'CONTINUE'
          text          = "Continue"
          onClick       = "OnInputProcessing(continue)" />
    2) create a page attribute called index and also link the 'continue' page to the same page in the BSP
    3)in the layout
    <% IF INDEX = '1'.(use the dynamic link)
    l_url = 'http://www.google.com/'. %>
        <script type="text/javascript">
      <!--
        window.open("<%=l_url%>","ErrorLog","width=400,height=250,left=250,top=200 dependent=yes resizable=yes");
      //-->
    </script>
    4) in the oninput processing of this page
    assign event
      l_event = cl_htmlb_manager=>get_event( runtime->server->request ).
      IF l_event->id = 'CONTINUE'.
      l_index = '1'.
           navigation->set_parameter( name  = 'INDEX'
                                 value =  l_index ).
        navigation->NEXT_page( 'CONTINUE' ).
    endif.
    so when you click on the button you should get the google page in a popup.
    this is working for me. let me know if you are still having problms.
    regards,
    manasa

  • Printing a new format page in Matrix Printer with the SAPWIN Device Type...

    Hi,
    The requierements is to print Identification Material Labels with an Epson DFX-8500 printer. The label font is TIMES 34, therefore the Printer Device Type is SAPWIN. The real throuble is that label size (Format Page) doesn't exist.
    I created a New Format Page but when a print the Materlal Label (SAPSCRIPT), the SPAD configuration isn't recognized. I need an Height of 432 PT (Like INCH6 because the paper is continuous form) isn't recognized.
    Could somebody help me???
    Alexis Sánchez N.
    SAP ABAP Development Consultant
    << removed >>
    Valencia, Venezuela
    Edited by: Rob Burbank on May 25, 2010 3:56 PM

    Hi all,
    I solved myself... This is the way...
    I have an Epson Matrix Printer (Epson DFX-8500)
    In SAP, I created the Epson DFX-8500 Printer with the device type SAPWIN. This printer have some attributes in windows operational system (Windows XP). One of this attributes is the default paper size (Letter).
    To change this, you have to do what the SAP Note 163136 (Creating new paper size for Windows NT-2000-XP-2003) says:
    Solution
    Note: This note is based on Note Q157172 from the Microsoft Knowledge Base.
    You create a new paper size this way in Windows NT:
    1. Choose 'Control Panel' and double-click 'Printer'.
    2. Select 'Server Properties' in the 'File' menu.
    3. Select the 'Create A New Form' check box on the 'Forms' tab page.
    4. Enter the settings for the new paper size.
    NOTE : If you set up your own customized paper size, the margins
    cannot exceed the settings of the installed printer. The print area
    must correspond to the margin settings of the printer driver used.
    5. Save the paper size.
    Proceed as follows to use the new paper size as the default format:
    1. Select 'Printer' in the 'Control Panel'.
    2. Click the right mouse button to select the required printer and select
    'Document defaults'.
    3. Select the new paper size in the 'Paper Size' selection box (on the
    'Advanced' tab page).
    4. Click OK.
    5. Again with the right mouse button click the required printer and
    select 'Attributes'.
    6. Open the 'Device Settings' tab page and select the paper tray from
    which you should print. Then select the new paper size.
    NOTE: New paper sizes are stored on the computer on which they were
    created. If you create a new paper size for a shared printer, you must
    create the new paper size on the printer's print server.
    NOTE : In Windows XP, there is an error in this procedure that can be
    corrected with Note Q838298 from the Microsoft Knowledge Base.
    I hope it helps you...
    Alexis Sánchez N.
    SAP ABAP Development Consultant
    Valencia, Venezuela

  • Making a new root in contetn server

    HiIs it possible to make a new Root Folder in Plumtree Content Management Server (just like the default root - "Plumtree")I have few departments in my company and I wanna make 4 root foldersand give community managers to be admin of theseroot folders(marketing, IT etc). This way the commnity managers can create their own sectionsin their respective root folders rather than sending a request to the administrator to create sectionfor them everytime they want to make a new web page content portlet.

    Well, the issue was to figure out what the procedure should be. I actually do have remote console access, though I can't log in through it because the console can't spawn login process because it can't find the shell (because the /bin symlink is one of the things that's inaccessible due to corruption).
    I think I'm all set now, though. I was able to create a temporary chroot environment, use it to newfs a spare root partition, restore onto it from my backup, and install boot blocks on it. Once I'm confident about the appropriate disksuite twiddling to unmirror root and then remirror it, I should be able to reboot and fix it.

  • Multicast sessions page of server properties

    I am using ZEN 4.0.1 ir7, Netware 6.5sp4, ConsoleOne 1.3.6e.
    I was creating multicast sessions on the multicast sessions page of server
    properties for later use by my technician. I had created 5 sessions, then
    closed the property page. Then later I went back to make changes on one of
    the sessions. When I attempt to open that tab I get the message 'Loading,
    one moment please...', and there it stays. I have to kill the ConsoleOne
    process in task manager and restart ConsoleOne in order to do anything.
    What's going on, and how do I correct it?

    Thanks guys. I started c1 without the zen snapins, then deleted one of the
    sessions from the 'other' tab. Then I put the zen snapins back in and was
    able to view the rest of the multicast sessions. Kind of screws up the
    linkages in edir doing it that way, but that's fixable.
    >>> Kurt Finlayson<[email protected]> 11/5/2006 9:03:10 PM >>>
    >Bill Knaack wrote:
    >> I am using ZEN 4.0.1 ir7, Netware 6.5sp4, ConsoleOne 1.3.6e.
    >>
    >> I was creating multicast sessions on the multicast sessions page of
    >server
    >> properties for later use by my technician. I had created 5 sessions,
    >then
    >> closed the property page. Then later I went back to make changes on one
    >of
    >> the sessions. When I attempt to open that tab I get the message
    >'Loading,
    >> one moment please...', and there it stays. I have to kill the ConsoleOne
    >> process in task manager and restart ConsoleOne in order to do anything.
    >> What's going on, and how do I correct it?
    >>
    >
    >This sounds familiar. I think this is fixed in a newer version of
    >ZENworks but not in ZfD 4.x. You could try a consoleOne containing newer
    >snapins of ZDM 6.5 or 7 and see what happens? Just a thought.

  • How to display content in HttpSerlvetResponse in a new web page?

    I am a newbie in servlet&html and hope to get some information here for my question.
    Suppose I have a web page having a list. after the user has chosen one of them, he will click on submit to send the request to the servlet.
    In my servlet, I use the query string to get the related information and put it into a httpServletResponse. My question is, what should I do such that the content of Response will be shown in a new web page, instead of replacing the original one? Thanks!

    You can't do this from the server side. The client side should initiate the new window. There are several ways, under each:
    <a href="servlet" target="_blank">Open in new window</a>
    <form action="servlet" target="_blank">Submit to new window</form>
    <someElement onclick="window.open('servlet');">Popup a new window</someElement>

  • Preview Thumbnails on New Tab page empty only for certain URLs

    When I open a new tab, there are three certain preview thumbnails which are always empty, and there is no way I can make them show up again. They did work in the beginning, but at some time the three previews vanished and never came back.
    I have already tried to empy the cache and reload the sites as suggested here, but the thumbs are still empty. It's always the same three URLs where this happens. I have also cleared the history, opened the sites again and dragged the items from the history menu into a thumbnail - same result.

    The pages may be send by the server with a no-cache or no-store header preventing Firefox to store that pages in the cache.<br />
    Firefox will only generate thumbnails if the page is in the cache.
    *https://support.mozilla.org/kb/thumbnails-on-new-tab-page-are-missing
    The thumbnails on the about:newtab page are generated from the cache, so if the page is not in the cache or otherwise can't or won't (secure pages) be rendered as a PNG image then you will get an empty box.
    *Do not use Clear Recent History to clear data like the cache and the history when you close Firefox
    If there is no history then you get an about:newtab page with empty boxes (no URLs).
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=756881 bug 756881] - New tab thumbnails not displayed (or old images displayed) for Facebook, Twitter (sites using Cache-Control no-store)

  • New web page

    I am very, very new to Dreamweaver - Inherited a website and
    have almost no experience. How do you upload a new web page and
    also ensure it is in the right part of the website? Stupid
    question? Gosh, please help me regardless with the step-by-step
    required.

    To upload your file, you "put". You can go up to File/Put,
    and that will
    upload the file to your server, that is if course if the site
    has been
    defined. Another way is to go up to Window/Files, on the
    right you should
    see all the files in local folder of your site, at the top,
    you will see 2
    arrows, one blue,one green. The blue arrow, the one pointing
    up is the Put
    icon. Get is to download all the files from the server to
    your local file.
    I dont understand the second part of your question ab out
    being in the right
    part.
    "eunice07" <[email protected]> wrote in
    message
    news:gjhrmv$701$[email protected]..
    >
    > I am very, very new to Dreamweaver - Inherited a website
    and have almost
    > no
    > experience. How do you upload a new web page and also
    ensure it is in the
    > right part of the website? Stupid question? Gosh, please
    help me
    > regardless
    > with the step-by-step required.
    >

  • 8.3 causing issues with safari, "Safari could not open the page because server stopped responding"

    Since my upgrade to 8.3 there are several issues with many apps when they are trying to download information.
    When I go to Safari and open i.e. msn.com.  it tries for over 60 seconds.  then I get the error:
       Safari could not open the page because server stopped responding.
    I have a iPhone 6 plus with 113 gig  and 65 gig available
    This same issue is causing problems when downloading articles on facebook and instagram app.
    We also noticed this same issue on Macbook Air, and iMac, iPad 2, and iPhone 5s.
    I also have the Mac Pro without these issues but it is connected by ethernet instead of wireless. 
    Is wifried back and now plaguing all devices?
    I selected mac because, I was tried of all the PC issues with new updates.  It seems mac is now lowering its quality to that of PC.
    We need a fix for this ASAP!

    I have tried resetting my Iphone 6 Plus by holding both the off and select buttom.  This did not help. 

Maybe you are looking for

  • Anyway to have JDeveloper dynamically load BC4J components in memory?

    We are dealing with a large BC4J based application that contains large amount of application modules. So far, 300 application modules and total 4000 BC4J objects have been created. The size of the application still keeps growing daily... may up to tw

  • Custom 404 Page Not Found, can't get it to work...

    Environment: 1 CF webserver, 2 websites on the webserver (www.example1.com,www.example2.com) Problem: I want to create a custom 404 page not found for each site. I can't use the "Site-wide Error Handler " in the CF administor because it makes the 2 s

  • Converting CASE st. to decode

    Hi, I'm using Oracle 8.0.5, apparently it does not support the CASE function. SOmeone let me know if this is incorrect, but I can't get it to work. My question is I'm trying to write a fairly simple decode or CASE statement that says, SELECT e.poid_t

  • How do I delete a playist on fuze v1?

    I have a 4 g fuze and use rhapsody to add songs to my fuze. Somehow I got a playlist on there that I didn't create and it is empty. I looked in the manual but did not see how to delete it in there, and I can;t figure out how to delete just the one. A

  • How to make my 4 articles (2 columns) have equal height?

    Please take a look at my live example: http://jsfiddle.net/mdermez32/vTynd/ If you see my link you'll notice that the cells on the right are shorter than the left.. what is wrong in my code? how can I make their height equal? HTML: <table class="art-