Page Breaks After Adding a Second Page Parameter – What Am I Missing?

0
Hi all, I'm struggling with an issue where I added a second page parameter to an existing page (a PageContext non peristent object alongside the original entity), and the page suddenly breaks. I haven't yet updated the page to use the new parameter, so I expected it to behave as before. Does anyone know what might be going on? I suspect I might not fully understand how Mendix handles page parameters and their initialization.    Any insights or similar experiences would be greatly appreciated! Thanks in advance!   EDIT: I also added a text to the page with context that doesnt have anything to do with the parameters and that text shows up on my page. I also added a text that uses a value from a page parameter that one is not showing up in the page. So I think soething is going wrong with the parameters but have no Idea why    
asked
2 answers
0

What does the page breaks mean in this context exactly? And you are creating the NP object before and passing it along through to the page in a microflow for example to open the page? If you try to use the ID of that object in a page url for example that wont work because that isn't allowed in Mendix 10. 

 

Describe the problem with some more detail. 

answered
0

Do you have read access rights to the created NP entity? Those are things you can easily oversee.. 

answered