Re: [Zope] is possible use request.set in a zpt?

2009-08-31 Thread Miguel Beltran R.
2009/8/25 José Henrique > 2009/6/26 Miguel Beltran R. : > > Hi list > > > > I used before with dtml something like this > > > > > > > > > > The sum is > > > > This is possible to made with ZPT? > > -- > > > > What about this way: > > > > >

Re: [Zope] is possible use request.set in a zpt?

2009-06-27 Thread Andreas Jung
On 27.06.09 17:15, Miguel Beltran R. wrote: > > > > It is possible... > > > > but not recommended. The kind of logic you are trying to wedge > into the > template should be pushed out into a Python script, leaving the > template > only with the job of rendering the re

Re: [Zope] is possible use request.set in a zpt?

2009-06-27 Thread Miguel Beltran R.
> > > > It is possible... > > > > but not recommended. The kind of logic you are trying to wedge into the > template should be pushed out into a Python script, leaving the template > only with the job of rendering the results. > > > Tres. > - -- > I want show tabular data with money and the las

Re: [Zope] is possible use request.set in a zpt?

2009-06-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel Beltran R. wrote: > Hi list > > I used before with dtml something like this > > > > > The sum is > > This is possible to made with ZPT? It is possible... but not recommended. The kind of logic you are trying to wedge into the tem

[Zope] is possible use request.set in a zpt?

2009-06-26 Thread Miguel Beltran R.
Hi list I used before with dtml something like this The sum is This is possible to made with ZPT? -- Lo bueno de vivir un dia mas es saber que nos queda un dia menos de vida ___ Zope maillist - Zope@zo