No page in clipboard after specifying in pages & classes
We created a section for users to input business information for their order. The section uses properties from 2 different data types, Business and Address, that should be saved under one big field list property (of the Order data type) called OrderInformation. In Pages & Classes, we specified pages for the two data types (D_Business and D_Address). Upon opening the form, the clipboard shows a D_Address page but no D_Business page. Upon entering information into the Business property fields and submitting, the application sends back a "operation completed successfully but returned no content" message. Entering information into the Address property fields resulted in a normal application flow.
Is there a better way to specify the pages or is there some internal error with Business?