Hi Dan, The information is passed from request.vars to form.vars only if the form processing it has INPUT fields receiving it. How does your form look like?
Massimo On May 28, 4:05 pm, Dan <[email protected]> wrote: > Hello web2py masters- > I'm trying to get information into a form using URL parameters, but I > can't understand why it's not working. > > For example, why doesn't this URL work to send the information in? > > http://www.web2py.com/examples/form_examples/form?admin=False&[email protected]&name=test122&profile=blahasdasda&sure=yes > > The URL's information shows up in the request.vars, as shown by the > debug link at the bottom of the page. But there is no indication that > the information has actually been processed. > > In my own app, I'm seeing a similar behavior where the information is > put into the request.var dict, but then I can't seem to get a call to > form.accepts(request.vars) to validate it so that I can then act on > the data. Am I missing something? > > thanks > Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

