Re: ERModernDirectToWeb question

2011-02-27 Thread Chuck Hill
I think we should just rename the conference to WODDC. On Feb 27, 2011, at 3:05 AM, David Avendasora wrote: > > On Feb 24, 2011, at 6:32 PM, Paul Halliday wrote: > >> Thanks again David and David > > I say welcome, welcome to the boomtown. > > Dave > _

Re: ERModernDirectToWeb question

2011-02-27 Thread David Avendasora
On Feb 24, 2011, at 6:32 PM, Paul Halliday wrote: > Thanks again David and David I say welcome, welcome to the boomtown. Dave ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.appl

Re: ERModernDirectToWeb question

2011-02-24 Thread David Holt
Cool! Glad to be of help. d On 2011-02-24, at 3:32 PM, Paul Halliday wrote: > 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 > _Wond

Re: ERModernDirectToWeb question

2011-02-24 Thread Paul Halliday
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.j

Re: ERModernDirectToWeb question

2011-02-24 Thread David Holt
y 23, 2011 10:19:17 AM PST >>> To: programming...@mac.com >>> Subject: Re: ERModernDirectToWeb question >>> >>> Hey David >>> >>> Hope this post winds up at the right place. >>> >>> I set up a delegate class and made a rul

Re: ERModernDirectToWeb question

2011-02-23 Thread David Avendasora
On Feb 23, 2011, at 2:34 PM, David Holt wrote: >> In the delegate class I put the following qualifierFromSenderMethod. >> >>private EOQualifier qualifierFromSender(ERD2WQueryPage sender) { >> NSMutableArray args = new NSMutableArray(); >> >> args.addObje

Re: ERModernDirectToWeb question

2011-02-23 Thread Paul Halliday
Hey David Thanks for the help! On 30-04-2010, at 2:34 PM, David Holt wrote: > Hi Paul, > > Begin forwarded message: > >> From: Paul Halliday >> Date: February 23, 2011 10:19:17 AM PST >> To: programming...@mac.com >> Subject: Re: ERModernDirectToWeb questi

Fwd: ERModernDirectToWeb question

2011-02-23 Thread David Holt
Hi Paul, Begin forwarded message: > From: Paul Halliday > Date: February 23, 2011 10:19:17 AM PST > To: programming...@mac.com > Subject: Re: ERModernDirectToWeb question > > Hey David > > Hope this post winds up at the right place. > > I set up a delegate class

Re: ERModernDirectToWeb question

2011-02-23 Thread Paul Halliday
Hey David Hope this post winds up at the right place. I set up a delegate class and made a rule for it. I set the rule priority very high. I am using the NavigationController and navigation.plist from the ERModern example. Heavily modified. The navigation tab calls the NavigationController WOCo

Re: ERModernDirectToWeb question

2011-02-22 Thread David Holt
Hi Paul, Please keep messages on the list so others can benefit too. You set up the delegate class and made a rule for it? Is the priority of your rule high enough that it is not being overridden? What is your qualifierFromSenderMethod? d On 2011-02-22, at 9:37 AM, Paul Halliday wrote: > TH

Re: ERModernDirectToWeb question

2011-02-22 Thread David Holt
Hi Paul, I just realized you sent your question to a mailing list that is almost never used. I'll move this thread to the main WebObjects dev list. David On 2011-02-22, at 9:21 AM, David Holt wrote: > Hi Paul, > > Yes. There are a couple of different ways to do that but I think that the > ea