On Tue, 30 Sep 2008 18:19:33 -0500, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Sep 30, 2008, at 6:10 PM, Dave Rowe wrote: > >> Does anyone have an example of tying a BizObj to a WizardPage? I >> can't >> seem to figure out how it should work. Maybe I'm going down the wrong >> path... > > > Have you added the bizobj to the wizard form? What have you tried so > far? > > -- Ed Leafe
I overrode the createBizobjs in the Wizard sub-class (which controls all the pages, correct?). So, it looks like this: def createBizobjs(self): locationBO = self.Application.biz.Location(self.Application.dbConnection) self.addBizobj(locationBO) Now I'm getting an error that Wizard doesn't have addBizobj, which makes sense, as it's not listed in the docs either. Dave _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
