Re: Question regarding new inline style
Re: Question regarding new inline style
- Subject: Re: Question regarding new inline style
- From: Guido Neitzer <email@hidden>
- Date: Sun, 3 Feb 2008 11:56:15 -0700
On 03.02.2008, at 05:01, Lachlan Deck wrote:
On 03/02/2008, at 4:30 PM, Guido Neitzer wrote:
Something is not really clear to me with the 5.4 component parser:
The documentation [1] states:
"Keys prefixed with the Q character are analogous to prefixing ? in
the original .wod file in a WOComponent bundle and are used for
appending formValue content."
And even gives an example:
Hyperlink1: WOHyperlink {
?movieID = movieID;
directActionName = "DisplayMovie";
}
should be converted to:
<wo:wohyperlink QmovieID="[movieID]"
directActionName="DisplayMovie" />
<..>
<wo:WOHyperlink action = "[sort]" Qkey = "inventoryNumber">#</
wo:WOHyperlink>
results in this:
<a qkey="inventoryNumber" href="/cgi-bin/WebObjects/BigCD.woa/wo/
h32G0uhqDFIQtYKTXKfyLg/0.0.5.3">#</a>
So, how is that thing supposed to be used? Bugs in the
documentation? Bugs in the implementation? Understanding problem on
my side?
Don't know. But just for kicks, does is work if you find/replace " =
" with "="?
No, it doesn't.
cug
--
Real-World WebObjects class at the Big Nerd Ranch
March 2008, Frankfurt, Germany
http://www.bignerdranch.com/classes/webobjects.shtml
_______________________________________________
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