While trying to get my project working again after my Wonder source conversion, I tried to just initiate a real ListPage vs the embedded one to see if I could get any more useful information. Well I got none. No information whats so ever! It returned a pure blank response...
public WOActionResults doReport(){
ListPageInterface newListPage = (ListPageInterface)
D2W.factory().pageForConfigurationNamed("ListPortfolioProject", session());
EOArrayDataSource ds = new
EOArrayDataSource(null,session().defaultEditingContext());
ds.setArray(((Session)session()).theList);
newListPage.setDataSource(ds);
newListPage.setNextPage(this.context().page());
return (WOActionResults) newListPage;
}
Am I missing a very vital rule? I have the look set as ERModernLook.
This is my old non-wonder app that is now wonderized, and in the process
redoing the reporting section. And only in my ListViews am I getting
errors.. .not in the other parts of the app, not in the query page,
no where else...just in the listing pages.
Thanks
James
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
