Updating WORequest form values in 5.4
Updating WORequest form values in 5.4
- Subject: Updating WORequest form values in 5.4
- From: JR Ruggentaler <email@hidden>
- Date: Mon, 16 Feb 2009 16:03:02 -0600
Prior to WO 5.4 WORequest.formValues() returned a NSMutableDictionary
object. You had to cast the returned object to NSMutableDictionary as
WORequest.formValues() return type was declared to be NSDictionary. In
WO 5.4 the returned object is NSDictionary() not the subclass
NSMutableDictionary. We are trying to migrate to WO 5.4.x but our code
modifies the form values in certain situation. Do anyone know how I
can modify the request form values?
JR
_______________________________________________
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