Multiple Submits in HTML Forms - Cherrypy

2008-03-18 Thread Maurice LING
Hi, Assuming that I have this code for Cherrypy 3 class Welcome: def index(self): return form action=btn_handler method=POST input value=Add name=AddBtn type=submit input value=Edit name=EditBtn type=submit /form

Re: Multiple Submits in HTML Forms - Cherrypy

2008-03-18 Thread Carsten Haese
On Tue, 2008-03-18 at 07:14 +, Maurice LING wrote: Hi, Assuming that I have this code for Cherrypy 3 class Welcome: def index(self): return form action=btn_handler method=POST input value=Add name=AddBtn type=submit input

Re: Multiple Submits in HTML Forms - Cherrypy

2008-03-18 Thread Maurice LING
Carsten Haese wrote: On Tue, 2008-03-18 at 07:14 +, Maurice LING wrote: Hi, Assuming that I have this code for Cherrypy 3 class Welcome: def index(self): return form action=btn_handler method=POST input value=Add name=AddBtn type=submit