Hi Anjo,

With help from James Cicenia I was able to figure this out.

I wasn't able to find any documentation on using ERD2WQueryPage, so I it took me a bit of time to understand that I needed to pass in a NSMutableDictionary for the queryBindings from the parent component to ERD2WQueryPage.

QueryPageInterface  querypage = ....
queryPage.takeValueForKey(myQueryBindings, "queryBindings");

Hopefully that will help someone in a future search.

cheers
Ash



On 25-Sep-08, at 8:38 AM, Anjo Krank wrote:

Where exactly is the problem?

Am 25.09.2008 um 16:56 schrieb Ash Mishra:

Hi all,

I am trying to use the ERD2WQueryPage with the nextPageDelegate so that I can create custom reports that I can save. I am attempting to get the query attributes from the enclosed WODisplayGroup via the queryBindings() which is a method that ERD2WQueryPage provides. However, so far I have not been able to get this to work. My application is using the ERX classes for Application, Session, and ERD2WDirectAction for DirectAction.

I see from a search on the mailing list, that others (James) have had the same difficulty with ERD2WQueryPage. Has anybody been able to successfully resolve the issue and retrieve query bindings?


thanks
Ash
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/anjo %40krank.net

This email sent to [EMAIL PROTECTED]


Ash Mishra
[EMAIL PROTECTED]

"Insanity is the exception in individuals. In groups, parties, peoples, and times it is the rule." - Nietzsche


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to