• jsXSPView.xsp

    By Patrick Kwintensson 1 decade ago

     

    Unexpected runtime error

    The runtime has encountered an unexpected error.


    Error source

    Page Name:/jsXSPView.xsp
    Control Id: computedField1




    Exception

    Error while executing JavaScript computed expression
    Script interpreter error, line=2, col=19: '_row' is undefined


    JavaScript code

       1: var _row:NotesXspViewEntry;//=rowData;
       2: var _child = _row.getChildCount();
       3: return _child

     

    • This is an app issue

      By Paul Hannan 1 decade ago

      Which I'll have to address. 

      To workaround it create a doc through xpages.nsf/jsXSPDocument.xsp firstly and then hit the view. 

       

      Thanks again Patrick