I'm heaving some trouble with xpages. When i open two or more tabs with xpages using the same component, in my case a CustomControl, the first xpage opened stops responding. I have no clue about this, i'm a beginner with xpages. Is this an issue caused by Dojo? Ps. The custom controls have some viewScope variables shared too. I'm counting on you guys.
0
votes
When i say 'tabs' i mean tabs from browser
- Moacyr Matos
It sounds like you are hitting the max number of stored pages. See this answer: stackoverflow.com/a/28529733/785061
- Per Henrik Lausten
It makes sense but a dialog opened inside a XPage count as a page in server memory?
- Moacyr Matos
What does it mean "stop responding". It's a browser. Partial refresh should timeout after while. Please, update your question and add more details.
- Frantisek Kossuth
My problem is that when navigating through XPages with more than one browser tab opened some errors happens without error in admin console of Domino Administrator and sometimes the page just stop responding and I have to reload the page. If I navigate with just one tab nothing happens, everything goes well. But i dont know why this is happening. I think Henrik Lausten answer is my solution.
- Moacyr Matos