Re: D2JC: problem with login window from documentation: More info
Re: D2JC: problem with login window from documentation: More info
- Subject: Re: D2JC: problem with login window from documentation: More info
- From: Alexander Lamb <email@hidden>
- Date: Thu, 03 Apr 2003 16:59:11 +0200
Hello again.
Well, it is maybe a combination of trying with 1.4.1 and not having my
controller class in a package. Does this have any effect (such as not having
"client" in the path of the package?
Anyhow, I also put back the following binding in the JavaClient.wod
applicationClassName = "com.webobjects.eogeneration.EODynamicApplication";
And it still works.
Now, I tried to add a d2w.d2wmodel to my project to at least add the two
rules which are supposed to suppress the default query window and the menus:
Left-Hand Side: *true*
Key: actions
Value: "UserActions"
Priority: 50
And
Left-Hand Side: *true*
Key: defaultSpecifications
Value: "BlankSpecifications"
Priority: 50
Well, firstly "UserActions" is not understood (I get an exception saying it
can't find the component).
Then, "BlankSpecifications" seems ok, but has not effect (I see the query
window of my main entity at the same time as my login panel).
Finally, if I close the Query window and try call:
EOControllerFactory.sharedControllerFactory().queryControllerWithEntity("Di
cMedicament");
The window does not appear. What is the mecanism? Do I need to "connect" the
controller?
Then, how does the login panel disapear? Again, should I "disconnect" it?
Thanks (and sorry for the totally beginners questions, but first time with
client Java and the Omni list does not seem to be populated with JavaClient
users!).
Alex
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.