[Zope] ZClass Containers

Steve Spicklemire steve@spvi.com
Fri, 9 Feb 2001 05:56:27 -0500 (EST)


Traceback?

-steve
>>>>> "HS" == Harald Scheirich <scheirich@nulleins.at> writes:

    HS> I have a problem with a ZClass that is subclassed from an
    HS> ZObjectManager.

    HS> I have a DTMLMethod defined in this ZClass called
    HS> standardDisplay, this shows some properties of the ZClass and
    HS> also displays an Image (ExtImage in this case) that is
    HS> contained by the ZClass. This method works fine when called
    HS> directly on an instance of the ZClass as in

    HS> http://localhost:8080/xxx/classInstance/standardDisplay

    HS> but fails to display the Image when accessed through the
    HS> aquired index_html Method in classInstance so the link

    HS> http://localhost:8080/xxx/classInstance/

    HS> displays the correct index_html (standardDisplay is called
    HS> from index_html) information but fails to display the Image
    HS> (it does display the properties correctly)

    HS> I am using <dtml-in "objectValues(['ExtImage'])"><dtml-var
    HS> sequence-item></dtml-in> in standardDisplay to get access to
    HS> the image

    HS> How come it works directly, but not when called through
    HS> index_html ?

    HS> Thank you for any hints, Harald --
    HS> -------------------------------------------------------------------
    HS> Harald Scheirich | Voice:+(431) 585 66 30-621 Head of R&D |
    HS> Fax: +(431) 585 66 30-643 01 EDV consulting & development GmbH
    HS> | scheirich@nulleins.at Linke Wienzeile 4/2/2 | A-1060 Vienna,
    HS> Austria | http://www.nulleins.at/
    HS> -------------------------------------------------------------------

    HS> _______________________________________________ Zope maillist
    HS> - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope **
    HS> No cross posts or HTML encoding!  ** (Related lists -
    HS> http://lists.zope.org/mailman/listinfo/zope-announce
    HS> http://lists.zope.org/mailman/listinfo/zope-dev )