I've installed DF4WP in accordance with Mike's excellent instructions and am able to show and use the 18.2 WebOrder Example with shortcode of:
Code:
<div style="padding:2em">
 [df4wp-webapp height="800"]
</div>
Then I created a page to show only one view with:
Code:
<div style="padding:2em">
 [df4wp-webapp view="oCustomer" height="800"]
</div>
Here is the declaration line for oCustomer
Code:
Object oCustomer is a cWPWebView
When I go to the page for the Customer view, it still shows the Orders page which is the default view for the whole App. I know the correct shortcode is being executed because if I change the height this page responds. What am I missing here?

Ian