Hi, I'm trying to add two seperate views on a single page. I have them both set as:
location : page -> patrick
render for: The layout between header and footer
The order for one view is set to 0, the other one to 10;
The problem is that it only shows the one with the highest order-number, in this case 10.
As soon as as i change the type to "custom" for the view with order 10, I can see the one that is supposed to show first. And, of course, not the first one.