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 protected]> 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 protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
