• 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: CCAjaxLongResponsePage not sending me back to nextPage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CCAjaxLongResponsePage not sending me back to nextPage


  • Subject: Re: CCAjaxLongResponsePage not sending me back to nextPage
  • From: Kieran Kelleher <email@hidden>
  • Date: Wed, 04 Apr 2012 17:59:25 -0400

That would definitely do it ...... that property is for creating a custom stylesheet.

On the other hand, missing js resources would also do it IIRC.

On Apr 4, 2012, at 4:54 PM, Ted Archibald wrote:

Do you have er.coolcomponents.CCAjaxLongResponsePage.stayOnLongResponsePageIndefinitely turned on?

On Wed, Apr 4, 2012 at 2:23 PM, Pascal Robert <email@hidden> wrote:
Hi all,

I'm using CCAjaxLongResponsePage like the fourth example in BackgroundTasks and I'm having a weird problem: after the task is done, it's still stuck in CCAjaxLongResponsePage, I'm not sent back to the nextPage that I specified.

Code:

       IERXPerformWOActionForResult controller = new ERXNextPageForResultWOAction(pageWithName(SomeComponent.class), "_result");
       Callable<EOGlobalID> task = new SendAllWelcomesTask(someEO()), someNsSet().immutableClone(), this.context());

       CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
       nextPage.setNextPageForResultController(controller);
       nextPage.setTask(task);

       return nextPage;

The task is executed, in SendAllWelcomesTask.call(), it returns a global ID like it should, but it never sent back to SomeComponent. I added breakpoints in CCAjaxLongResponsePage.nextPage and CCAjaxLongResponsePage.result, and those two methods are never called.

What could cause this?


 _______________________________________________
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

 _______________________________________________
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

  • Follow-Ups:
    • Re: CCAjaxLongResponsePage not sending me back to nextPage
      • From: Pascal Robert <email@hidden>
References: 
 >CCAjaxLongResponsePage not sending me back to nextPage (From: Pascal Robert <email@hidden>)
 >Re: CCAjaxLongResponsePage not sending me back to nextPage (From: Ted Archibald <email@hidden>)

  • Prev by Date: Re: CCAjaxLongResponsePage not sending me back to nextPage
  • Next by Date: Re: New releases of Wonder
  • Previous by thread: Re: CCAjaxLongResponsePage not sending me back to nextPage
  • Next by thread: Re: CCAjaxLongResponsePage not sending me back to nextPage
  • Index(es):
    • Date
    • Thread