D2JC: missing query fields when using subclass of QueryController?
D2JC: missing query fields when using subclass of QueryController?
- Subject: D2JC: missing query fields when using subclass of QueryController?
- From: Alexander Lamb <email@hidden>
- Date: Mon, 07 Apr 2003 15:15:52 +0200
Hello,
I subclassed EOQueryController (which was working fine), to make a
QueryController in order to add an action.
Since then, I lost the query fields which are normally above the table view.
Why? How can I specify them? (a rule?). It is as if it were a list
controller that had been subclassed and not the query controller.
public class QueryController extends EOQueryController
{
public QueryController(EOXMLUnarchiver unarchiver)
{
super(unarchiver);
}
I call it:
EOControllerFactory.sharedControllerFactory().queryWithEntityName("DicMedica
ment");
And I have a rule to make it appear.
Thanks,
Alex
--
Alexander Lamb
Groupe Serveurs Applicatifs
Division d'Informatique Midicale
Htpitaux Universitaires de Genhve
21 rue Micheli-du-Crest
CH-1211 Genhve 4 / Switzerland
Tel: +41-22 372.48.46 Fax: +41-22 382.86.80
email@hidden / http://www.hcuge.ch
_______________________________________________
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.