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 """ >> >> >> >> """ >> index.exposed

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 """ > > > > """ > index.exposed = True > > How should I writ

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 """ """ index.exposed = True How should I write "btn_handler" so that it will perform different actions when different b