2010/9/19 Ranganath s <[email protected]>: > Hi group, > > I am using dojo to design the form. Now using webpy how do i process > the request , process and send the response back to the web page. Kindly > throw light on this and oblige
You can call web.input() to get the data submitted in the form. You can call the appropriate templete to render the response after processing the input data. -- 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.
