Page 2 of 2

Uncaught Error: c15r: component not found

Posted: Wed Jun 22, 2016 11:22 am
by mansour

Dear Sergiy,
it seems i have to explain more the application requirment.

My application is showing a infinite list by calling a query. we are allocating the limit to 12 and skip 0 at the load page.
Now:

  1. if this error happen in the middle of the application, and the user come back to the page. (let us assume skip reach to 24). it will skip the first 24 records and it will not be shown. as u know it will start from record 25.

  2. if this error happen in the middle of the application, and the user come back to the page. (let us assume skip reach to 24 and the collection record (rows) is 24). then nothing will appear.

    so by all means i need to catch this error.
    the solution suggested by you does not help because i whatsayservice, using skip will skip some records


Uncaught Error: c15r: component not found

Posted: Thu Jun 23, 2016 6:43 am
by Serhii Kulibaba

As a workaround you can save skip value to the Storage variable and reset it to 0 on the page show event.
I don't know the structure of your application, so I just gues it. Only one what you need to do is: Run the same JS code/Services on each page show event to make it work