Hi,
I'm new in Mendix and I'm just trying to figure out how to redirect to another page once I click a button. I have 2 separate pages:
- Page A: with grid (data grid with entity 'E') and displaying data
- Page B: with data view (with entity 'E'), where user can add new entity to db.
On the Page A I have button "Add new element" which will redirect to the Page B, but error message is displayed: "The selected page expects an object of type 'x' which is not available here. How can I redirect to a page without context? Page A should have no relation (model/context meaning) to Page B. Just two separate pages with 1 button which will redirect from one page to the other.
Thanks for the answer
Best Regards
Rafal