portal_catalog issue

<VasudevaService-K9y3B4ipJAZZAIG4hdpdiNBPR1lH4CV8@public.gmane.org> (Mallikarjun) Sun, 16 May 2004 07:36:42 -0700
Newsgroups gmane.org.misc.vasudeva-server.web
Message-ID <[email protected]>
Hi Everyone,

I have come accross a problem i am unable to resolve.

In the portal_catalog there is an index called path. This gives the path to
the object.

At present there are 5 objects in the catalog.

When i run the following code:

path_list = []
v1 = context.portal_catalog()
for t in v1:
    path1 = t.path
    path_list.append(path1)
return_val = path_list
return return_val

all that i am getting is :

 [Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value]

I will be very grateful if any body has a suggestion.

Thanks a million,

Mallkarjun


--------------------------------------------------------------------------
This message is sent to you because you are subscribed to the mailing list <VasudevaService-K9y3B4ipJAZZAIG4hdpdiNBPR1lH4CV8@public.gmane.org>.