Guides disappear when a page is duplicated

Duplication of a page in thumbnails removes all the guides that were put in on the original page for object alignment and location.  Older version of Pages kept guides on duplicated page.

anyone knows how to invoke a jsf logic onpage load w/o doing anything?
In servlet, we can just use goGet or doPost to execute some tasks as user sends a request through url...
how do i do this in jsf..?

Similar Messages

  • EREC: Stars disappear when assigment page is refreshed.

    Hi Experts,
    I am really stuck on this and hope someone guides me.
    I am facing problem in Assignment page for the requisition. Where ranking details are displayed and stars are visible for the listed candidates. When assignment page is refreshed, stars which were visible earlier will disappear.
    Why refreshing making the ranking stars to disappear? Is there any note to address this issue? Please help out.
    Regards
    Savitha
    Edited by: SAPHCMRR on Aug 4, 2011 12:46 PM
    Edited by: SAPHCMRR on Aug 5, 2011 9:18 AM

    Hello Savitha,
    Note 1124565 originally had a correction instruction for EHP4 although this was not necessary (because the changes have been implemented before EHP4 was shipped). One of my colleagues came across this fact and we deleted the correction instruction for EHP4.
    It seems like someone tried to reapply the note in your system after it has been changed and that during this the LOOP-statement got lost. I had a look at the version history of GET_AUTO_SRCH_LST_BY_CDCY_LST and to me it seems like the coding had been there correctly (in the initial version 1), most probably because it was part of the initial shipment of EHP4.
    the code should be like this :
    method get_auto_srch_lst_by_cdcy_lst.
      data: lt_hit_list             type rcf_t_hitlist_with_rankv,
            ls_srch_mtch            type rcf_s_hitlist_with_rankv,
            lt_cdcy_list            type rcf_t_assignments,
            ls_cdcy_list            type rcf_s_assignments,
            ls_hidden_info          type rcf_s_name_value,
            lt_hidden_info          type rcf_t_name_value,
            lo_ex                   type ref to cx_hrrcf,
            lv_is_ranking_supported type boole_d.
      field-symbols: <ls_cdcy_slct> type rcf_s_mass_proc_activities,
                     <ls_hit_list>  type rcf_s_hitlist_with_rankv.
      clear pt_srch_mtch_list_slct.
    check if attribute ranking is supported
      if cl_hrrcf_switch_check=>hrerc_sfws_ui_enh_03( ) eq true.
        call function 'HR_RCF_CHECK_TREX_VERSION'
          importing
            ev_ranking_supported = lv_is_ranking_supported.
      endif.
      ls_hidden_info-fieldname  = 'REQUISITION'.
      ls_hidden_info-fieldvalue = ps_req_hrobject.
      append ls_hidden_info to lt_hidden_info.
      loop at pt_cdcy_list_slct assigning <ls_cdcy_slct>.
        ls_cdcy_list-cdcy_object = <ls_cdcy_slct>-hrobject.
        append ls_cdcy_list to lt_cdcy_list.
      endloop.
      unassign <ls_cdcy_slct>.
      try.
          call method cl_hrrcf_search_match_bl=>get_auto_srch_lst
            exporting
              p_search_compid    = p_search_compid
              ps_hrobject        = ps_req_hrobject
              pt_hidden_info_tab = lt_hidden_info
            importing
              pt_hit_list        = lt_hit_list
            changing
              pt_cdcy_list       = lt_cdcy_list.
          if lv_is_ranking_supported eq false.
            sort lt_hit_list by hrobject.
            loop at pt_cdcy_list_slct assigning <ls_cdcy_slct>.
              ls_srch_mtch-hrobject = <ls_cdcy_slct>-hrobject.
              read table lt_hit_list assigning <ls_hit_list>
                with key hrobject = <ls_cdcy_slct>-hrobject
                binary search.
              if sy-subrc eq 0.
                ls_srch_mtch-rankv = <ls_hit_list>-rankv.
              endif.
              append ls_srch_mtch to pt_srch_mtch_list_slct.
              clear: ls_srch_mtch.
            endloop.
          else.
            pt_srch_mtch_list_slct = lt_hit_list.
          endif.
        catch cx_hrrcf into lo_ex.
          raise exception type cx_hrrcf
            exporting
              previous = lo_ex.
      endtry.
    endmethod.

  • BUG CS5? Why do guides disappear when selected?

    Weird.
    I have an AI CS5 doc with a few guides in. All guides are marked as visible, and are placed in a separate unlocked, visible layer. Show Guides is ticked.
    As soon as guides are selected (with the little coloured square in the Layers panel), they disappear. When deselected, they appear again. If I mouseover a selected guide (i.e. one that has disappeared because it's selected) it appears, but only as long as the mouse is over it.
    If I create a new document, this behaviour disappears and guides behave normally.
    Any thoughts about what might be happening?
    Thanks
    Richard

    Perhaps Edges are hidden: View > Show Edges

  • SP 2010 Publishing - Rollup and Page Images not visible when entering page edit mode

    All:
    Hello, I have an odd issue recently appearing after installation of FEB 2013 CU install. When users select to Edit a Publishing Page the Rollup Image and also Page Image(Article Page Layout) are not visible. Only the "Click here to insert Image from
    SharePoint" link is visible.
    The issue has be confirmed in 5 servers across two farms
    DEV, QA, and PROD on client recently updated
    DEV and PROD in a completely separate client farm
    I have confirmed the issue does not exist in two separate farms running April 2012 CU. In both of those environments the image appears with issue even in Edit page mode.
    In the farms where the issue exists you can click the insert image link and simply hit OK to see the image again. An easy enough work around for tech savvy but my client's content admins are very confused/frustrated by.
    Is this a bug? I have confirmed in two separate farms including brand new web applications using out of the box publishing site templates.

    Hi.
    We have been facing the same issue in a 2013-environment (SP1), but in this case an upgraded 2010 Solution, which still runs in 2010-mode. Because of this, SharePoint still use resource-files in the 14-hive (as we have not performed an upgrade of Master
    Pages etc.) The problem is also reproduced on a clean 2010 Site Collection in the same 2013-environment.
    I have managed to find the cause of the problem (at least in our environment), and that is that as long as the selected picture/image has
    not defined an "AltText"/"Alternate Text" the problem seems to occur.
    In other words, try to define an Alternate Text and click OK in the "Edit Image Properties" Dialog.
    I don't know if this may be the case for everyone else, but give it a try.
    From this, I've further discovered (after hours of js-debugging) that there is a minor change (from 2010 to 2013) in a js-file called "SelectorControls.js" which is responsible for updating the various controls used in Page Layouts etc.
    The problem exist in a method called ASO_UpdateButtonsAndPanels(), which checks whether the Image Control in question has content or not (Url). The local variable "hasContent" is then determined of an if statement, if(this.AssetData.ManageLinkDisplayText)
    which in 2010 (14-hive) seems to be "true" regardless whether the Control is of type Image or Hyperlink. Further the code checks for AssetText (Alternate Text) which on an Image may be left empty.
    In 2013 (15-hive) however, this if statement has been changed to, if(this.SelectorType==ConstLinkSelectorType), which clearly states "Image" or "Link" depending on the type of control.
    I don't know if this is the cause of the problem in 2013, but in 2010 it seems to be exactly that.
    Pending a solution from Microsoft, we have modified SelectorControls.js to overcome this issue until the customer decides to do a Visual Upgrade to 2013.
    This is by all means not a supported nor a a permanent solution to the problem, as future Hotfixes, Service Pack etc. may "reset" our fix.
    Below is a copy of the working solution:
    function ASO_UpdateButtonsAndPanels()
    {ULSuBa:;
    var hasContent=!!this.AssetData.AssetUrl;
    //SharePoint 2010: ManageLinkDisplayText is always "True"
    //var hasContent=!!this.AssetData.AssetUrl;
    //if(this.AssetData.ManageLinkDisplayText)
    //hasContent=hasContent && !!this.AssetData.AssetText;
    //SharePoint 2013
    //var a=!!this.AssetData.AssetUrl;
    //if(this.SelectorType==ConstLinkSelectorType) a = a && !!this.AssetData.AssetText;
    //Fix for preventing existing selected image to disappear when saving page and/or editing a page with existing image.
    if(this.SelectorType!=ConstImageSelectorType)
    if(this.AssetData.ManageLinkDisplayText)
    hasContent=hasContent && !!this.AssetData.AssetText;
    if( hasContent )
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.EnableButton();
    this.GetAssetSelectedPanel().style.display="inline";
    this.GetEmptyPanel().style.display="none";
    else
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.DisableButton();
    this.GetAssetSelectedPanel().style.display="none";
    this.GetEmptyPanel().style.display="inline";
    I hope this helps anyone else struggling with the same problem.
    Thanks!
    Øyvind

  • Clear fields when PDF page is spawned?

    Hi all,
    I have a fillable PDF  form that has buttons at the top of every page for the user to  duplicate the page in case more information needs to be entered.  Here  is the javascript I'm using, courtesy of George Johnson:
    // Get a template object from an existing template
    var t = getTemplate("myTemplate");
    // Spawn the template on the page following this one, and rename the fields
    t.spawn({nPage: pageNum + 1, bRename: true, bOverlay: false});
    This  works great, except when the user has already filled out page 1, then  clicks the button to duplicate the page, the new page contains the  information already filled in by the user on page 1.  Is there a way to  clear the fields when the page is duplicated? I am using Adobe X Pro.   Thank you!!!

    Update: I found this code:
    var iPage = 0; // This is your page number, it is 0-based, so page 1 is 0
    var sFields = new Array();// array of fields names that are found
    for(var x=0;x<numFields;x++)
    {var pg = getField(getNthFieldName(x)).page;if((typeof pg == 'number' && pg == iPage) || (typeof pg != 'number' && pg.indexOf(iPage) > -1))sFields[sFields.length] = getNthFieldName(x);}
    if(sFields.length > 0)resetForm(sFields);
    This code does work, but instead of blanking out the NEW page, it blanks out the original one. Preferably, the original page would retain the information and the new form would be cleared.  I changed var iPage = 0 to var iPage = pageNum +1 and that seems to blank out the spawned page.  Even when I press the button on the spawned page, the second spawned page is cleared.
    I know very little about javascript so if anyone sees any problems with this code or the change I made, I'd appreciate if you give me a shout.  Otherwise I guess I resolved this on my own. Thanks!

  • When using Pages, I can't seem to print an envelope.  I use file, then print, and see the printer icon come up in the dock showing it received the info but then quickly disappears and nothing gets printed. When I check the printer queue there is nothing

    Bear with me, I've not done this before.  I can't seem to reliably print an envelope when using Pages.  I go to "file" click "print", click "ok", see the printer icon flash in the dock with a red "1" (indicating a printing job), but then the icon disappears and nothing gets printed.  I checked the printers queue and there is nothing there.  The funny thing is, after many times hitting "print", twice I've had envelopes printed.  ???  What's the secret?

    Have you tested it from other software, such as TextEdit to establish that it is in fact Pages that is the problem?
    Step us through Print Setup... and what you select when you send it off to print.
    Peter
    From the
    Brother MFC-6800 Printer's User Guide:
    How Can I load envelopes:
    You can load envelopes from the multi-purpose sheet feeder. Your appliaction software must be set up to print the envelope size you are using. This is usually done in the Page Setup or Document Setup mebnu of your software. Refer to your appliaction manual
    It also mentions an issue with paper thickness.

  • How can I make a table cell extend beyond the page?  The text disappears when the cell becomes larger than the page.

    How can I make a table cell extend beyond a page?  The text disappears when the cell becomes bigger than the page.  I want the table to continue to the next page.

    As a student, you might be able to get Office for Mac from the college bookstore at a substantial discount. Otherwise, I think your best option for documents that need to be shared with Office users is to get one of the free Office clones such as LibreOffice.

  • Why the window setting the printing disappeared when I try to select the page number of pdf file

    When I send the pdf file to the printer and try to select the page number to be printed by entering (e.g., 4-10), the page for setting up printing work suddenly disappeared.   As a result, I could only print pdf files from page 1 to the end, if I want to print any document.   I have no problem with printing word documents.  Thus, it should not be problems related to printer, right ?
    Your help is highly appreciated !

    What is your operating system?  Reader version?
    You mean the Print panel completely disappears when you enter some page numbers?

  • Pages layout disappears when scrolling

    When using pages, after i select the template i want to use, i begin to edit the template. but if i scroll down, even just a little, the entire template vanishes. It is only when i scroll all the way up that the template is visible in the work space.
    What is going on? I dont understand. How can I work on a template when I can't even see it?
    Somebody please help, this is getting quite annoying.

    Hi Dennis,
    Thanks for your reply, however I do not think it is the document that has the problem. It is the program itself. Here is a detailed description of what happens:
    1. I open pages
    2. I pick out a template
    3. Template opens and I want to edit it
    4. I scroll down to view the lower part of the template (zoomis on 125%)
    5. Template disappears as soon as i start scrollng down. When I scroll back up to the top the template re-appears.
    If i change the zoom setting to "fit to page" everything is ok, but I have a hard time editing because what I see is too small.
    This is a strange problem is is really getting quite annoying becaus I cant use pages for anything because of this.

  • Pages - PDF : why does the subscript or the superscript written in a table disappear when I export my pages file to a pdf file???

    all is written in the question...
    But it only disappears when it's written in a table!

    Why bother using it?
    Pages '09 works! A difficult concept for most I know.
    Peter

  • Pages disappear when using xoffset

    Can anyone tell me why my pages disappear when using "crop pages xoffset" in Acrobat Pro XI?  It works fine in Acrobat Pro 9.

    The system has 4GB of memory.  The processor is Intel Core i5 - 2400.
    As per your suggestion, I updated the driver for the integrated graphics
    card (Intel Graphics HD 2000).  The new driver is dated January 2014.  The
    old driver was dated June 2011.
    I tried to replicate the blank pages situation, and none went blank.   Will
    continue to test over the next week or so, but this looks very promising.
    Many, many thanks, Pat!

  • Page title duplicating in the grid ALV table header when run on portal

    Hi Experts,
    I am facing an issue with the ALV display. My object contains three screens.
    The first screen is a selection screen.
    The second one is an overview screen which displays the data in a Grid ALV table corresponding to the "supplier id" entered in the first screen.
    The grid ALV has a header(contains name,location etc) and a table to display data.
    I have created a SAP Transaction iView on the portal for this object.
    The issue here is that when I run this in ABAP, everything is fine.
    But when I preview it on the portal, the first screen is displayed correctly but in the second screen the title of the page is duplicated in the table header and the header that is supposed to display the name, location etc. is replaced by the duplicated title.
    Please suggest an alternative or solution for this.
    Thanks and Regards,
    Aditi Sharma

    << Do not post the same question across a number of forums. There are 4 threads with the same issue now. Violating SDN forum rules may result in deletion of your user. >>

  • HT5035 I had a balance of $5.30 on my account. It disappeared when I added a $25 gift card. I have tried to get this issue resolved thru email. I need a call back. Where do I look to get a call back number for this issue

    I have already contacted apple thru email, twice. I don't see that they have an option for a call back for a missing iTunes balance, I did however see where I could get a call back(and did) for not being able to sign in on another device to make a purchase. This problem was resolved quickly for this device. I told this rep about the unresolved problem of the missing iTunes balance and he said he could transfer me but the wait times are very long. In my 2 email correspondences on this missing balance issue both times I was told to check my balance history- which does not resolve the issue that I am having to go thru a huge hassle to get my missing balance back prior to my card purchase. I had a balance of $5.86 show on my ipad2 and on my Mac book pro prior to applying the $25 gift card. Then the balance showed only $25 after apply my gift card, now here's what's weird: aprox. A week and a half later I sign in on my iPod touch and shows a balance of $5.30!, but when it has me resign into iTunes that balance disappeared, and the $25 gift card balance shows up. I made NO PURCHASES to use the $5.86/ or $5.30- so I want my money to equal $30.30/ or $30.86 as it should, and I want to not go thru so much to take care of it. To just hope Apple would have a call back option for this type of issue. I won't be buying iTunes gift cards or purchasing thru iTunes if my balance disappears when I do so.

    When you tried to contact Support with the card's images how were you trying to do it, on your phone or a browser on your computer ? And have you tried a different browser to see if you get the same error message ?
    As well as images of the card they might also want an image of its receipt.
    And to contact Support you were using : http://www.apple.com/support/itunes/contact/ , and clicked on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes ?

  • Form fields disappearing when combining PDFs

    I'm having a curious issue where form fields that display properly in a one-page PDF document are disappearing when the document is combined into a larger, multi-page PDF document.  The individual page (created in Acrobat Pro 8) has 12 rows of checkboxes that show up when the document is opened in Acrobat Pro 8, Pro X, or even Preview.  However, after being combined into a 150-page PDF (with Acrobat Pro X), the top three rows of checkboxes have disappeared (and this occurs across all of the programs I just listed).  I've tried re-doing the offending page in both Acrobat 8 and X, and replacing it within the multi-page document (again, trying both Acrobat 8 and X) and once it's combined into the larger PDF, those top three rows of checkboxes always disappear.  I'm at a loss.
    Any suggestions for troubleshooting this?
    - Mac OS 10.6.7
    - iMac 2.4ghz Core 2 Duo / 3GB RAM
    - Acrobat Pro X (or 8)

    I'm combining them by using the "Combine Files Into a PDF" feature in Acrobat.  I've done this countless times before with no issues -- this is the first time I've seen this happen.

  • Question why has my balance on my itune account have totally disappeared when I have only been using it for less than a year? had still fair bit of money in it too. around $60

    Question why has my balance on my itune account have totally disappeared when I have only been using it for less than a year? had still fair bit of money in it too. around $60

    First, make sure you're logged into the iTunes Store using the account ID and password you set up, or used, when you redeemed your card/gift.  If you are, try signing out of the account and back in.
    If you're sure you are using the correct account and that you're signing in to the iTunes Store, and signing out and back in doesn't help, go to the Purchase History and review your purchases to make sure that you should indeed have a balance left. iTunes doesn't always refresh the balance it shows, so it's possible you spent the money and it just wasn't being reflected in the display. This display error can usually be corrected by logging out of the iTunes Store and then back in.
    If you confirm that you should have balance left but the iTunes Store isn't showing it correctly, send a message to the iTunes Store customer service department through the contact form you'll find by selecting the most applicable section of their Support page (select the Contact Support link and follow the instructions) and explain the problem to them.
    Good luck.

Maybe you are looking for

  • Error in creation of Information spaces in Business Objects Explorer

    Dear Experts, I am trying to create an Information space on BOE. There is am error when i click on "NEW" button in manage spaces tab. Error says "Failed to retrieve the data source details.The creation of the data source object tree failed. - Permiss

  • Document date Issue

    The Document Date is the date when we raise and send a customer Order. Perhaps 2 weeks later we convert this order to an A/R Invoice by using the COPY procedure. However, this procedure changes the Document Date from the original date to the Current

  • Problème avec Adobe Reader XI pour la lecture fichier PDF

    Bonjour Possesseur d'une UC avec Windows 8 64Bits, les fichiers PDF que j'ouvre avec Adobe Reader XI se bloquents lors du chargement de la page. Le symbole animé de chargement d'Adobe Reader (un cercle avec des traits qui tournent dans le sens des ai

  • Will the Apple IPad 3 be compatible with 4G?

    Will the Apple IPad 3 be compatible with 4G? As it says on the box and receipt?

  • Finder keeps jumping/scrolling to top

    Has anyone else had the issue where Finder will jump to top of list or selected item while browsing files. It is extremely irritating and I've tried turning off various options like spring loading and hiding the size and date added column, but there