Re: Multiple Submits in HTML Forms - Cherrypy
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
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