• 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
Retrofit of Wonder.. Excel doesn't work?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Retrofit of Wonder.. Excel doesn't work?


  • Subject: Retrofit of Wonder.. Excel doesn't work?
  • From: James Cicenia <email@hidden>
  • Date: Sat, 07 Jan 2012 11:34:37 -0600

Hello

This has been chewing up many hours. My other start from scratch wonder projects
all have an Excel export function which works great.

My old code now doesn't export. It basically renders back a list page vs. the export.
Is it possible it is not grabbing the rule file from ModernLook? 

I checked rules, frameworks, and code and I see nothing that would be different:

Frameworks:


code:
public WOActionResults runCustomExcel(){
  ListPageInterface newListPage = (ListPageInterface) D2W.factory().pageForConfigurationNamed("ListExcel"+reportEntity(), session());
  EOArrayDataSource ds = new EOArrayDataSource(null,session().defaultEditingContext());
  ds.setArray(((Session)session()).theList);
      newListPage.setDataSource(ds);
      return (WOActionResults) newListPage;
}


rules:



I even double checked my Properties file. Everything looks the same.



Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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: answered my own rule question
  • Next by Date: Re: Retrofit of Wonder.. Excel doesn't work?
  • Previous by thread: answered my own rule question
  • Next by thread: Re: Retrofit of Wonder.. Excel doesn't work?
  • Index(es):
    • Date
    • Thread