[Zope] R: [Zope] 'string' object has no attribute 'propertysheets'

2000-06-26 Thread Marcel Preda



> Could anyone clue me into what I'm doing wrong here. I have searched the
> archives and can't find the answer.
> 
> Thanks!!
> 
> Error Type: AttributeError
> Error Value: 'string' object has no attribute 'propertysheets'


>   File /usr/local/Zope220/lib/python/DocumentTemplate/DT_Util.py, line 333,
> in eval
> (Object:
> _['goLiveDate'].propertysheets.eMed_information.manage_changeProperties({
>'eMed_title'   : REQUEST.form['new_eMed_title'],
>'eMed_memVerse': REQUEST.form['new_eMed_memVerse'],
>'eMed_summary' : REQUEST.form['new_eMed_summary'],
>'eMed_text': REQUEST.form['new_eMed_text'],
>'eMed_DateMod' : REQUEST.form['new_eMed_DateMod']
>}))
> (Info: REQUEST)
>   File , line 0, in ?
>   File /usr/local/Zope220/lib/python/DocumentTemplate/DT_Util.py, line 129,
> in careful_getattr
> AttributeError: (see above)

Looks like you have the object (variable) `goLiveDate'  of the type 'string'
and ,of corse :), it doesn't have the attribute (method) `propertysheets'
but you try to access this attribute...


PM




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] 'string' object has no attribute 'propertysheets'

2000-06-26 Thread Webmaster

Could anyone clue me into what I'm doing wrong here. I have searched the
archives and can't find the answer.

Thanks!!

Error Type: AttributeError
Error Value: 'string' object has no attribute 'propertysheets'