Re: [Zope] SQL Session docs need an update (at least for 2.1b2)
Bill Anderson wrote For those of you trying out 2.1beta2, and considering SQLSession, I have a rather import note. Problem: The docs say to use <dtml-var "SESSION.set('foo','bar')"> to set a new variable in the session. Apparently, the new dtml-var changes will print "None" at this point in your html. Can be damned annoying.
oops. will fix in 0.2 (out tomorrow). Thanks, Anthony
Fix: use <dtml-call "SESSION.set('foo','bar')"> and None goes away.
arghh .. must get sleep ...
-- "They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown." -- Carl Sagan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
participants (1)
-
Anthony Baxter