Rick Graves wrote:
Paul and Ed,

Thanks for correcting the objectRef/self.addObject
line.

No problem!


I still do not know how to call getAvailableSites() in
PagEditProvider.py.  I get an error from this line:

SiteNames, SiteKeys = self.biz.getAvailableSites()

I get this error when I take out .biz:

AttributeError: 'PagEditProvider' object has no
attribute 'getAvailableSites'

If .biz is in there, I get this:

AttributeError: 'PagEditProvider' object has no
attribute 'biz'

Try:

SiteNames, SiteKeys = self.Form.getBizobj().getAvailableSites()


--
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to