WOHyperlink is different with pageName vs directAction bindings?
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&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