DirectAction: NSDictionary of the form values
DirectAction: NSDictionary of the form values
- Subject: DirectAction: NSDictionary of the form values
- From: "Edgar Ra. Klein" <email@hidden>
- Date: Thu, 5 Jul 2007 12:33:22 +0200
Hi guys,
I'm having a problem w/ the Dictionary returned by the DirectAction's
form values. More precisely, I have a DirectAction w/ some form
values like:
...DirectAction.woa/wa/default?key1=value1&key2=value2
The method request().formValues() returns an NSDictionary looking
like that:
{key1 = ("value1"); key2 = ("value2"); }
Unfortunately, the values are wrapped into (" ") and therefore I
cannot pass this dictionary to ask the
EOUtilities.objectsMatchingValues method for database entries.
Am I doing s.th. wrong or is there an easy way to convert the wrapped
values to unwrapped versions?
Thanx,
Edgar
_______________________________________________
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