On Fri, 19 Apr 2002, Dieter Maurer wrote: > I agree with you, but returning objects is sometimes not so good > in a Web context. > > You get the object by using "getattr(container,id)". > "container" is the container where you created the object, "id" is its id. Thank you. I shoulda thought of that...