Re: D2WQuery Component Frustration
Re: D2WQuery Component Frustration
- Subject: Re: D2WQuery Component Frustration
- From: James Cicenia <email@hidden>
- Date: Fri, 3 Feb 2006 07:21:26 -0600
Anjo -
Help me out here. This is the first time I have been stumped with WO. I have my own class that uses your push/pull... but nothing, I mean nothing is being picked up from what the user entered. I have print outs all over, and nowhere can I find where those dictionaries get populated.
I had subclassed D2WQuery, or just put your push pull in my parent component. nothing seems to change.
What am I doing wrong?
Thanks James Cicenia
On Jan 31, 2006, at 3:55 AM, Anjo Krank wrote: I have finally decided to go the Wonder route. So I got the latest binary and linked it in, etc.. I then subclassed ERD2WQueryPage for my own component and then dropped in a ERD2WQuery component into it.
Without reading the docs, it seems...
public void setPropertyKey(String propertyKey) { d2wContext().takeValueForKey(propertyKey, "propertyKey"); ((ERXMutableUserInfoHolderInterface)context()).mutableUserInfo().takeValueForKey(propertyKey, "componentIdentifier"); }
So my uneducated guess is that you didn't have your App extend ERXApplication, your Session ERXSession and didn't call main correctly. Alternately you may also just pull out the code for the push/pull stuff from the page and add it without bothering with linking Wonder which should also work.
Am 31.01.2006 um 00:36 schrieb James Cicenia: at er.directtoweb.ERDAttributeRepetition.setPropertyKey(ERDAttributeRepetition.java:45)
|
_______________________________________________
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