Re: D2WQuery Component Frustration
Re: D2WQuery Component Frustration
- Subject: Re: D2WQuery Component Frustration
- From: Anjo Krank <email@hidden>
- Date: Tue, 31 Jan 2006 10:55:57 +0100
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