[Seaside] Re: Seaside and REST

Andreas Raab andreas.raab at gmx.de
Thu Mar 29 18:42:40 UTC 2007


Boris Popov wrote:
> You need a form to put buttons in,

Dang! Of course, stupid me ;-)

Thanks,
   - Andreas

> 
> WACounter>>renderContentOn: html
> 	html
> 		form:
> 			[html heading: count.
> 			(html submitButton)
> 				callback: [self increase];
> 				text: '++'.
> 			html space.
> 			(html submitButton)
> 				callback: [self decrease];
> 				text: '--']
> 
> Cheers!
> 
> -Boris
> 



More information about the seaside mailing list