• 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
WOHyperlink is different with pageName vs directAction bindings?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WOHyperlink is different with pageName vs directAction bindings?


  • Subject: WOHyperlink is different with pageName vs directAction bindings?
  • From: Greg Brown <email@hidden>
  • Date: Tue, 14 Jul 2009 17:26:43 -0400

Hi all,

I noticed that a WOHyperlink evaluates as different links depending upon how it is bound; if a pageName parameter is given, then an accompanying bound queryDictionary adds characters to the link like:

blahurl/?name=thename&amp;city=Leuven

Whereas if a directAction parameter is bound, then one gets urls like:

blahurl/?name=thename&city=Leuven

So in one case, you get:

name=thename
amp;city=Leuven

And with DirectActions:

name=thename
city=Leuven

What do people do with this difference? Does Wonder have a dictionary filter to get rid of the prepended 'amp;' ? or a method to use a "amp;city" key as equal to a "city" key for a fetching the values?

WebObjects, what an elaborate mechanism for passing strings around!


_______________________________________________ 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: WOHyperlink is different with pageName vs directAction bindings?
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: Frameworks, Info.plist and Manifests
  • Next by Date: Re: Frameworks, Info.plist and Manifests
  • Previous by thread: Re: Frameworks, Info.plist and Manifests
  • Next by thread: Re: WOHyperlink is different with pageName vs directAction bindings?
  • Index(es):
    • Date
    • Thread