i follow the tutorial and i did generate my searchForm and a submit button. when i tried to post the fields, i looked into firebug and it told me i did post the data but when i tried to f = self.searchForm() print f.d all the field is none
then i change to web.input() f = web.input() print f['somefield'] the value exist what is the problem? thanks! -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to we...@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.