• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What causes a white screen response from ListPageInterface?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What causes a white screen response from ListPageInterface?


  • Subject: Re: What causes a white screen response from ListPageInterface?
  • From: Ramsey Gurley <email@hidden>
  • Date: Mon, 23 Jan 2012 09:23:41 -0700

If you put a breakpoint into that method, is it actually getting called?

Ramsey

On Jan 21, 2012, at 7:31 AM, James Cicenia wrote:

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

Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Re: my embedded ERXD2WList crashes.
  • Next by Date: Re: What it means
  • Previous by thread: Re: my embedded ERXD2WList crashes.
  • Next by thread: Reminder: 2012 surveys are in da house
  • Index(es):
    • Date
    • Thread