[Zope] PARENTS
Loren Stafford
lstaffor@dynalogic.com
Mon, 14 Feb 2000 16:57:21 -0800
Just go to www.zope.org and search for PARENTS. You will receive a list of
several documents that either explain or give examples of how to use
PARENTS.
-- Loren
----- Original Message -----
From: Pedro Silva <psilva@ruido-visual.pt>
To: Zope - Questions <zope@zope.org>
Sent: February 14, 2000 10:47 AM
Subject: [Zope] PARENTS
> Hi there,
>
> Idon't understand very well the PARENTS, but I know that I have to use
them
> in my case.
> What I want to do is, something like the following example:
>
> Group1
> Sub1 ==> link to msg
> Sub2 ==> link to msg
>
> Group2
> Sub1 ==> link to msg
> Sub2 ==> link to msg
>
> When I click in one of these links, it will show the msg page. In
> here I have to know which link was clicked to can display the information
of
> that link. Something like this:
>
> Group1 - Sub1
> Messages:
> 1 - message #1
> 2 - message #2
>
> Or
>
> Group1 - Sub2
> Messages:
> 1 - message #1
> 2 - message #2
>
> One of this examples will show up, in the first if we had clicked
in
> Group1 Sub1 link and in the second, if we had clicked in Group1 Sub2. And
so
> on.
>
> To do this I know that I will have to use the parents to know which link
was
> clicked, but I don't know how.
>
> Can anyone help me? Please send you answers to: psilva@ruido-visual.pt
>
> Thanks,
>
> Pedro
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> 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 )
>
>