• 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 restore the 'previous' page with DirectActions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I restore the 'previous' page with DirectActions


  • Subject: Re: How do I restore the 'previous' page with DirectActions
  • From: Chuck Hill <email@hidden>
  • Date: Fri, 20 Nov 2009 14:08:37 -0800


On Nov 20, 2009, at 11:38 AM, Riccardo De Menna wrote:

Hi all,

Just a quickie...

I want to return the same page a user is viewing after he clicks a directAction.

Why a direct action? If the page is the result of a component action, why not use a component action.



Specifically I'm talking about a language switch link in the pageWrapper to change languages. I want a simple url like http://www.domain.com/cgi-bin/WebObjects/App.woa/wa/English

What I'm doing atm is adding a link with the following binding:

LanguageLink : WOHyperlink {
	directActionName = aLanguage;
	?contextID = context.contextID;
}


And then in my DirectAction.class I'm intercepting it with:

public WOActionResults performActionNamed(String anActionName) {
  ...

  // Do the language switching here

  ...

  String stringContextID = (String)req.formValueForKey("contextID");
  return s.restorePageForContextID(stringContextID);
}


This mostly works... but sometimes I get errors since for no apparent reason the WOHyperlink does not include the ?contextID thing sometimes.
Am I doing it correctly?


I just want the equivalent of returning null on a component based action.


I'd look in the headers for the referrer URL and use a WORedirect to that.


Chuck

--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects








_______________________________________________
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 restore the 'previous' page with DirectActions
      • From: Riccardo De Menna <email@hidden>
References: 
 >How do I restore the 'previous' page with DirectActions (From: Riccardo De Menna <email@hidden>)

  • Prev by Date: Re: back to deploy problems
  • Next by Date: re: back to deploy problems , with success
  • Previous by thread: How do I restore the 'previous' page with DirectActions
  • Next by thread: Re: How do I restore the 'previous' page with DirectActions
  • Index(es):
    • Date
    • Thread