Re: form submission from view1.py to view2.py

2007-10-28 Thread Malcolm Tredinnick
On Sun, 2007-10-28 at 08:48 -0700, crybaby wrote: > For example, you are at this url: > www.site.com/post/id/1 > > and view1.py display the view1.html for the above url. > > In the view1.html, I have a form and need to submit some value to > another view2.py > > and validate, then send it back

form submission from view1.py to view2.py

2007-10-28 Thread crybaby
For example, you are at this url: www.site.com/post/id/1 and view1.py display the view1.html for the above url. In the view1.html, I have a form and need to submit some value to another view2.py and validate, then send it back to view1.py so view1.html is displayed at the url: www.site.com/post