I just figured out my problem, the same one I had years ago.
One must set the queryBindings with a mutable dictionary first.
On Dec 3, 2014, at 10:43 AM, Ramsey Gurley < email@hidden> wrote:
I assume you’re talking about the saved query component. What that does, if I remember correctly, is serialize a dictionary of query bindings on the display group and sticks that string into the userPreference object on the d2w context. If you have an actor, that ends up in ERCPreference table under a key based on the pageConfiguration name and saved query name. If you are not using the actor stuff, I think it’s just a NSMutableDictionary and that gets dumped when the session terminates.
On Dec 3, 2014, at 9:25 AM, James Cicenia < email@hidden> wrote: Hello -
I am trying to figure out this QuerPage with regards to bindings.
Can anyone give me an explanation on where to get the query bindings? My page works fine, except when I trace through, queryBindings are always null.
Where are my query entries stored or set? I need to get at them to save, retrieve and load them.
Thanks James
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
|