[Zope] Re: [python] python (fwd)
Oleg Broytmann
phd@sun.med.ru
Tue, 21 Dec 1999 14:15:44 +0300 (MSK)
Hello!
A friend of me has a problem. He tries to add programmatically the
instance of Boring product to a folder, but without success. Anyone can
help? Thanks in advance.
(In manager interface adding is working right...)
On Tue, 21 Dec 1999, bsv wrote:
> <dtml-call "REQUEST.set('new_id', gen_id(this()))">
> <dtml-with dir>
> <dtml-call "manage_addBoring(id=new_id)">
> </dtml-with dir>
>
> ----- Original Message -----
> From: Oleg Broytmann <phd@sun.med.ru>
> To: <python@pony.glas.apc.org>
> Sent: Monday, December 20, 1999 10:04 PM
> Subject: Re: [python] python
>
>
> > On Mon, 20 Dec 1999, bsv wrote:
> >
> > > <dtml-call "dir.manage_addBoring(id=new_id)">
> >
> > <dtml-with dir>
> > <dtml-call "manage_addBoring(id=new_id)">
> > </dtml-with dir>
> >
Oleg.
----
Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/
Programmers don't die, they just GOSUB without RETURN.