Hi Dieter Thank you for your answer. I think I haven't explained my problem so clear - sorry. Let's say "A" is the object-instance with a property "l" which contains 'http://www.externalserver.org' and the id 'externalserver' "B" is another object-instance with a property "c" which contains 'This is text with some links. The links to the *externalserver* can be in the middle of the text.' In my index_html I show "c" an would like to generate a proper "a href" around *externalserver* ... And it looks like the problem is that properties don't get rendered after they have been inserted with dtml-var ... Is it the problem, that I don't see the forrest cause of to many trees - or is it really a problem? Kind Regards Stefan ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Stefan Mallepell" <steve@syso.ch> Sent: Wednesday, April 18, 2001 9:43 PM Subject: Re: [Zope] [newbie] Property with <dtml-var> in it's value
Hi Stefan
Stefan Mallepell writes:
Now I'm looking for a userfriendly possibility to access the information of this "links" out of the content attributes of the other Instances. Sounds easy, isn't it ;) ... It does.
There is, however, a big problem: I do not see yours:
If "i" is a Z Instance and "a" one of its attributes, the "i.a" gives me this attribute.
It your problem to get the Z Instance "i" or to pull out something from "a" or ?
Dieter