• 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: How do I switch the parent page after submitting AMD
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I switch the parent page after submitting AMD


  • Subject: Re: How do I switch the parent page after submitting AMD
  • From: Johann Werner <email@hidden>
  • Date: Fri, 13 Apr 2012 00:10:24 +0200

ERXRedirect should work as it is. Alternatively you could try AjaxUtils.redirectTo() which does pretty the same.

public WOActionResults myAjaxAction() {
  ERXRedirect redirect = pageWithName(ERXRedirect.class);
  redirect.setComponent(pageWithName(MyPageToGo.class));
  return redirect;
}


Am 12.04.2012 um 23:47 schrieb James Cicenia:

I don't see any isJavascriptRedirectEnabled.

Am I supposed to anything special in the ModalBox besides just the action binding in Submit?

Thanks

James Cicenia 
cell: 773.398.4649


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: How do I switch the parent page after submitting AMD
      • From: James Cicenia <email@hidden>
References: 
 >How do I switch the parent page after submitting AMD (From: James Cicenia <email@hidden>)
 >Re: How do I switch the parent page after submitting AMD (From: Johann Werner <email@hidden>)
 >Re: How do I switch the parent page after submitting AMD (From: James Cicenia <email@hidden>)
 >Re: How do I switch the parent page after submitting AMD (From: David LeBer <email@hidden>)
 >Re: How do I switch the parent page after submitting AMD (From: James Cicenia <email@hidden>)

  • Prev by Date: Re: How do I switch the parent page after submitting AMD
  • Next by Date: Re: Tests fitnesse with WebObject
  • Previous by thread: Re: How do I switch the parent page after submitting AMD
  • Next by thread: Re: How do I switch the parent page after submitting AMD
  • Index(es):
    • Date
    • Thread