Thanks Aydin, Is there any way I can do it from my template as I described in my pseudo code?
Jim On Thu, Mar 3, 2011 at 10:56 AM, Aydın ŞEN <[email protected]> wrote: > > > 2011/3/3 Jim <[email protected]> > > >> What's the proper way to pass args to a form? Does it have to be done from >> the main script itself and not from within a template? >> >> > You can use *form.fill(args) *function to pass args to form in main > script. You can send args to fill() function as key/value pairs. > > > -- > Aydın Şen > > -- > You received this message because you are subscribed to the Google Groups > "web.py" 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/webpy?hl=en. > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
