Thank you for all your  help collectively. I have figured out the problem and 
made the corrections. I could not get your  qualifierFromSender method to 
compile so I changed my template in EOGenerator to 
_WonderEntity.java and subclass template to WonderEntity.java from _Entity.java 
and Entity.java. I then deleted all _Classes and regenerated with eoGen. 

Subsequently I redid the following

                  private EOQualifier qualifierFromSender(ERD2WQueryPage 
sender) {
                  
                    SchoolBoard sb = session().schoolBoard();
                    School aSchool = session().school();                   
                    EOQualifier q = 
SchoolAdmin.SCHOOL_BOARD.eq(sb).and(SchoolAdmin.SCHOOLS.eq(aSchool)).and(sender.qualifier());
                    return q;
                  }
        public Session session() {
                Session session = (Session) Session.session();
                return session;
        }
        public void setSession(Session session) {
                this.session = session;
        }

Then with the basic rule you suggested --- Wonder was achieved -- the compound 
fetches occurred -- the proper page attributes for searches were displayed.

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

This email sent to arch...@mail-archive.com

Reply via email to