thanks very much but where can I find the document for request?
in " * Module Reference>> * pylons " http://pylonshq.com/docs/module-pylons.html I only can see """ a request <paste.registry.StackedObjectProxy object at 0x21a6530> """ ... On Wed, Apr 2, 2008 at 12:35 AM, Ben Bangert <[EMAIL PROTECTED]> wrote: > On Apr 1, 2008, at 7:45 AM, 张沈鹏(电子科大 毕/就业倒计时...) wrote: > > > > In now 0.97 , I have to write > > > > Site(**dict(request.POST)).flush() > > > > but I suggest why not let request.POST support ** directly > > > > maybe def the __dict___ can do this ?(Not surely) > > > > Depending on what type of dict you want back, you can ask for one. Ie: > > **request.POST.mixed() should work. > > Cheers, > Ben -- 博客:http://zsp.javaeye.com/ 个人网站:http://zsp007.com.cn/ 电子科大,7月就要毕业了,何去何从... 双学位:生物医学工程+计算机科学与技术 -- 张教主 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
