On 11/24/05, jemi <[EMAIL PROTECTED]> wrote: > > I haven't found a good recipe to include dynamic values generated by > the controller itself. best example is the timestamp in die quickstart. > Is there some sort of "best practice" faq/guide availible?
I'm not certain what you're asking here... You just put whatever values you need to be able to include in the template in the dictionary returned by the controller's method. (Just as the quickstart does with the timestamp.) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

