On 30/05/2012, at 1:10 AM, Ramsey Gurley wrote:
A create page should have an object. Depending on how you created the page, you may have forgotten to set the object though.
I've just modified the MainNavigationController class that ships with the ModernLook template. Eventually this gets called:
EditPageInterface epi = D2W.factory().editPageForNewObjectWithEntityNamed(entityName, session());
That should do it, shouldn't it?