• Paging error after 8.5.2 upgrade

    By Jon Soderquist 1 decade ago

    After upgrading to 8.5.2, the following error is encountered when the pager control is clicked from a view.  Has anyone else encountered this?

    Unexpected runtime error
    The runtime has encountered an unexpected error.
    Error source
    Page Name:/xpViewAlpha.xsp
    Control Id: linkTagCloud

    Exception
    Error while executing JavaScript computed expression
    Script interpreter error, line=1, col=72: [ReferenceError] 'label' not found

    JavaScript code

       1: label+" ("+applicationScope.get(compositeData.id).getTagCount(tagArray)+")";

    • RE: Paging error after 8.5.2 upgrade

      By Jared Jones 1 decade ago

      We are having the exact same error using the pager after upgrading to domino 8.5.2:

       

      Error source


      Page Name:/xpViewAlpha.xsp
      Control Id: linkTagCloud


      Exception


      Error while executing JavaScript computed expression

      Script interpreter error, line=1, col=72: [ReferenceError] 'label' not found

      JavaScript code

         1: label+" ("+applicationScope.get(compositeData.id).getTagCount(tagArray)+")"; 
  • Same error here after upgrading to 8.5.2

    By Arnar Hannesson 1 decade ago

    I'm seeing the exact same error after upgrading Domino 8.5.2.

  • Temporary solution

    By Arnar Hannesson 1 decade ago

      I found a temporary solution - changed a paging property to refresh the entire page instead of just partial refresh.

      - Custom control "prtView"
     - Switch to the Source view and change the pager property "partialRefresh" to "false"